[Intel-wired-lan] [jkirsher/next-queue PATCH v2 5/7] net: Add generic ndo_select_queue functions
Bowers, AndrewX
andrewx.bowers at intel.com
Mon Jul 9 21:17:43 UTC 2018
> -----Original Message-----
> From: Intel-wired-lan [mailto:intel-wired-lan-bounces at osuosl.org] On
> Behalf Of Alexander Duyck
> Sent: Monday, July 9, 2018 9:20 AM
> To: netdev at vger.kernel.org; intel-wired-lan at lists.osuosl.org; Kirsher,
> Jeffrey T <jeffrey.t.kirsher at intel.com>
> Subject: [Intel-wired-lan] [jkirsher/next-queue PATCH v2 5/7] net: Add
> generic ndo_select_queue functions
>
> This patch adds a generic version of the ndo_select_queue functions for
> either returning 0 or selecting a queue based on the processor ID. This is
> generally meant to just reduce the number of functions we have to change
> in the future when we have to deal with ndo_select_queue changes.
>
> Signed-off-by: Alexander Duyck <alexander.h.duyck at intel.com>
> ---
> drivers/net/ethernet/lantiq_etop.c | 10 +---------
> drivers/net/ethernet/ti/netcp_core.c | 9 +--------
> drivers/staging/netlogic/xlr_net.c | 9 +--------
> include/linux/netdevice.h | 4 ++++
> net/core/dev.c | 14 ++++++++++++++
> net/packet/af_packet.c | 2 +-
> 6 files changed, 22 insertions(+), 26 deletions(-)
Tested-by: Andrew Bowers <andrewx.bowers at intel.com>
More information about the Intel-wired-lan
mailing list