[v6,4/4] doc: update release notes for vhost sample

Message ID 20201016042909.27542-5-Cheng1.jiang@intel.com (mailing list archive)
State Superseded, archived
Delegated to: Maxime Coquelin
Headers
Series add async data path in vhost sample |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK
ci/iol-broadcom-Functional fail Functional Testing issues
ci/iol-intel-Functional success Functional Testing PASS
ci/iol-intel-Performance success Performance Testing PASS
ci/iol-testing fail Testing issues
ci/iol-mellanox-Performance success Performance Testing PASS

Commit Message

Jiang, Cheng1 Oct. 16, 2020, 4:29 a.m. UTC
  Add release notes for vhost async data path support in vhost sample.

Signed-off-by: Cheng Jiang <Cheng1.jiang@intel.com>
---
 doc/guides/rel_notes/release_20_11.rst | 6 ++++++
 1 file changed, 6 insertions(+)
  

Comments

Jiang, Cheng1 Oct. 19, 2020, 5:49 a.m. UTC | #1
Hi Maxime,

I noticed there are two errors reported in the CI system. And we think it may have nothing to do with us.
Just for your information.

Thanks,
Cheng

> -----Original Message-----
> From: Jiang, Cheng1 <cheng1.jiang@intel.com>
> Sent: Friday, October 16, 2020 12:29 PM
> To: maxime.coquelin@redhat.com; Xia, Chenbo <chenbo.xia@intel.com>;
> Wang, Zhihong <zhihong.wang@intel.com>
> Cc: dev@dpdk.org; Fu, Patrick <patrick.fu@intel.com>; Jiang, Cheng1
> <cheng1.jiang@intel.com>
> Subject: [PATCH v6 4/4] doc: update release notes for vhost sample
> 
> Add release notes for vhost async data path support in vhost sample.
> 
> Signed-off-by: Cheng Jiang <Cheng1.jiang@intel.com>
> ---
>  doc/guides/rel_notes/release_20_11.rst | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/doc/guides/rel_notes/release_20_11.rst
> b/doc/guides/rel_notes/release_20_11.rst
> index f8686a50d..812ca8834 100644
> --- a/doc/guides/rel_notes/release_20_11.rst
> +++ b/doc/guides/rel_notes/release_20_11.rst
> @@ -214,6 +214,12 @@ New Features
>    * Added new ``RTE_ACL_CLASSIFY_AVX512X32`` vector implementation,
>      which can process up to 32 flows in parallel. Requires AVX512 support.
> 
> +* **Updated vhost sample application.**
> +
> +  Added vhost asynchronous APIs support, which demonstrated how the
> + application  leverage IOAT DMA channel with vhost asynchronous APIs.
> +  See the :doc:`../sample_app_ug/vhost` for more details.
> +
> 
>  Removed Items
>  -------------
> --
> 2.27.0
  

Patch

diff --git a/doc/guides/rel_notes/release_20_11.rst b/doc/guides/rel_notes/release_20_11.rst
index f8686a50d..812ca8834 100644
--- a/doc/guides/rel_notes/release_20_11.rst
+++ b/doc/guides/rel_notes/release_20_11.rst
@@ -214,6 +214,12 @@  New Features
   * Added new ``RTE_ACL_CLASSIFY_AVX512X32`` vector implementation,
     which can process up to 32 flows in parallel. Requires AVX512 support.
 
+* **Updated vhost sample application.**
+
+  Added vhost asynchronous APIs support, which demonstrated how the application
+  leverage IOAT DMA channel with vhost asynchronous APIs.
+  See the :doc:`../sample_app_ug/vhost` for more details.
+
 
 Removed Items
 -------------