* [PATCH net-next] selftests: tc-testing: Pre-load IFE action and its submodules
@ 2025-04-07 21:56 Victor Nogueira
2025-04-08 23:24 ` patchwork-bot+netdevbpf
0 siblings, 1 reply; 2+ messages in thread
From: Victor Nogueira @ 2025-04-07 21:56 UTC (permalink / raw)
To: netdev; +Cc: kuba, jhs, xiyou.wangcong, jiri, shuah, pctammela,
linux-kselftest
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>
---
tools/testing/selftests/tc-testing/tdc.sh | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/tools/testing/selftests/tc-testing/tdc.sh b/tools/testing/selftests/tc-testing/tdc.sh
index cddff1772e10..589b18ed758a 100755
--- a/tools/testing/selftests/tc-testing/tdc.sh
+++ b/tools/testing/selftests/tc-testing/tdc.sh
@@ -31,6 +31,10 @@ try_modprobe act_skbedit
try_modprobe act_skbmod
try_modprobe act_tunnel_key
try_modprobe act_vlan
+try_modprobe act_ife
+try_modprobe act_meta_mark
+try_modprobe act_meta_skbtcindex
+try_modprobe act_meta_skbprio
try_modprobe cls_basic
try_modprobe cls_bpf
try_modprobe cls_cgroup
--
2.49.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH net-next] selftests: tc-testing: Pre-load IFE action and its submodules
2025-04-07 21:56 [PATCH net-next] selftests: tc-testing: Pre-load IFE action and its submodules Victor Nogueira
@ 2025-04-08 23:24 ` patchwork-bot+netdevbpf
0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2025-04-08 23:24 UTC (permalink / raw)
To: Victor Nogueira
Cc: netdev, kuba, jhs, xiyou.wangcong, jiri, shuah, pctammela,
linux-kselftest
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Mon, 7 Apr 2025 18:56:56 -0300 you wrote:
> 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
>
> [...]
Here is the summary with links:
- [net-next] selftests: tc-testing: Pre-load IFE action and its submodules
https://git.kernel.org/netdev/net-next/c/5ac40e6b5b0b
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-04-08 23:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-07 21:56 [PATCH net-next] selftests: tc-testing: Pre-load IFE action and its submodules Victor Nogueira
2025-04-08 23:24 ` patchwork-bot+netdevbpf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox