[v2,2/2] doc: update release notes for vhost async APIs

Message ID 20200722150153.3422450-3-patrick.fu@intel.com (mailing list archive)
State Accepted, archived
Delegated to: Maxime Coquelin
Headers
Series update docs for vhost async APIs |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK
ci/travis-robot success Travis build: passed

Commit Message

Patrick Fu July 22, 2020, 3:01 p.m. UTC
  From: Patrick Fu <patrick.fu@intel.com>

Update 20.08 release notes to include vhost async APIs

Signed-off-by: Patrick Fu <patrick.fu@intel.com>
---
 doc/guides/rel_notes/release_20_08.rst | 6 ++++++
 1 file changed, 6 insertions(+)
  

Comments

Chenbo Xia July 25, 2020, 6:59 a.m. UTC | #1
> -----Original Message-----
> From: Fu, Patrick <patrick.fu@intel.com>
> Sent: Wednesday, July 22, 2020 11:02 PM
> To: dev@dpdk.org; maxime.coquelin@redhat.com; Xia, Chenbo
> <chenbo.xia@intel.com>
> Cc: Fu, Patrick <patrick.fu@intel.com>
> Subject: [PATCH v2 2/2] doc: update release notes for vhost async APIs
> 
> From: Patrick Fu <patrick.fu@intel.com>
> 
> Update 20.08 release notes to include vhost async APIs
> 
> Signed-off-by: Patrick Fu <patrick.fu@intel.com>
> ---
>  doc/guides/rel_notes/release_20_08.rst | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/doc/guides/rel_notes/release_20_08.rst
> b/doc/guides/rel_notes/release_20_08.rst
> index d65f77250..dc8936056 100644
> --- a/doc/guides/rel_notes/release_20_08.rst
> +++ b/doc/guides/rel_notes/release_20_08.rst
> @@ -243,6 +243,12 @@ New Features
>    of ingress packets to specific NIC queues.
>    See the :doc:`../sample_app_ug/ipsec_secgw` for more details.
> 
> +* **Added vhost async data path APIs.**
> +
> +  4 new APIs have been added to enable vhost async data path, including:
> +
> +  * Async device channel register/unregister APIs
> +  * Async packets enqueue/completion APIs (only split ring was implemented)
> 
>  Removed Items
>  -------------
> --
> 2.18.4

Reviewed-by: Chenbo Xia <chenbo.xia@intel.com>
  
Maxime Coquelin July 28, 2020, 9:06 a.m. UTC | #2
On 7/22/20 5:01 PM, patrick.fu@intel.com wrote:
> From: Patrick Fu <patrick.fu@intel.com>
> 
> Update 20.08 release notes to include vhost async APIs
> 
> Signed-off-by: Patrick Fu <patrick.fu@intel.com>
> ---
>  doc/guides/rel_notes/release_20_08.rst | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/doc/guides/rel_notes/release_20_08.rst b/doc/guides/rel_notes/release_20_08.rst
> index d65f77250..dc8936056 100644
> --- a/doc/guides/rel_notes/release_20_08.rst
> +++ b/doc/guides/rel_notes/release_20_08.rst
> @@ -243,6 +243,12 @@ New Features
>    of ingress packets to specific NIC queues.
>    See the :doc:`../sample_app_ug/ipsec_secgw` for more details.
>  
> +* **Added vhost async data path APIs.**
> +
> +  4 new APIs have been added to enable vhost async data path, including:
> +
> +  * Async device channel register/unregister APIs
> +  * Async packets enqueue/completion APIs (only split ring was implemented)
>  
>  Removed Items
>  -------------
> 

Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>

Thanks,
Maxime
  

Patch

diff --git a/doc/guides/rel_notes/release_20_08.rst b/doc/guides/rel_notes/release_20_08.rst
index d65f77250..dc8936056 100644
--- a/doc/guides/rel_notes/release_20_08.rst
+++ b/doc/guides/rel_notes/release_20_08.rst
@@ -243,6 +243,12 @@  New Features
   of ingress packets to specific NIC queues.
   See the :doc:`../sample_app_ug/ipsec_secgw` for more details.
 
+* **Added vhost async data path APIs.**
+
+  4 new APIs have been added to enable vhost async data path, including:
+
+  * Async device channel register/unregister APIs
+  * Async packets enqueue/completion APIs (only split ring was implemented)
 
 Removed Items
 -------------