From: Eric Dumazet <[email protected]> Date: Thu, 12 Jan 2017 11:10:18 -0800
> Why are you keeping these functions then ? > > Remove them completely, and remove .ndo_select_queue from your ops. > > Core networking stack will fallback automatically. Agreed, if all the queue selection function is doing is invoking the fallback, get rid of it.
