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

From: Cong Wang
Date: Fri Nov 01 2024 - 17:52:06 EST


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 'ffff:'.
> - The second test checks the same as the first test but with 'ffff:' as the root
> qdisc.
> - The third test checks if everything works if ingress is active.
>
> Acked-by: Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
> Signed-off-by: Pedro Tammela <pctammela@xxxxxxxxxxxx>

Acked-by: Cong Wang <cong.wang@xxxxxxxxxxxxx>

Thanks for more tests!