Re: [PATCH net-next v2 0/3] net: refactor ndo_select_queue()

2019-03-20 Thread David Miller
From: Paolo Abeni Date: Wed, 20 Mar 2019 11:02:03 +0100 > Currently, on most devices implementing ndo_select_queue(), we get 2 > indirect calls per xmit packet, at least in some scenarios. > > We can avoid one of such indirect calls refactoring the ndo_select_queue() > usage so that we don't nee

[PATCH net-next v2 0/3] net: refactor ndo_select_queue()

2019-03-20 Thread Paolo Abeni
Currently, on most devices implementing ndo_select_queue(), we get 2 indirect calls per xmit packet, at least in some scenarios. We can avoid one of such indirect calls refactoring the ndo_select_queue() usage so that we don't need anymore the 'fallback' argument. The first patch renames a helper