* [PATCH net-next] selftests: drv-net: rss: Fix error calculation in test_hitless_key_update
@ 2026-03-03 20:22 Dimitri Daskalakis
2026-03-05 3:00 ` patchwork-bot+netdevbpf
0 siblings, 1 reply; 2+ messages in thread
From: Dimitri Daskalakis @ 2026-03-03 20:22 UTC (permalink / raw)
To: David S . Miller
Cc: Andrew Lunn, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
Shuah Khan, Simon Horman, Willem de Bruijn, Gal Pressman,
Nimrod Oren, Pavan Chebbi, netdev, linux-kselftest
This test verifies there are no errors when a devices RSS key is updated
while traffic is flowing. The current check is a no-op since the last
sample was subtracted from itself.
Fixes: 933048fec4dd ("selftests: drv-net: rss_ctx: test flow rehashing without impacting traffic")
Signed-off-by: Dimitri Daskalakis <dimitri.daskalakis1@gmail.com>
---
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/tools/testing/selftests/drivers/net/hw/rss_ctx.py b/tools/testing/selftests/drivers/net/hw/rss_ctx.py
index 97246eab863a..d7cb30306368 100755
--- a/tools/testing/selftests/drivers/net/hw/rss_ctx.py
+++ b/tools/testing/selftests/drivers/net/hw/rss_ctx.py
@@ -357,7 +357,7 @@ def test_hitless_key_update(cfg):
tgen.wait_pkts_and_stop(5000)
ksft_lt((t1 - t0).total_seconds(), 0.15)
- ksft_eq(errors1 - errors1, 0)
+ ksft_eq(errors1 - errors0, 0)
ksft_eq(carrier1 - carrier0, 0)
--
2.47.3
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH net-next] selftests: drv-net: rss: Fix error calculation in test_hitless_key_update
2026-03-03 20:22 [PATCH net-next] selftests: drv-net: rss: Fix error calculation in test_hitless_key_update Dimitri Daskalakis
@ 2026-03-05 3:00 ` patchwork-bot+netdevbpf
0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2026-03-05 3:00 UTC (permalink / raw)
To: Dimitri Daskalakis
Cc: davem, andrew+netdev, edumazet, kuba, pabeni, shuah, horms,
willemb, gal, noren, pavan.chebbi, netdev, linux-kselftest
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Tue, 3 Mar 2026 12:22:58 -0800 you wrote:
> This test verifies there are no errors when a devices RSS key is updated
> while traffic is flowing. The current check is a no-op since the last
> sample was subtracted from itself.
>
> Fixes: 933048fec4dd ("selftests: drv-net: rss_ctx: test flow rehashing without impacting traffic")
> Signed-off-by: Dimitri Daskalakis <dimitri.daskalakis1@gmail.com>
>
> [...]
Here is the summary with links:
- [net-next] selftests: drv-net: rss: Fix error calculation in test_hitless_key_update
https://git.kernel.org/netdev/net-next/c/f85db97bc5d4
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:[~2026-03-05 3:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-03 20:22 [PATCH net-next] selftests: drv-net: rss: Fix error calculation in test_hitless_key_update Dimitri Daskalakis
2026-03-05 3:00 ` 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