From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pavan Nikhilesh Subject: [PATCH v5 14/14] doc: update 18.02 release notes Date: Tue, 16 Jan 2018 20:50:09 +0530 Message-ID: <20180116152009.769-1-pbhagavatula@caviumnetworks.com> References: <20171130072406.15605-1-pbhagavatula@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain Cc: dev@dpdk.org, Pavan Nikhilesh To: jerin.jacob@caviumnetworks.com, santosh.shukla@caviumnetworks.com, harry.van.haaren@intel.com, gage.eads@intel.com, hemant.agrawal@nxp.com, nipun.gupta@nxp.com, liang.j.ma@intel.com, marko.kovacevic@intel.com, john.mcnamara@intel.com Return-path: Received: from NAM01-SN1-obe.outbound.protection.outlook.com (mail-sn1nam01on0043.outbound.protection.outlook.com [104.47.32.43]) by dpdk.org (Postfix) with ESMTP id 7C6301B2A2 for ; Tue, 16 Jan 2018 16:20:35 +0100 (CET) In-Reply-To: <20171130072406.15605-1-pbhagavatula@caviumnetworks.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" Signed-off-by: Pavan Nikhilesh --- doc/guides/rel_notes/release_18_02.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/guides/rel_notes/release_18_02.rst b/doc/guides/rel_notes/release_18_02.rst index b2dc39cfe..b528cdc50 100644 --- a/doc/guides/rel_notes/release_18_02.rst +++ b/doc/guides/rel_notes/release_18_02.rst @@ -53,6 +53,15 @@ New Features With this change, application can use OPDL PMD by eventdev api. +* **Added New pipeline use case for dpdk-test-eventdev application** + The pipeline case can be used to simulate various stages in a real world + application from packet receive to transmit while maintaining the packet + ordering also measure the performance of the event device across the stages + of the pipeline. + + The pipeline use case has been made generic to work will all the event + devices based on the capabilities. + API Changes ----------- -- 2.14.1