[v3] doc: add release notes for async vhost dequeue data-path

Message ID 20220628020643.13953-1-cheng1.jiang@intel.com (mailing list archive)
State Accepted, archived
Delegated to: Maxime Coquelin
Headers
Series [v3] doc: add release notes for async vhost dequeue data-path |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK
ci/intel-Testing fail Testing issues
ci/iol-intel-Performance success Performance Testing PASS
ci/iol-intel-Functional success Functional Testing PASS
ci/github-robot: build success github build: passed
ci/iol-aarch64-unit-testing success Testing PASS
ci/iol-x86_64-unit-testing success Testing PASS
ci/iol-x86_64-compile-testing success Testing PASS
ci/iol-aarch64-compile-testing success Testing PASS
ci/iol-abi-testing success Testing PASS

Commit Message

Jiang, Cheng1 June 28, 2022, 2:06 a.m. UTC
  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>
---
v3: code rebased.
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(-)

--
2.35.1
  

Comments

Chenbo Xia July 7, 2022, 12:23 p.m. UTC | #1
> -----Original Message-----
> From: Jiang, Cheng1 <cheng1.jiang@intel.com>
> Sent: Tuesday, June 28, 2022 10:07 AM
> To: maxime.coquelin@redhat.com; Xia, Chenbo <chenbo.xia@intel.com>
> Cc: dev@dpdk.org; Hu, Jiayu <jiayu.hu@intel.com>; Ding, Xuan
> <xuan.ding@intel.com>; Ma, WenwuX <wenwux.ma@intel.com>; Wang, YuanX
> <yuanx.wang@intel.com>; Yang, YvonneX <yvonnex.yang@intel.com>; Jiang,
> Cheng1 <cheng1.jiang@intel.com>
> Subject: [PATCH v3] doc: add release notes for async vhost dequeue data-
> path
> 
> 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>
> ---
> v3: code rebased.
> 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 6365800313..e43ab15260 100644
> --- a/doc/guides/rel_notes/release_22_07.rst
> +++ b/doc/guides/rel_notes/release_22_07.rst
> @@ -107,7 +107,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 thread-safe version of in-flight packet clear API in vhost
> library.**
> 
> --
> 2.35.1

Reviewed-by: Chenbo Xia <chenbo.xia@intel.com>
  
Maxime Coquelin July 8, 2022, 9:12 a.m. UTC | #2
On 6/28/22 04:06, Cheng Jiang wrote:
> 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>
> ---
> v3: code rebased.
> 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(-)
> 

Applied to dpdk-next-virtio/main.

Thanks,
Maxime
  

Patch

diff --git a/doc/guides/rel_notes/release_22_07.rst b/doc/guides/rel_notes/release_22_07.rst
index 6365800313..e43ab15260 100644
--- a/doc/guides/rel_notes/release_22_07.rst
+++ b/doc/guides/rel_notes/release_22_07.rst
@@ -107,7 +107,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 thread-safe version of in-flight packet clear API in vhost library.**