From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 25F651B79A for ; Tue, 24 Oct 2017 12:33:25 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Oct 2017 03:33:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,427,1503385200"; d="scan'208";a="1234544610" Received: from unknown (HELO localhost.iind.intel.com) ([10.224.122.216]) by fmsmga002.fm.intel.com with ESMTP; 24 Oct 2017 03:33:21 -0700 From: Nikhil Rao To: dev@dpdk.org Cc: jerin.jacob@caviumnetworks.com, john.mcnamara@intel.com Date: Tue, 24 Oct 2017 16:02:19 +0530 Message-Id: <1508841139-7249-1-git-send-email-nikhil.rao@intel.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1508318501-11437-1-git-send-email-nikhil.rao> References: <1508318501-11437-1-git-send-email-nikhil.rao> Subject: [dpdk-dev] [PATCH v2] 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: , X-List-Received-Date: Tue, 24 Oct 2017 10:33:26 -0000 Signed-off-by: Nikhil Rao Acked-by: Jerin Jacob --- v2: fix typo (Jerin) 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 e4e98f7..4520167 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. It provices APIs for + eventdev applications to configure the ethdev to eventdev packet flow. + Resolved Issues --------------- -- 2.7.4