From: Pavan Nikhilesh Date: Tue, 16 Jan 2018 17:46:07 +0000 (+0530) Subject: doc: add eventdev apps changes in release notes X-Git-Tag: spdx-start~154 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=e51a391919bde8aa5d654a6ff05d0922b552cbef;p=dpdk.git doc: add eventdev apps changes in release notes Signed-off-by: Pavan Nikhilesh Acked-by: John McNamara --- 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 -----------