]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
selftests: hw-net: toeplitz: read the RSS key directly from C
authorJakub Kicinski <kuba@kernel.org>
Fri, 21 Nov 2025 04:02:57 +0000 (20:02 -0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 25 Nov 2025 02:51:40 +0000 (18:51 -0800)
commitaa91dbf3eda2977e3046d4838eadf7af4dbd47ec
tree73ac1ad727270c30b3494c946fb63143d5434543
parent27c512af190e037a6f330e9461fc4741fb77da45
selftests: hw-net: toeplitz: read the RSS key directly from C

Now that we have YNL support for RSS accessing the RSS info from
C is very easy. Instead of passing the RSS key from Python do it
directly in the C code.

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