[PATCH v2] doc: add release notes for async vhost dequeue data-path
Cheng Jiang
cheng1.jiang at intel.com
Mon Jun 27 04:36:36 CEST 2022
Add release notes for asynchronous vhost dequeue data-path. Emphasize
that split virtqueue and packed virtqueue are both supported in
asynchronous vhost dequeue data-path.
Signed-off-by: Cheng Jiang <cheng1.jiang at intel.com>
---
v2: fixed a full stop missing in the commit message.
doc/guides/rel_notes/release_22_07.rst | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/guides/rel_notes/release_22_07.rst b/doc/guides/rel_notes/release_22_07.rst
index e743031f61..2594ddcec1 100644
--- a/doc/guides/rel_notes/release_22_07.rst
+++ b/doc/guides/rel_notes/release_22_07.rst
@@ -102,7 +102,8 @@ New Features
* **Added vhost async dequeue API to receive packets from guest.**
Added vhost async dequeue API which can leverage DMA devices to
- accelerate receiving packets from guest.
+ accelerate receiving packets from guest. Split virtqueue and packed
+ virtqueue are both supported.
* **Added vhost API to get the device type of a vDPA device.**
--
2.35.1
More information about the dev
mailing list