raw/dpaa2_qdma: remove incorrect experimental tag
authorDavid Marchand <david.marchand@redhat.com>
Sat, 29 Jun 2019 11:58:47 +0000 (13:58 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Sat, 29 Jun 2019 17:04:30 +0000 (19:04 +0200)
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>
drivers/raw/dpaa2_qdma/rte_pmd_dpaa2_qdma.h

index caf0293..a1f9050 100644 (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);
 
 /**