numam-dpdk/drivers/raw/dpaa2_qdma/rte_pmd_dpaa2_qdma_version.map
Hemant Agrawal fb1a20331d raw/dpaa2_qdma: remove experimental tag from APIs
These APIs has been in the DPDK for few release now.
This patch removes the experimental tags for the APIs.

Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
2019-04-05 01:04:31 +02:00

21 lines
327 B
Plaintext

DPDK_19.05 {
global:
rte_qdma_attr_get;
rte_qdma_configure;
rte_qdma_destroy;
rte_qdma_init;
rte_qdma_reset;
rte_qdma_start;
rte_qdma_stop;
rte_qdma_vq_create;
rte_qdma_vq_destroy;
rte_qdma_vq_dequeue;
rte_qdma_vq_dequeue_multi;
rte_qdma_vq_enqueue;
rte_qdma_vq_enqueue_multi;
rte_qdma_vq_stats;
local: *;
};