On Fri, Dec 13, 2019 at 09:32:28AM -0500, Bart Van Assche wrote: > 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. Hi, Bart, Is there no way to detect this feature other than checking the kernel version? Thanks.