From patchwork Wed Oct 18 09:21:41 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Rao, Nikhil" X-Patchwork-Id: 30511 X-Patchwork-Delegate: jerinj@marvell.com Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id AB10A1B3E2; Wed, 18 Oct 2017 11:24:43 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 707191B3BD for ; Wed, 18 Oct 2017 11:24:42 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Oct 2017 02:24:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos; i="5.43,395,1503385200"; d="scan'208"; a="1232114916" Received: from unknown (HELO localhost.iind.intel.com) ([10.224.122.216]) by fmsmga002.fm.intel.com with ESMTP; 18 Oct 2017 02:24:40 -0700 From: Nikhil Rao To: jerin.jacob@caviumnetworks.com Cc: dev@dpdk.org Date: Wed, 18 Oct 2017 14:51:41 +0530 Message-Id: <1508318501-11437-1-git-send-email-nikhil.rao@intel.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1508182646-12184-1-git-send-email-nikhil.rao@intel.com> References: <1508182646-12184-1-git-send-email-nikhil.rao@intel.com> Subject: [dpdk-dev] [PATCH] doc: add event eth Rx adapter library X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Signed-off-by: Nikhil Rao Acked-by: Jerin Jacob --- 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 + eventdev applications to configure the ethdev to eventdev packet flow. + Resolved Issues ---------------