Re: [PATCH net-next] selftests/tc-testing: add tests for qdisc_tree_reduce_backlog

2024-11-03 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 1 Nov 2024 11:31:48 -0300 you wrote: > Add 3 tests to check for the expected behaviour of > qdisc_tree_reduce_backlog in special scenarios. > > - The first test checks if the qdisc class is notified of delet

Re: [PATCH net-next] selftests/tc-testing: add tests for qdisc_tree_reduce_backlog

2024-11-01 Thread Cong Wang
On Fri, Nov 01, 2024 at 11:31:48AM -0300, Pedro Tammela wrote: > Add 3 tests to check for the expected behaviour of > qdisc_tree_reduce_backlog in special scenarios. > > - The first test checks if the qdisc class is notified of deletion for > major handle ':'. > - The second test checks the sa

[PATCH net-next] selftests/tc-testing: add tests for qdisc_tree_reduce_backlog

2024-11-01 Thread Pedro Tammela
Add 3 tests to check for the expected behaviour of qdisc_tree_reduce_backlog in special scenarios. - The first test checks if the qdisc class is notified of deletion for major handle ':'. - The second test checks the same as the first test but with ':' as the root qdisc. - The third test c