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 <david.marchand@redhat.com>
Acked-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
* @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);
/**