From ef1ac5c6702a206ac70c335c5b60fad87191cb6a Mon Sep 17 00:00:00 2001 From: Ziye Yang Date: Mon, 22 Nov 2021 05:27:25 +0000 Subject: [PATCH] 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 --- docs/vfio-user.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/vfio-user.md b/docs/vfio-user.md index d64f626a5..b21d3762d 100644 --- a/docs/vfio-user.md +++ b/docs/vfio-user.md @@ -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