Skip to content

Commit 3be7849

Browse files
yizhanglinuxosandov
authored andcommitted
Documentation: add document for nvme-rdma nvmeof-mp srp tests
Suggested-by: Bart Van Assche <[email protected]> Signed-off-by: Yi Zhang <[email protected]>
1 parent 028c09a commit 3be7849

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Documentation/running-tests.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,21 @@ requires that the kernel be compiled with `CONFIG_BLK_DEV_ZONED` enabled.
9898
RUN_ZONED_TESTS=1
9999
```
100100

101+
### Running nvme-rdma nvmeof-mp srp tests
102+
103+
Most of these tests will use the rdma_rxe (soft-RoCE) driver by default. The siw (soft-iWARP) driver is also supported.
104+
```sh
105+
To use the rdma_rxe driver:
106+
nvme-trtype=rdma ./check nvme/
107+
./check nvmeof-mp/
108+
./check srp/
109+
110+
To use the siw driver:
111+
use_siw=1 nvme-trtype=rdma ./check nvme/
112+
use_siw=1 ./check nvmeof-mp/
113+
use_siw=1 ./check srp/
114+
```
115+
101116
### Custom Setup
102117

103118
The `config` file is really just a bash file that is sourced at the beginning

0 commit comments

Comments
 (0)