raw/dpaa2_qdma: remove incorrect experimental tag

The incriminated commit promoted this symbol as stable but the
prototype still has the tag.

Fixes: fb1a20331d ("raw/dpaa2_qdma: remove experimental tag from APIs")
Cc: stable@dpdk.org

Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
This commit is contained in:
David Marchand 2019-06-29 13:58:47 +02:00 committed by Thomas Monjalon
parent 55cf111b6e
commit da6cab7646

View File

@ -286,7 +286,7 @@ rte_qdma_vq_dequeue_multi(uint16_t vq_id,
* @returns
* - A completed job or NULL if no job is there.
*/
struct rte_qdma_job * __rte_experimental
struct rte_qdma_job *
rte_qdma_vq_dequeue(uint16_t vq_id);
/**