eventdev: add experimental tag back for Rx adapter
authorNikhil Rao <nikhil.rao@intel.com>
Fri, 26 Apr 2019 16:33:36 +0000 (22:03 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 1 May 2019 21:24:49 +0000 (23:24 +0200)
Add the experimental tag back to the Rx event adapter callback,
the Rx event callback register and the Rx event adapter statistics
retrieval functions due to an API change to be proposed in a
future patch.

This patch also adds the experimental tag to these
function definitions and adds the functions to the EXPERIMENTAL
section of the map file, these were missing previously.

Fixes: 80bdf91dc8ee ("eventdev: promote adapter functions as stable")

Signed-off-by: Nikhil Rao <nikhil.rao@intel.com>
Acked-by: Kevin Traynor <ktraynor@redhat.com>
Acked-by: Jerin Jacob <jerinj@marvell.com>

No differences found