[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <fb5fc99e-fa3b-4499-80be-4731a8c7a297@gmail.com>
Date: Mon, 24 Nov 2025 16:00:19 -0800
From: David Ahern <dsahern@...il.com>
To: Toke Høiland-Jørgensen <toke@...hat.com>,
Stephen Hemminger <stephen@...workplumber.org>
Cc: cake@...ts.bufferbloat.net, netdev@...r.kernel.org,
Jonas Köppeler <j.koeppeler@...berlin.de>
Subject: Re: [PATCH iproute2-next] tc: cake: add cake_mq support
On 11/24/25 8:03 AM, Toke Høiland-Jørgensen wrote:
> diff --git a/include/uapi/linux/pkt_sched.h b/include/uapi/linux/pkt_sched.h
> index 15d1a37ac6d8..fb07a8898225 100644
> --- a/include/uapi/linux/pkt_sched.h
> +++ b/include/uapi/linux/pkt_sched.h
> @@ -1036,6 +1036,7 @@ enum {
> TCA_CAKE_STATS_DROP_NEXT_US,
> TCA_CAKE_STATS_P_DROP,
> TCA_CAKE_STATS_BLUE_TIMER_US,
> + TCA_CAKE_STATS_ACTIVE_QUEUES,
> __TCA_CAKE_STATS_MAX
> };
> #define TCA_CAKE_STATS_MAX (__TCA_CAKE_STATS_MAX - 1)
uapi changes should be a separate patch that I can drop when applying.
> diff --git a/tc/q_cake.c b/tc/q_cake.c
> index e2b8de55e5a2..1c143e766888 100644
> --- a/tc/q_cake.c
> +++ b/tc/q_cake.c
> @@ -525,7 +525,6 @@ static int cake_print_opt(const struct qdisc_util *qu, FILE *f, struct rtattr *o
> RTA_PAYLOAD(tb[TCA_CAKE_FWMARK]) >= sizeof(__u32)) {
> fwmark = rta_getattr_u32(tb[TCA_CAKE_FWMARK]);
> }
> -
> if (wash)
> print_string(PRINT_FP, NULL, "wash ", NULL);
> else
why remove the spacing? whitespace helps readability.
Powered by blists - more mailing lists