Message ID | 20241204030520.2084663-1-tavip@google.com (mailing list archive) |
---|---|
Headers | show |
Series | net_sched: sch_sfq: reject limit of 1 | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Tue, 3 Dec 2024 19:05:18 -0800 you wrote: > The implementation does not properly support limits of 1. Add an > in-kernel check, in addition to existing iproute2 check, since other > tools may be used for configuration. > > This patch set also adds a selfcheck to test that a limit of 1 is > rejected. > > [...] Here is the summary with links: - [net-next,1/2] net_sched: sch_sfq: don't allow 1 packet limit https://git.kernel.org/netdev/net-next/c/10685681bafc - [net-next,2/2] selftests/tc-testing: sfq: test that kernel rejects limit of 1 https://git.kernel.org/netdev/net-next/c/1e7e1f0e8be1 You are awesome, thank you!