[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1461327359-21646-1-git-send-email-michal.kazior@tieto.com>
Date: Fri, 22 Apr 2016 14:15:57 +0200
From: Michal Kazior <michal.kazior@...to.com>
To: netdev@...r.kernel.org
Cc: davem@...emloft.net, johannes@...solutions.net,
Michal Kazior <michal.kazior@...to.com>
Subject: [PATCH 0/2] codel: make it reuseable beyond qdiscs
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
Powered by blists - more mailing lists