Re: [PATCH 00/15] always use netdev_tx_t for xmit()'s return type

From: David Miller
Date: Mon Jun 29 2020 - 16:52:20 EST


From: Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx>
Date: Sun, 28 Jun 2020 21:53:22 +0200

> The ndo_start_xmit() methods should return a 'netdev_tx_t', not
> an int, and so should return NETDEV_TX_OK, not 0.
> The patches in the series fix most of the remaning drivers and
> subsystems (those included in allyesconfig on x86).

Series applied, thanks.