From e51a391919bde8aa5d654a6ff05d0922b552cbef Mon Sep 17 00:00:00 2001 From: Pavan Nikhilesh Date: Tue, 16 Jan 2018 23:16:07 +0530 Subject: [PATCH] doc: add eventdev apps changes in release notes Signed-off-by: Pavan Nikhilesh Acked-by: John McNamara --- doc/guides/rel_notes/release_18_02.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/doc/guides/rel_notes/release_18_02.rst b/doc/guides/rel_notes/release_18_02.rst index 9b10619027..f9862448e1 100644 --- a/doc/guides/rel_notes/release_18_02.rst +++ b/doc/guides/rel_notes/release_18_02.rst @@ -123,6 +123,23 @@ 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. + +* **Updated Eventdev Sample application to support event devices based on capability** + + Updated Eventdev pipeline sample application to support various types of pipelines + based on the capabilities of the attached event and ethernet devices. Also, + renamed the application from SW PMD specific ``eventdev_pipeline_sw_pmd`` + to PMD agnostic ``eventdev_pipeline``. + API Changes ----------- -- 2.20.1