Re: [net PATCH] IFF_NO_QUEUE: Fix for drivers not calling ether_setup()

2016-02-18 Thread David Miller
From: Phil Sutter Date: Wed, 17 Feb 2016 15:37:43 +0100 > My implementation around IFF_NO_QUEUE driver flag assumed that leaving > tx_queue_len untouched (specifically: not setting it to zero) by drivers > would make it possible to assign a regular qdisc to them without having > to worry about se

[net PATCH] IFF_NO_QUEUE: Fix for drivers not calling ether_setup()

2016-02-17 Thread Phil Sutter
My implementation around IFF_NO_QUEUE driver flag assumed that leaving tx_queue_len untouched (specifically: not setting it to zero) by drivers would make it possible to assign a regular qdisc to them without having to worry about setting tx_queue_len to a useful value. This was only partially true