Message ID | 20230422155612.432913-1-pctammela@mojatatu.com (mailing list archive) |
---|---|
Headers | show |
Series | net/sched: cleanup parsing prints in htb and qfq | expand |
Hello: This series was applied to netdev/net.git (main) by David S. Miller <davem@davemloft.net>: On Sat, 22 Apr 2023 12:56:08 -0300 you wrote: > 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. > > [...] Here is the summary with links: - [net-next,v5,1/4] net/sched: sch_htb: use extack on errors messages https://git.kernel.org/netdev/net/c/807cfded92b0 - [net-next,v5,2/4] net/sched: sch_qfq: use extack on errors messages https://git.kernel.org/netdev/net/c/c69a9b023f65 - [net-next,v5,3/4] net/sched: sch_qfq: refactor parsing of netlink parameters https://git.kernel.org/netdev/net/c/25369891fcef - [net-next,v5,4/4] selftests: tc-testing: add more tests for sch_qfq https://git.kernel.org/netdev/net/c/7eb060a51a3b You are awesome, thank you!