]> www.infradead.org Git - users/jedix/linux-maple.git/commit
net: declare new net_device priv_flag IFF_NO_QUEUE
authorPhil Sutter <phil@nwl.cc>
Thu, 13 Aug 2015 17:01:06 +0000 (19:01 +0200)
committerDhaval Giani <dhaval.giani@oracle.com>
Mon, 16 Jan 2017 19:43:19 +0000 (14:43 -0500)
commit65441492625d156764f5cc19c6a791b80800d8f9
tree41368297add03fb2702161179c20c1d959292111
parent10b7e301331eaf963b628025075ca4af756b9868
net: declare new net_device priv_flag IFF_NO_QUEUE

This private net_device flag can be set by drivers to inform that a
device runs fine without a qdisc attached. This was formerly done by
setting tx_queue_len to zero.

Signed-off-by: Phil Sutter <phil@nwl.cc>
Acked-by: Jesper Dangaard Brouer <brouer@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
(cherry picked from commit fa8187c96471c49419c25d4ec3299d17d3f274b2)

Orabug: 24614549

Signed-off-by: Ethan Zhao <ethan.zhao@oracle.com>
Conflicts:
include/linux/netdevice.h

Signed-off-by: Dhaval Giani <dhaval.giani@oracle.com>
include/linux/netdevice.h