[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230417171218.333567-1-pctammela@mojatatu.com>
Date: Mon, 17 Apr 2023 14:12:14 -0300
From: Pedro Tammela <pctammela@...atatu.com>
To: netdev@...r.kernel.org
Cc: jhs@...atatu.com, xiyou.wangcong@...il.com, jiri@...nulli.us,
davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org,
pabeni@...hat.com, Pedro Tammela <pctammela@...atatu.com>
Subject: [PATCH net-next v2 0/4] net/sched: cleanup parsing prints in htb and qfq
These two qdiscs are still using prints on dmesg to report parsing
errors. Since the parsing code has access to extack, convert these error
messages to extack.
QFQ also had the opportunity to remove some redundant code in the
parameters parsing by transforming some attributes into parsing
policies.
v1->v2: Address suggestions by Jakub
Pedro Tammela (4):
net/sched: sch_htb: use extack on errors messages
net/sched: sch_qfq: use extack on errors messages
net/sched: sch_qfq: refactor parsing of netlink parameters
selftests: tc-testing: add more tests for sch_qfq
net/sched/sch_htb.c | 17 ++---
net/sched/sch_qfq.c | 37 +++++-----
.../tc-testing/tc-tests/qdiscs/qfq.json | 72 +++++++++++++++++++
3 files changed, 99 insertions(+), 27 deletions(-)
--
2.34.1
Powered by blists - more mailing lists