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@mojatatu.com Signed-off-by: Pedro Tammela pctammela@mojatatu.com
Acked-by: Cong Wang cong.wang@bytedance.com
Thanks for more tests!