From 073a345908db970add3e1087a37d51318363bd78 Mon Sep 17 00:00:00 2001 From: Ziye Yang Date: Thu, 14 Oct 2021 14:55:41 +0000 Subject: [PATCH] use-cases: clarify vhost-user-nvme status in using-spdk-vhost-user SPDK vhost-user-nvme target is removed from SPDK 21.07 release since upstreamed QEMU version does not support. Fixes this usage. Fixes #3371 Signed-off-by: Ziye Yang --- docs/use-cases/using-SPDK-vhostuser-and-kata.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/use-cases/using-SPDK-vhostuser-and-kata.md b/docs/use-cases/using-SPDK-vhostuser-and-kata.md index 4cef647ea2..e7f9f7a3b4 100644 --- a/docs/use-cases/using-SPDK-vhostuser-and-kata.md +++ b/docs/use-cases/using-SPDK-vhostuser-and-kata.md @@ -104,7 +104,7 @@ devices: - `vhost-user-blk` - `vhost-user-scsi` -- `vhost-user-nvme` +- `vhost-user-nvme` (deprecated from SPDK 21.07 release) For more information, visit [SPDK](https://spdk.io) and [SPDK vhost-user target](https://spdk.io/doc/vhost.html).