libnvmf icon indicating copy to clipboard operation
libnvmf copied to clipboard

NVMe over Fabrics user space initiator library.

Results 2 libnvmf issues
Sort by recently updated
recently updated
newest added

reproduce steps: 1. configure rxe for rdma ``` rdma link add rxe_eth0 type rxe netdev eth0 ``` 2. configure SPDK nvmf target ``` run build/bin/nvmf_tgt under spdk root@wayne-VirtualBox:~/wayne/spdk# scripts/rpc.py bdev_null_create...

I setup enviroment with softroce rxe, ib_send_bw works fine. then I specifiy 5 senconds run as below ``` ./nvmf-fio --filename=nvmf-rdma://192.168.122.33:4420/nvmet-always-rdma/1 --randread --iodepth=32 --ioqueues=4 --runtime=5 ``` I can see below log...