[dpdk-dev] doc: add event eth Rx adapter library

Message ID 1508318501-11437-1-git-send-email-nikhil.rao@intel.com (mailing list archive)
State Superseded, archived
Delegated to: Jerin Jacob
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Rao, Nikhil Oct. 18, 2017, 9:21 a.m. UTC
  Signed-off-by: Nikhil Rao <nikhil.rao@intel.com>
---
 doc/guides/rel_notes/release_17_11.rst | 5 +++++
 1 file changed, 5 insertions(+)
  

Comments

Jerin Jacob Oct. 21, 2017, 3:59 p.m. UTC | #1
-----Original Message-----
> Date: Wed, 18 Oct 2017 14:51:41 +0530
> From: Nikhil Rao <nikhil.rao@intel.com>
> To: jerin.jacob@caviumnetworks.com
> CC: dev@dpdk.org
> Subject: [PATCH] doc: add event eth Rx adapter library
> X-Mailer: git-send-email 2.7.4
> 
> Signed-off-by: Nikhil Rao <nikhil.rao@intel.com>
> ---
>  doc/guides/rel_notes/release_17_11.rst | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/doc/guides/rel_notes/release_17_11.rst b/doc/guides/rel_notes/release_17_11.rst
> index 8db35f5..b767da4 100644
> --- a/doc/guides/rel_notes/release_17_11.rst
> +++ b/doc/guides/rel_notes/release_17_11.rst
> @@ -165,6 +165,11 @@ New Features
>    checksums, and doesn't update checksums for output packets.
>    Additionally, the GSO library doesn't process IP fragmented packets.
>  
> +* **Added the Event Ethernet Adapter Library.**
> +
> +  Added the Event Ethernet Adapter Library library. It provices APIs for

The word Library used twice.

Please add John in all the documentation patches:
CC: John McNamara <john.mcnamara@intel.com>

With above change:
Acked-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>

> +  eventdev applications to configure the ethdev to eventdev packet flow.
> +
>  
>  Resolved Issues
>  ---------------
> -- 
> 2.7.4
>
  

Patch

diff --git a/doc/guides/rel_notes/release_17_11.rst b/doc/guides/rel_notes/release_17_11.rst
index 8db35f5..b767da4 100644
--- a/doc/guides/rel_notes/release_17_11.rst
+++ b/doc/guides/rel_notes/release_17_11.rst
@@ -165,6 +165,11 @@  New Features
   checksums, and doesn't update checksums for output packets.
   Additionally, the GSO library doesn't process IP fragmented packets.
 
+* **Added the Event Ethernet Adapter Library.**
+
+  Added the Event Ethernet Adapter Library library. It provices APIs for
+  eventdev applications to configure the ethdev to eventdev packet flow.
+
 
 Resolved Issues
 ---------------