Suggested-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Yi Zhang <yi.zhang@redhat.com>
RUN_ZONED_TESTS=1
```
+### Running nvme-rdma nvmeof-mp srp tests
+
+Most of these tests will use the rdma_rxe (soft-RoCE) driver by default. The siw (soft-iWARP) driver is also supported.
+```sh
+To use the rdma_rxe driver:
+nvme-trtype=rdma ./check nvme/
+./check nvmeof-mp/
+./check srp/
+
+To use the siw driver:
+use_siw=1 nvme-trtype=rdma ./check nvme/
+use_siw=1 ./check nvmeof-mp/
+use_siw=1 ./check srp/
+```
+
### Custom Setup
The `config` file is really just a bash file that is sourced at the beginning