From: Victor Nogueira <victor@mojatatu.com>
To: "Toke Høiland-Jørgensen" <toke@redhat.com>,
"Toke Høiland-Jørgensen" <toke@toke.dk>,
"Jamal Hadi Salim" <jhs@mojatatu.com>,
"Cong Wang" <xiyou.wangcong@gmail.com>,
"Jiri Pirko" <jiri@resnulli.us>,
"David S. Miller" <davem@davemloft.net>,
"Eric Dumazet" <edumazet@google.com>,
"Jakub Kicinski" <kuba@kernel.org>,
"Paolo Abeni" <pabeni@redhat.com>,
"Simon Horman" <horms@kernel.org>
Cc: "Jonas Köppeler" <j.koeppeler@tu-berlin.de>,
cake@lists.bufferbloat.net, netdev@vger.kernel.org
Subject: [Cake] Re: [PATCH net-next v6 6/6] selftests/tc-testing: add selftests for cake_mq qdisc
Date: Tue, 6 Jan 2026 15:19:52 -0300 [thread overview]
Message-ID: <1cacbd67-7d09-4ddd-8762-8be3c238efa9@mojatatu.com> (raw)
In-Reply-To: <20260106-mq-cake-sub-qdisc-v6-6-ee2e06b1eb1a@redhat.com>
On 06/01/2026 08:40, Toke Høiland-Jørgensen wrote:
> From: Jonas Köppeler <j.koeppeler@tu-berlin.de>
>
> Test 684b: Create CAKE_MQ with default setting (4 queues)
> Test 7ee8: Create CAKE_MQ with bandwidth limit (4 queues)
> Test 1f87: Create CAKE_MQ with rtt time (4 queues)
> Test e9cf: Create CAKE_MQ with besteffort flag (4 queues)
> Test 7c05: Create CAKE_MQ with diffserv8 flag (4 queues)
> Test 5a77: Create CAKE_MQ with diffserv4 flag (4 queues)
> Test 8f7a: Create CAKE_MQ with flowblind flag (4 queues)
> Test 7ef7: Create CAKE_MQ with dsthost and nat flag (4 queues)
> Test 2e4d: Create CAKE_MQ with wash flag (4 queues)
> Test b3e6: Create CAKE_MQ with flowblind and no-split-gso flag (4 queues)
> Test 62cd: Create CAKE_MQ with dual-srchost and ack-filter flag (4 queues)
> Test 0df3: Create CAKE_MQ with dual-dsthost and ack-filter-aggressive flag (4 queues)
> Test 9a75: Create CAKE_MQ with memlimit and ptm flag (4 queues)
> Test cdef: Create CAKE_MQ with fwmark and atm flag (4 queues)
> Test 93dd: Create CAKE_MQ with overhead 0 and mpu (4 queues)
> Test 1475: Create CAKE_MQ with conservative and ingress flag (4 queues)
> Test 7bf1: Delete CAKE_MQ with conservative and ingress flag (4 queues)
> Test ee55: Replace CAKE_MQ with mpu (4 queues)
> Test 6df9: Change CAKE_MQ with mpu (4 queues)
> Test 67e2: Show CAKE_MQ class (4 queues)
> Test 2de4: Change bandwidth of CAKE_MQ (4 queues)
> Test 5f62: Fail to create CAKE_MQ with autorate-ingress flag (4 queues)
> Test 038e: Fail to change setting of sub-qdisc under CAKE_MQ
> Test 7bdc: Fail to replace sub-qdisc under CAKE_MQ
> Test 18e0: Fail to install CAKE_MQ on single queue device
>
> Signed-off-by: Jonas Köppeler <j.koeppeler@tu-berlin.de>
Reviewed-by: Victor Nogueira <victor@mojatatu.com>
prev parent reply other threads:[~2026-01-06 18:20 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-06 11:40 [Cake] [PATCH net-next v6 0/6] Multi-queue aware sch_cake Toke Høiland-Jørgensen
2026-01-06 11:40 ` [Cake] [PATCH net-next v6 1/6] net/sched: Export mq functions for reuse Toke Høiland-Jørgensen
2026-01-06 21:53 ` [Cake] " Willem de Bruijn
2026-01-06 11:40 ` [Cake] [PATCH net-next v6 2/6] net/sched: sch_cake: Factor out config variables into separate struct Toke Høiland-Jørgensen
2026-01-06 21:57 ` [Cake] " Willem de Bruijn
2026-01-07 9:17 ` Toke Høiland-Jørgensen
2026-01-07 14:42 ` Willem de Bruijn
2026-01-06 11:40 ` [Cake] [PATCH net-next v6 3/6] net/sched: sch_cake: Add cake_mq qdisc for using cake on mq devices Toke Høiland-Jørgensen
2026-01-06 21:57 ` [Cake] " Willem de Bruijn
2026-01-06 11:40 ` [Cake] [PATCH net-next v6 4/6] net/sched: sch_cake: Share config across cake_mq sub-qdiscs Toke Høiland-Jørgensen
2026-01-06 11:40 ` [Cake] [PATCH net-next v6 5/6] net/sched: sch_cake: share shaper state across sub-instances of cake_mq Toke Høiland-Jørgensen
2026-01-06 11:40 ` [Cake] [PATCH net-next v6 6/6] selftests/tc-testing: add selftests for cake_mq qdisc Toke Høiland-Jørgensen
2026-01-06 18:19 ` Victor Nogueira [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=1cacbd67-7d09-4ddd-8762-8be3c238efa9@mojatatu.com \
--to=victor@mojatatu.com \
--cc=cake@lists.bufferbloat.net \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=horms@kernel.org \
--cc=j.koeppeler@tu-berlin.de \
--cc=jhs@mojatatu.com \
--cc=jiri@resnulli.us \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=toke@redhat.com \
--cc=toke@toke.dk \
--cc=xiyou.wangcong@gmail.com \
/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