]> www.infradead.org Git - nvme.git/commit
selftests: drv-net: rss_ctx: check behavior of indirection table resizing
authorJakub Kicinski <kuba@kernel.org>
Mon, 8 Jul 2024 21:36:26 +0000 (14:36 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 9 Jul 2024 23:31:18 +0000 (16:31 -0700)
commit7e3e5b0bc51d03c452e1f752b7656bbc4df87ee2
treef005b80ca7d6131dfbe171c64eafea93792bf778
parente2c9703d424e7a7a60f325cb16ddcd45b2213c70
selftests: drv-net: rss_ctx: check behavior of indirection table resizing

Some devices dynamically increase and decrease the size of the RSS
indirection table based on the number of enabled queues.
When that happens driver must maintain the balance of entries
(preferably duplicating the smaller table).

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