Re: [Intel-wired-lan] [jkirsher/next-queue PATCH 5/7] net: Add generic ndo_select_queue functions

2018-06-11 Thread Alexander Duyck
Jeff, Looks like I have some bugs on non-x86 architecture. I need to address these in a v2 of this set so please hold off on applying until I can get that submitted either tonight or tomorrow morning. Thanks. - Alex On Mon, Jun 11, 2018 at 4:10 PM, kbuild test robot wrote: > Hi Alexander, > >

Re: [Intel-wired-lan] [jkirsher/next-queue PATCH 5/7] net: Add generic ndo_select_queue functions

2018-06-11 Thread kbuild test robot
Hi Alexander, Thank you for the patch! Yet something to improve: [auto build test ERROR on net-next/master] [also build test ERROR on next-20180608] [cannot apply to v4.17] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github

[jkirsher/next-queue PATCH 5/7] net: Add generic ndo_select_queue functions

2018-06-11 Thread Alexander Duyck
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-b