Skip to content

Commit 5ac40e6

Browse files
vbnogueirakuba-moo
authored andcommitted
selftests: tc-testing: Pre-load IFE action and its submodules
Recently we had some issues in parallel TDC where some of IFE tests are failing due to some of IFE's submodules (like act_meta_skbtcindex and act_meta_skbprio) taking too long to load [1]. To avoid that issue, pre-load IFE and all its submodules before running any of the tests in tdc.sh [1] https://lore.kernel.org/netdev/e909b2a0-244e-4141-9fa9-1b7d96ab7d71@mojatatu.com/T/#u Signed-off-by: Victor Nogueira <victor@mojatatu.com> Link: https://patch.msgid.link/20250407215656.2535990-1-victor@mojatatu.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent 0f681b0 commit 5ac40e6

File tree

1 file changed

+4
-0
lines changed
  • tools/testing/selftests/tc-testing

1 file changed

+4
-0
lines changed

tools/testing/selftests/tc-testing/tdc.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ try_modprobe act_skbedit
3131
try_modprobe act_skbmod
3232
try_modprobe act_tunnel_key
3333
try_modprobe act_vlan
34+
try_modprobe act_ife
35+
try_modprobe act_meta_mark
36+
try_modprobe act_meta_skbtcindex
37+
try_modprobe act_meta_skbprio
3438
try_modprobe cls_basic
3539
try_modprobe cls_bpf
3640
try_modprobe cls_cgroup

0 commit comments

Comments
 (0)