Re: [PATCH net-next] liquidio: replace skb_tx_hash with fallback
From: David Miller <davem@davemloft.net> Date: 2017-01-12 21:51:14
From: Eric Dumazet <redacted>
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.