Hi Omar, Recently a new low-level RDMA driver went upstream, namely the SoftiWARP driver. That driver implements RDMA over TCP. Support has been added in the SRP initiator and target drivers for iWARP. This patch series adds a test for SRP over SoftiWARP. Please consider integration of this patch series in the official blktests repository. Thanks, Bart. Changes compared to v1: - Only run the new test if the kernel version is at least 5.5 (the version in which iWARP support was added to the SRP drivers) and if "rdma link" is supported. Bart Van Assche (4): common/multipath-over-rdma: Fix expand_ipv6_addr() common/multipath-over-rdma: Rename two functions common/multipath-over-rdma, tests/srp: Make it easy to use siw instead of rdma_rxe tests/srp/015: Add a test that uses the SoftiWARP (siw) driver common/multipath-over-rdma | 58 +++++++++++++++++----- common/rc | 28 +++++++++++ tests/srp/015 | 45 +++++++++++++++++ tests/srp/015.out | 2 + tests/srp/rc | 98 ++++++++++++++++++++++---------------- 5 files changed, 179 insertions(+), 52 deletions(-) create mode 100755 tests/srp/015 create mode 100644 tests/srp/015.out