All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Toke Høiland-Jørgensen" <toke@toke.dk>
To: David Ahern <dsahern@gmail.com>,
	Stephen Hemminger <stephen@networkplumber.org>
Cc: cake@lists.bufferbloat.net, netdev@vger.kernel.org,
	"Jonas Köppeler" <j.koeppeler@tu-berlin.de>
Subject: Re: [PATCH iproute2-next] tc: cake: add cake_mq support
Date: Tue, 25 Nov 2025 13:18:56 +0100	[thread overview]
Message-ID: <87jyzecnkf.fsf@toke.dk> (raw)
In-Reply-To: <fb5fc99e-fa3b-4499-80be-4731a8c7a297@gmail.com>

David Ahern <dsahern@gmail.com> writes:

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

OK, sure.

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

That was a mistake that crept in when editing the patch; will put it
back :)

-Toke

  reply	other threads:[~2025-11-25 12:19 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-24 14:59 [PATCH net-next 0/4] Multi-queue aware sch_cake Toke Høiland-Jørgensen
2025-11-24 14:59 ` [PATCH net-next 1/4] net/sched: sch_cake: Factor out config variables into separate struct Toke Høiland-Jørgensen
2025-11-24 14:59 ` [PATCH net-next 2/4] net/sched: sch_cake: Add cake_mq qdisc for using cake on mq devices Toke Høiland-Jørgensen
2025-11-24 14:59 ` [PATCH net-next 3/4] net/sched: sch_cake: Share config across cake_mq sub-qdiscs Toke Høiland-Jørgensen
2025-11-24 14:59 ` [PATCH net-next 4/4] net/sched: sch_cake: share shaper state across sub-instances of cake_mq Toke Høiland-Jørgensen
2025-11-24 15:03 ` [PATCH iproute2-next] tc: cake: add cake_mq support Toke Høiland-Jørgensen
2025-11-25  0:00   ` David Ahern
2025-11-25 12:18     ` Toke Høiland-Jørgensen [this message]
2025-11-27  3:43 ` [PATCH net-next 0/4] Multi-queue aware sch_cake Jakub Kicinski
2025-11-27  9:09   ` Toke Høiland-Jørgensen

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87jyzecnkf.fsf@toke.dk \
    --to=toke@toke.dk \
    --cc=cake@lists.bufferbloat.net \
    --cc=dsahern@gmail.com \
    --cc=j.koeppeler@tu-berlin.de \
    --cc=netdev@vger.kernel.org \
    --cc=stephen@networkplumber.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.