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 <jerin.jacob@caviumnetworks.com>
Acked-by: Gage Eads <gage.eads@intel.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
This commit is contained in:
Jerin Jacob 2017-10-16 16:02:55 +05:30 committed by Thomas Monjalon
parent 3ffa680994
commit f0df35313f

View 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/