mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 05:35:20 +00:00
docs/vfio-user: Add more description on NVMe Device part
Add more info on how to set up SPDK NVMe-oF tgt for vfio-user usage in NVMe device example part. Signed-off-by: Ziye Yang <ziye.yang@intel.com>
This commit is contained in:
parent
5e7c9eaefd
commit
ef1ac5c670
@ -45,7 +45,9 @@ Use SPDK: https://github.com/spdk/spdk
|
||||
|
||||
Compile with `./configure --with-vfio-user`
|
||||
|
||||
Create an NVMe controller listening on a vfio-user socket with a simple block device:
|
||||
Create an NVMe controller listening on a vfio-user socket with a simple AIO block device in spdk.
|
||||
More details of configuring SPDK bdev can be viewed in [SPDK bdev](https://spdk.io/doc/bdev.html).
|
||||
More details of setting SPDK NVMe-oF target can be viewed in [SDPK NVMe-oF tgt](https://spdk.io/doc/nvmf.html).
|
||||
|
||||
```sh
|
||||
sudo scripts/setup.sh
|
||||
|
Loading…
Reference in New Issue
Block a user