On 4/13/22 17:18, Luis Chamberlain wrote:
I've started to work on expanding coverage of testing with blktests on kdevops [0] to other test groups. srp was one of them. But the amount of failures I'm seeing seems to tell me I'm probably doing something really stupid, so please help me review the setup. The baseline for srp is listed below, each of these is a failure. I've used v5.17-rc7 as a starting point.
Do the SRP tests pass when using the Soft-iWARP driver instead of rdma_rxe? I'm asking this because there are known issues with the rdma_rxe driver in kernel versions v5.17 and also in v5.18-rc1. An example of how to select the Soft-iWARP driver:
cd blktests && use_siw=1 ./check -q srp/001 Bart.