]> www.infradead.org Git - users/dwmw2/linux.git/commit
selftests: drv-net: rss_ctx: test flow rehashing without impacting traffic
authorJakub Kicinski <kuba@kernel.org>
Mon, 8 Jul 2024 21:36:27 +0000 (14:36 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 9 Jul 2024 23:31:18 +0000 (16:31 -0700)
commit933048fec4dda42a5e3fdee26653db6d5904d727
tree0178140905716b7a0d63f781089b93bda97ad9a6
parent7e3e5b0bc51d03c452e1f752b7656bbc4df87ee2
selftests: drv-net: rss_ctx: test flow rehashing without impacting traffic

Some workloads may want to rehash the flows in response to an imbalance.
Most effective way to do that is changing the RSS key. Check that changing
the key does not cause link flaps or traffic disruption.

Disrupting traffic for key update is not incorrect, but makes the key
update unusable for rehashing under load.

Reviewed-by: Willem de Bruijn <willemb@google.com>
Link: https://patch.msgid.link/20240708213627.226025-6-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/drivers/net/hw/rss_ctx.py