From: Andy Furniss <adf.lists@gmail.com>
To: cake@lists.bufferbloat.net
Subject: Re: [Cake] testers wanted for the "cake" qdisc on mainstream platforms
Date: Fri, 15 Dec 2017 00:58:36 +0000 [thread overview]
Message-ID: <a8e187d6-1199-eee9-c154-607e024ac113@gmail.com> (raw)
In-Reply-To: <CAA93jw5BXGuWNgsw8eSmqmqL6L1PVUykzBONgr+DTwKoVnpHcA@mail.gmail.com>
Dave Taht wrote:
> It is my hope to get the cake qdisc into the Linux kernel in the next
> release cycle. We could definitely use more testers! The version we
> have here will compile against almost any kernel on any platform,
> dating back as far as 3.10, and has been integrated into the
> sqm-scripts and shipped in lede for ages...
Fails to build on on 4.1.46, needs
diff --git a/sch_cake.c b/sch_cake.c
index 021b215..d4f0c21 100644
--- a/sch_cake.c
+++ b/sch_cake.c
@@ -70,7 +70,7 @@
#include <net/netfilter/nf_conntrack.h>
#endif
-#if (KERNEL_VERSION(4, 4, 11) > LINUX_VERSION_CODE) ||
((KERNEL_VERSION(4, 5, 0) <= LINUX_VERSION_CODE) && (KERNEL_VERSION(4,
5, 5) > LINUX_VERSION_CODE))
+#if 0
#define qdisc_tree_reduce_backlog(_a, _b, _c)
qdisc_tree_decrease_qlen(_a, _b)
#endif
grepping kernel tree for qdisc_tree_reduce_backlog gets results.
grepping qdisc_tree_decrease_qlen doesn't.
prev parent reply other threads:[~2017-12-15 0:58 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-23 17:33 Dave Taht
[not found] ` <CAA93jw5p2t1PWF=1M0pwn5BKo_12cyF8xq4nzToT6AQ-cbNYow@mail.gmail.com>
[not found] ` <20171124085133.6bdfc246@redhat.com>
2017-11-24 21:28 ` [Cake] Fwd: " Dave Taht
2017-11-24 22:35 ` Sebastian Moeller
2017-12-15 0:58 ` Andy Furniss [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://lists.bufferbloat.net/postorius/lists/cake.lists.bufferbloat.net/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=a8e187d6-1199-eee9-c154-607e024ac113@gmail.com \
--to=adf.lists@gmail.com \
--cc=cake@lists.bufferbloat.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox