[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Xen-devel] [PATCH net-next 00/22] net: fix return type of ndo_start_xmit function
- To: yuehaibing@xxxxxxxxxx
- From: David Miller <davem@xxxxxxxxxxxxx>
- Date: Thu, 20 Sep 2018 08:50:55 -0700 (PDT)
- Cc: dmitry.tarnyagin@xxxxxxxxxxx, madalin.bucur@xxxxxxx, linux-mips@xxxxxxxxxxxxxx, linux@xxxxxxxxxxxxxxx, pantelis.antoniou@xxxxxxxxx, kys@xxxxxxxxxxxxx, t.sailer@xxxxxxxxxxxxxx, dev@xxxxxxxxxxxxxxx, f.fainelli@xxxxxxxxx, arvid.brodin@xxxxxxxx, michal.simek@xxxxxxxxxx, pshelar@xxxxxxx, m-karicheri2@xxxxxx, xen-devel@xxxxxxxxxxxxxxxxxxxx, jreuter@xxxxxxxx, sammy@xxxxxxxxx, grygorii.strashko@xxxxxx, w-kwok2@xxxxxx, haiyangz@xxxxxxxxxxxxx, steve.glendinning@xxxxxxxxxxx, linux-can@xxxxxxxxxxxxxxx, claudiu.manoil@xxxxxxx, paul.durrant@xxxxxxxxxx, mkl@xxxxxxxxxxxxxx, linux-hams@xxxxxxxxxxxxxxx, linux-omap@xxxxxxxxxxxxxxx, linux-arm-kernel@xxxxxxxxxxxxxxxxxxx, wei.liu2@xxxxxxxxxx, nico@xxxxxxxxxxx, netdev@xxxxxxxxxxxxxxx, linux-usb@xxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx, ralf@xxxxxxxxxxxxxx, leoyang.li@xxxxxxx, hsweeten@xxxxxxxxxxxxxxxxxxx, wg@xxxxxxxxxxxxxx, devel@xxxxxxxxxxxxxxxxxxxxxx, linuxppc-dev@xxxxxxxxxxxxxxxx
- Delivery-date: Thu, 20 Sep 2018 15:51:12 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
From: YueHaibing <yuehaibing@xxxxxxxxxx>
Date: Thu, 20 Sep 2018 20:32:44 +0800
> The method ndo_start_xmit() is defined as returning an 'netdev_tx_t',
> which is a typedef for an enum type, so make sure the implementation in
> this driver has returns 'netdev_tx_t' value, and change the function
> return type to netdev_tx_t.
I would advise you not to send so many of these changes as a group.
If one of the patches needs feedback addressed, which is already the
case, you will have to resubmit the entire series all over again with
the fixes.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/xen-devel
|