This patchset is a cleanup for IFF_NO_QUEUE devices. It will
hopefully help userspace get a more consistent behavior when attaching
qdisc to such virtual devices.
---
Jesper Dangaard Brouer (3):
net: make default TX queue length a defined constant
net/qdisc: IFF_NO_QUEUE drivers should use consistent TX queue len
qdisc: catch misconfig of attaching qdisc to tx_queue_len zero device
include/net/pkt_sched.h | 2 ++
net/core/dev.c | 2 +-
net/ethernet/eth.c | 3 ++-
net/sched/sch_api.c | 11 +++++++++++
4 files changed, 16 insertions(+), 2 deletions(-)
--