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 <cheng1.jiang@intel.com>
Reviewed-by: Chenbo Xia <chenbo.xia@intel.com>
This commit is contained in:
Cheng Jiang 2022-06-28 02:06:43 +00:00 committed by Maxime Coquelin
parent ea2810fc21
commit e179bbee80

View File

@ -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.**