On Thu, 2017-09-21 at 15:07 -0700, Florian Fainelli wrote: > On 09/21/2017 02:54 PM, Eric Dumazet wrote: > > On Thu, 2017-09-21 at 14:41 -0700, Florian Fainelli wrote: > > > >> Would not this apply to pretty much any stacked device setup though? It > >> seems like any network device that just queues up its packet on another > >> physical device for actual transmission may need that (e.g: DSA, bond, > >> team, more.?) > > > > We support bonding and team already. > > Right, so that seems to mostly leave us with DSA at least. What about > other devices that also have IFF_NO_QUEUE set?
It wont work. loopback has IFF_NO_QUEUE, but you need to keep dst on skbs...