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:
parent
55cf111b6e
commit
da6cab7646
@ -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);
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user