From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH] doc: add event eth Rx adapter library Date: Sat, 21 Oct 2017 21:29:53 +0530 Message-ID: <20171021155952.GB10328@jerin> References: <1508182646-12184-1-git-send-email-nikhil.rao@intel.com> <1508318501-11437-1-git-send-email-nikhil.rao@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Nikhil Rao Return-path: Received: from NAM01-SN1-obe.outbound.protection.outlook.com (mail-sn1nam01on0086.outbound.protection.outlook.com [104.47.32.86]) by dpdk.org (Postfix) with ESMTP id 2AA6F1B269 for ; Sat, 21 Oct 2017 18:00:12 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1508318501-11437-1-git-send-email-nikhil.rao@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" -----Original Message----- > Date: Wed, 18 Oct 2017 14:51:41 +0530 > From: Nikhil Rao > 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 > --- > 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 With above change: Acked-by: Jerin Jacob > + eventdev applications to configure the ethdev to eventdev packet flow. > + > > Resolved Issues > --------------- > -- > 2.7.4 >