xref: /dpdk/lib/port/version.map (revision cb9187bc5c2b4bab0ad80194ac3b60491de14e8c)
1*cb9187bcSDavid MarchandDPDK_25 {
299a2dd95SBruce Richardson	global:
399a2dd95SBruce Richardson
499a2dd95SBruce Richardson	rte_port_ethdev_reader_ops;
599a2dd95SBruce Richardson	rte_port_ethdev_writer_nodrop_ops;
699a2dd95SBruce Richardson	rte_port_ethdev_writer_ops;
799a2dd95SBruce Richardson	rte_port_fd_reader_ops;
899a2dd95SBruce Richardson	rte_port_fd_writer_nodrop_ops;
999a2dd95SBruce Richardson	rte_port_fd_writer_ops;
1099a2dd95SBruce Richardson	rte_port_ring_multi_reader_ops;
1199a2dd95SBruce Richardson	rte_port_ring_multi_writer_nodrop_ops;
1299a2dd95SBruce Richardson	rte_port_ring_multi_writer_ops;
1399a2dd95SBruce Richardson	rte_port_ring_reader_ipv4_frag_ops;
1499a2dd95SBruce Richardson	rte_port_ring_reader_ipv6_frag_ops;
1599a2dd95SBruce Richardson	rte_port_ring_reader_ops;
1699a2dd95SBruce Richardson	rte_port_ring_writer_ipv4_ras_ops;
1799a2dd95SBruce Richardson	rte_port_ring_writer_ipv6_ras_ops;
1899a2dd95SBruce Richardson	rte_port_ring_writer_nodrop_ops;
1999a2dd95SBruce Richardson	rte_port_ring_writer_ops;
2099a2dd95SBruce Richardson	rte_port_sched_reader_ops;
2199a2dd95SBruce Richardson	rte_port_sched_writer_ops;
2299a2dd95SBruce Richardson	rte_port_sink_ops;
2399a2dd95SBruce Richardson	rte_port_source_ops;
2499a2dd95SBruce Richardson	rte_port_sym_crypto_reader_ops;
2599a2dd95SBruce Richardson	rte_port_sym_crypto_writer_nodrop_ops;
2699a2dd95SBruce Richardson	rte_port_sym_crypto_writer_ops;
2799a2dd95SBruce Richardson
2899a2dd95SBruce Richardson	local: *;
2999a2dd95SBruce Richardson};
3099a2dd95SBruce Richardson
3199a2dd95SBruce RichardsonEXPERIMENTAL {
3299a2dd95SBruce Richardson	global:
3399a2dd95SBruce Richardson
3499a2dd95SBruce Richardson	# added in 19.11
3599a2dd95SBruce Richardson	rte_port_eventdev_reader_ops;
3699a2dd95SBruce Richardson	rte_port_eventdev_writer_nodrop_ops;
3799a2dd95SBruce Richardson	rte_port_eventdev_writer_ops;
3899a2dd95SBruce Richardson
3999a2dd95SBruce Richardson	# added in 20.11
4099a2dd95SBruce Richardson	rte_swx_port_ethdev_reader_ops;
4199a2dd95SBruce Richardson	rte_swx_port_ethdev_writer_ops;
4299a2dd95SBruce Richardson	rte_swx_port_sink_ops;
4399a2dd95SBruce Richardson	rte_swx_port_source_ops;
4499a2dd95SBruce Richardson
4599a2dd95SBruce Richardson	# added in 21.05
4699a2dd95SBruce Richardson	rte_swx_port_fd_reader_ops;
4799a2dd95SBruce Richardson	rte_swx_port_fd_writer_ops;
4899a2dd95SBruce Richardson	rte_swx_port_ring_reader_ops;
4999a2dd95SBruce Richardson	rte_swx_port_ring_writer_ops;
5099a2dd95SBruce Richardson};
51