From: Cheng Jiang Date: Tue, 28 Jun 2022 02:06:43 +0000 (+0000) Subject: doc: add release notes for async vhost dequeue datapath X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=e179bbee8056c8f4d73c53b1f4059cd1b9cb907a;p=dpdk.git doc: add release notes for async vhost dequeue datapath 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 Reviewed-by: Chenbo Xia --- diff --git a/doc/guides/rel_notes/release_22_07.rst b/doc/guides/rel_notes/release_22_07.rst index b40d6f9d84..e1537cf8fc 100644 --- a/doc/guides/rel_notes/release_22_07.rst +++ b/doc/guides/rel_notes/release_22_07.rst @@ -108,6 +108,7 @@ New Features Added vhost async dequeue API which can leverage DMA devices to accelerate receiving packets from guest. + Split virtqueue and packed virtqueue are both supported. * **Added thread-safe version of in-flight packet clear API in vhost library.**