eventdev: remove experimental label
authorJerin Jacob <jerin.jacob@caviumnetworks.com>
Mon, 16 Oct 2017 10:32:55 +0000 (16:02 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 7 Nov 2017 22:15:00 +0000 (23:15 +0100)
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 <jerin.jacob@caviumnetworks.com>
Acked-by: Gage Eads <gage.eads@intel.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
MAINTAINERS

index 20e0467..bbcc9c4 100644 (file)
@@ -274,7 +274,7 @@ M: Declan Doherty <declan.doherty@intel.com>
 F: lib/librte_security/
 F: doc/guides/prog_guide/rte_security.rst
 
-Eventdev API - EXPERIMENTAL
+Eventdev API
 M: Jerin Jacob <jerin.jacob@caviumnetworks.com>
 T: git://dpdk.org/next/dpdk-next-eventdev
 F: lib/librte_eventdev/