]> git.ipfire.org Git - thirdparty/linux.git/commit
selftests: rds: Add ROCE support to run.sh
authorAllison Henderson <achender@kernel.org>
Mon, 18 May 2026 01:24:43 +0000 (18:24 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 21 May 2026 00:03:03 +0000 (17:03 -0700)
commit47f079e56ee5281c836be11ecf65e4033d2e49af
tree6bc3eef14193549b4ba00d012c93542bb30da092
parent9d4fc641326e69995bd62e0c7bf46ca95d21afba
selftests: rds: Add ROCE support to run.sh

This patch adds support for testing rds rdma over ROCE.  A new
-r flag is added to config.sh which enables the required kernel
configs for rdma.  We also add a -T flag to run.sh, which takes
a transport option, tcp or rdma.  The rdma option will check to
ensure the proper configs have been enabled. The flag is then
passed to test.py, which will run the test over the specified
transport(s)

Signed-off-by: Allison Henderson <achender@kernel.org>
Link: https://patch.msgid.link/20260518012443.2629206-12-achender@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/net/rds/README.txt
tools/testing/selftests/net/rds/config.sh
tools/testing/selftests/net/rds/run.sh