From da6cab76468bd7f510bd8e39007a47ac5c4b532d Mon Sep 17 00:00:00 2001 From: David Marchand Date: Sat, 29 Jun 2019 13:58:47 +0200 Subject: [PATCH] raw/dpaa2_qdma: remove incorrect experimental tag The incriminated commit promoted this symbol as stable but the prototype still has the tag. Fixes: fb1a20331d70 ("raw/dpaa2_qdma: remove experimental tag from APIs") Cc: stable@dpdk.org Signed-off-by: David Marchand Acked-by: Adrien Mazarguil Acked-by: Neil Horman --- drivers/raw/dpaa2_qdma/rte_pmd_dpaa2_qdma.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/raw/dpaa2_qdma/rte_pmd_dpaa2_qdma.h b/drivers/raw/dpaa2_qdma/rte_pmd_dpaa2_qdma.h index caf02937fc..a1f9050358 100644 --- a/drivers/raw/dpaa2_qdma/rte_pmd_dpaa2_qdma.h +++ b/drivers/raw/dpaa2_qdma/rte_pmd_dpaa2_qdma.h @@ -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); /** -- 2.20.1