1EXPERIMENTAL { 2 global: 3 4 rte_dma_burst_capacity; 5 rte_dma_close; 6 rte_dma_completed; 7 rte_dma_completed_status; 8 rte_dma_configure; 9 rte_dma_copy; 10 rte_dma_copy_sg; 11 rte_dma_count_avail; 12 rte_dma_dev_max; 13 rte_dma_dump; 14 rte_dma_fill; 15 rte_dma_get_dev_id_by_name; 16 rte_dma_info_get; 17 rte_dma_is_valid; 18 rte_dma_next_dev; 19 rte_dma_start; 20 rte_dma_stats_get; 21 rte_dma_stats_reset; 22 rte_dma_stop; 23 rte_dma_submit; 24 rte_dma_vchan_setup; 25 rte_dma_vchan_status; 26 27 local: *; 28}; 29 30INTERNAL { 31 global: 32 33 rte_dma_devices; 34 rte_dma_fp_objs; 35 rte_dma_pmd_allocate; 36 rte_dma_pmd_release; 37 38 local: *; 39}; 40