selftests: tc-testing: add one test for flushing explicitly created chainAdd the test for additional reference to chains that are explicitlycreated by RTM_NEWCHAIN message.The test result: 1..
selftests: tc-testing: add one test for flushing explicitly created chainAdd the test for additional reference to chains that are explicitlycreated by RTM_NEWCHAIN message.The test result: 1..1 ok 1 c2b4 - soft lockup alarm will be not generated after delete the prio 0 filter of the chainThis is a follow up to commit c9a82bec02c3 ("net/sched: cls_api: Fix lockup on flushing explicitly created chain").Signed-off-by: Mingshuai Ren <renmingshuai@huawei.com>Acked-by: Pedro Tammela <pctammela@mojatatu.com>Acked-by: Victor Nogueira <victor@mojatatu.com>Link: https://lore.kernel.org/r/20230620014939.2034054-1-renmingshuai@huawei.comSigned-off-by: Jakub Kicinski <kuba@kernel.org>
show more ...
selftests: tc-testing: add tests for action bindingAdd tests that check if filters can bind actions, that is create anaction independently and then bind to a filter.tdc-tests under category 'inf
selftests: tc-testing: add tests for action bindingAdd tests that check if filters can bind actions, that is create anaction independently and then bind to a filter.tdc-tests under category 'infra':1..18ok 1 abdc - Reference pedit action object in filterok 2 7a70 - Reference mpls action object in filterok 3 d241 - Reference bpf action object in filterok 4 383a - Reference connmark action object in filterok 5 c619 - Reference csum action object in filterok 6 a93d - Reference ct action object in filterok 7 8bb5 - Reference ctinfo action object in filterok 8 2241 - Reference gact action object in filterok 9 35e9 - Reference gate action object in filterok 10 b22e - Reference ife action object in filterok 11 ef74 - Reference mirred action object in filterok 12 2c81 - Reference nat action object in filterok 13 ac9d - Reference police action object in filterok 14 68be - Reference sample action object in filterok 15 cf01 - Reference skbedit action object in filterok 16 c109 - Reference skbmod action object in filterok 17 4abc - Reference tunnel_key action object in filterok 18 dadd - Reference vlan action object in filterReviewed-by: Jamal Hadi Salim <jhs@mojatatu.com>Signed-off-by: Pedro Tammela <pctammela@mojatatu.com>Link: https://lore.kernel.org/r/20230309175554.304824-1-pctammela@mojatatu.comSigned-off-by: Jakub Kicinski <kuba@kernel.org>