netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net-next PATCH 0/3] net: sched: allow switching qdisc to noqueue intuitively
@ 2015-08-21 15:58 Phil Sutter
  2015-08-21 15:58 ` [net-next PATCH 1/3] net: sched: make noqueue_qdisc non-static Phil Sutter
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Phil Sutter @ 2015-08-21 15:58 UTC (permalink / raw)
  To: netdev; +Cc: davem, eric.dumazet, brouer

This patch series improves the integration of the noqueue qdisc to become the
fallback queueing if no other is attached to an interface. Before it was rather
an add-on, a simpler alternative to a FIFO if no congestion is expected or
possible. It has become the default qdisc for virtual interfaces, and could be
attached by this mechanism only (through removing the root qdisc after having
set tx_queue_len to zero for interfaces not defaulting to noqueue otherwise).

This series does not change the default qdisc chosen for new interfaces, but
upon removal of the root qdisc from an interface, the kernel won't fall back to
the default but to noqueue instead.

Phil Sutter (3):
  net: sched: make noqueue_qdisc non-static
  net: sched: allocate a handle to default qdiscs
  net: sched: fall back to noqueue when removing root qdisc

 include/net/sch_generic.h |  2 ++
 net/sched/sch_api.c       |  5 +++--
 net/sched/sch_generic.c   | 12 ++++++++----
 3 files changed, 13 insertions(+), 6 deletions(-)

-- 
2.1.2

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-08-21 17:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-21 15:58 [net-next PATCH 0/3] net: sched: allow switching qdisc to noqueue intuitively Phil Sutter
2015-08-21 15:58 ` [net-next PATCH 1/3] net: sched: make noqueue_qdisc non-static Phil Sutter
2015-08-21 15:58 ` [net-next PATCH 2/3] net: sched: allocate a handle to default qdiscs Phil Sutter
2015-08-21 16:14   ` Eric Dumazet
2015-08-21 17:08     ` Phil Sutter
2015-08-21 15:58 ` [net-next PATCH 3/3] net: sched: fall back to noqueue when removing root qdisc Phil Sutter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).