netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] codel: make it reuseable beyond qdiscs
@ 2016-04-22 12:15 Michal Kazior
  2016-04-22 12:15 ` [PATCH 1/2] codel: generalize the implementation Michal Kazior
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Michal Kazior @ 2016-04-22 12:15 UTC (permalink / raw)
  To: netdev; +Cc: davem, johannes, Michal Kazior

Hi,

There's an ongoing effort in fixing wireless
bufferbloat. As part of that fq_codel is being
ported into mac80211. To prevent code duplication
codel.h needs to be slightly modified before it
can be used in mac80211 (or other drivers FWIW).

For more background please see:

  https://www.spinics.net/lists/linux-wireless/msg149976.html


Michal Kazior (2):
  codel: generalize the implementation
  codel: split into multiple files

 include/net/codel.h       | 217 +--------------------------------------
 include/net/codel_impl.h  | 255 ++++++++++++++++++++++++++++++++++++++++++++++
 include/net/codel_qdisc.h |  73 +++++++++++++
 net/sched/sch_codel.c     |  22 +++-
 net/sched/sch_fq_codel.c  |  21 +++-
 5 files changed, 368 insertions(+), 220 deletions(-)
 create mode 100644 include/net/codel_impl.h
 create mode 100644 include/net/codel_qdisc.h

-- 
2.1.4

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

end of thread, other threads:[~2016-04-25 20:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-22 12:15 [PATCH 0/2] codel: make it reuseable beyond qdiscs Michal Kazior
2016-04-22 12:15 ` [PATCH 1/2] codel: generalize the implementation Michal Kazior
2016-04-22 12:15 ` [PATCH 2/2] codel: split into multiple files Michal Kazior
2016-04-25 20:45 ` [PATCH 0/2] codel: make it reuseable beyond qdiscs David Miller

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).