From: Jerin Jacob Date: Mon, 16 Oct 2017 10:32:55 +0000 (+0530) Subject: eventdev: remove experimental label X-Git-Tag: spdx-start~901 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=f0df35313faa1d69739f533e41f73782489ded05;p=dpdk.git eventdev: remove experimental label The eventdev API was introduced in DPDK 17.05 release. Since then it - has been reviewed and iterated for 17.08, 17.11 releases - three drivers were implemented using the API. - introduced another subsystem like service core and ethdev-eventdev Rx adapter APIs to abstract the difference between HW and SW eventdev implementations in a transparent way. - had extensive use by the app/test-eventdev/ and examples/eventdev_pipeline_sw_pmd/ I believe the API is now stable and the EXPERIMENTAL label should be removed. Signed-off-by: Jerin Jacob Acked-by: Gage Eads Acked-by: Thomas Monjalon --- diff --git a/MAINTAINERS b/MAINTAINERS index 20e0467b64..bbcc9c4ad7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -274,7 +274,7 @@ M: Declan Doherty F: lib/librte_security/ F: doc/guides/prog_guide/rte_security.rst -Eventdev API - EXPERIMENTAL +Eventdev API M: Jerin Jacob T: git://dpdk.org/next/dpdk-next-eventdev F: lib/librte_eventdev/