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: [email protected]
Signed-off-by: David Marchand <[email protected]>
---
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 caf0293..a1f9050 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 @@ struct rte_qdma_job {
* @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);
/**
--
1.8.3.1