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)
commitf0df35313faa1d69739f533e41f73782489ded05
treea36ca085e62eebf2150997cf46549443102e7faa
parent3ffa6809942b7b51fd73b431e285a221115f5910
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>
MAINTAINERS