1DPDK_25 { 2 global: 3 4 rte_port_ethdev_reader_ops; 5 rte_port_ethdev_writer_nodrop_ops; 6 rte_port_ethdev_writer_ops; 7 rte_port_fd_reader_ops; 8 rte_port_fd_writer_nodrop_ops; 9 rte_port_fd_writer_ops; 10 rte_port_ring_multi_reader_ops; 11 rte_port_ring_multi_writer_nodrop_ops; 12 rte_port_ring_multi_writer_ops; 13 rte_port_ring_reader_ipv4_frag_ops; 14 rte_port_ring_reader_ipv6_frag_ops; 15 rte_port_ring_reader_ops; 16 rte_port_ring_writer_ipv4_ras_ops; 17 rte_port_ring_writer_ipv6_ras_ops; 18 rte_port_ring_writer_nodrop_ops; 19 rte_port_ring_writer_ops; 20 rte_port_sched_reader_ops; 21 rte_port_sched_writer_ops; 22 rte_port_sink_ops; 23 rte_port_source_ops; 24 rte_port_sym_crypto_reader_ops; 25 rte_port_sym_crypto_writer_nodrop_ops; 26 rte_port_sym_crypto_writer_ops; 27 28 local: *; 29}; 30 31EXPERIMENTAL { 32 global: 33 34 # added in 19.11 35 rte_port_eventdev_reader_ops; 36 rte_port_eventdev_writer_nodrop_ops; 37 rte_port_eventdev_writer_ops; 38 39 # added in 20.11 40 rte_swx_port_ethdev_reader_ops; 41 rte_swx_port_ethdev_writer_ops; 42 rte_swx_port_sink_ops; 43 rte_swx_port_source_ops; 44 45 # added in 21.05 46 rte_swx_port_fd_reader_ops; 47 rte_swx_port_fd_writer_ops; 48 rte_swx_port_ring_reader_ops; 49 rte_swx_port_ring_writer_ops; 50}; 51