fb1a20331d
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>
21 lines
327 B
Plaintext
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: *;
|
|
};
|