mirror of https://github.com/F-Stack/f-stack.git
32 lines
435 B
Plaintext
32 lines
435 B
Plaintext
EXPERIMENTAL {
|
|
global:
|
|
|
|
rte_dma_close;
|
|
rte_dma_configure;
|
|
rte_dma_count_avail;
|
|
rte_dma_dev_max;
|
|
rte_dma_dump;
|
|
rte_dma_get_dev_id_by_name;
|
|
rte_dma_info_get;
|
|
rte_dma_is_valid;
|
|
rte_dma_next_dev;
|
|
rte_dma_start;
|
|
rte_dma_stats_get;
|
|
rte_dma_stats_reset;
|
|
rte_dma_stop;
|
|
rte_dma_vchan_setup;
|
|
rte_dma_vchan_status;
|
|
|
|
local: *;
|
|
};
|
|
|
|
INTERNAL {
|
|
global:
|
|
|
|
rte_dma_fp_objs;
|
|
rte_dma_pmd_allocate;
|
|
rte_dma_pmd_release;
|
|
|
|
local: *;
|
|
};
|