[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Z8oxZk3yqiYxXJ6C@pop-os.localdomain>
Date: Thu, 6 Mar 2025 15:36:06 -0800
From: Cong Wang <xiyou.wangcong@...il.com>
To: chia-yu.chang@...ia-bell-labs.com
Cc: netdev@...r.kernel.org, dave.taht@...il.com, pabeni@...hat.com,
jhs@...atatu.com, kuba@...nel.org, stephen@...workplumber.org,
jiri@...nulli.us, davem@...emloft.net, edumazet@...gle.com,
horms@...nel.org, andrew+netdev@...n.ch, ij@...nel.org,
ncardwell@...gle.com, koen.de_schepper@...ia-bell-labs.com,
g.white@...lelabs.com, ingemar.s.johansson@...csson.com,
mirja.kuehlewind@...csson.com, cheshire@...le.com, rs.ietf@....at,
Jason_Livingood@...cast.com, vidhi_goel@...le.com,
Olga Albisser <olga@...isser.org>,
Olivier Tilmans <olivier.tilmans@...ia.com>,
Henrik Steen <henrist@...rist.net>,
Bob Briscoe <research@...briscoe.net>
Subject: Re: [PATCH v6 net-next 1/1] sched: Add dualpi2 qdisc
On Tue, Mar 04, 2025 at 04:15:03PM +0100, chia-yu.chang@...ia-bell-labs.com wrote:
> Documentation/netlink/specs/tc.yaml | 140 +++
> include/linux/netdevice.h | 1 +
> include/uapi/linux/pkt_sched.h | 38 +
> net/sched/Kconfig | 12 +
> net/sched/Makefile | 1 +
> net/sched/sch_dualpi2.c | 1081 +++++++++++++++++
> tools/testing/selftests/tc-testing/config | 1 +
> .../tc-testing/tc-tests/qdiscs/dualpi2.json | 149 +++
> tools/testing/selftests/tc-testing/tdc.sh | 1 +
Please split this big patch into 3 patches:
1. Documentation, changes in Documentation/netlink/specs/tc.yaml
2. Selftest, changes under tools/testing/selftests/tc-testing/
3. The rest, which is the actual dualpi2 qdisc code
As Jakub mentioned, "mixing code changes and test changes in a
single commit is discouraged."
Also, this would give reviewers a break between reviewing smaller
patches.
Thanks!
Powered by blists - more mailing lists