build: make ring mempool driver mandatory
[dpdk.git] / lib / ethdev / version.map
index 29fb71f..d5cc56a 100644 (file)
@@ -7,6 +7,8 @@ DPDK_22 {
        rte_eth_allmulticast_disable;
        rte_eth_allmulticast_enable;
        rte_eth_allmulticast_get;
+       rte_eth_call_rx_callbacks;
+       rte_eth_call_tx_callbacks;
        rte_eth_dev_adjust_nb_rx_tx_desc;
        rte_eth_dev_callback_register;
        rte_eth_dev_callback_unregister;
@@ -29,6 +31,7 @@ DPDK_22 {
        rte_eth_dev_get_supported_ptypes;
        rte_eth_dev_get_vlan_offload;
        rte_eth_dev_info_get;
+       rte_eth_dev_is_removed;
        rte_eth_dev_is_valid_port;
        rte_eth_dev_logtype;
        rte_eth_dev_mac_addr_add;
@@ -71,11 +74,11 @@ DPDK_22 {
        rte_eth_dev_udp_tunnel_port_add;
        rte_eth_dev_udp_tunnel_port_delete;
        rte_eth_dev_vlan_filter;
-       rte_eth_devices;
        rte_eth_find_next;
        rte_eth_find_next_of;
        rte_eth_find_next_owned_by;
        rte_eth_find_next_sibling;
+       rte_eth_fp_ops;
        rte_eth_iterator_cleanup;
        rte_eth_iterator_init;
        rte_eth_iterator_next;
@@ -146,7 +149,6 @@ EXPERIMENTAL {
        rte_mtr_stats_update;
 
        # added in 18.02
-       rte_eth_dev_is_removed;
        rte_eth_dev_owner_delete;
        rte_eth_dev_owner_get;
        rte_eth_dev_owner_new;
@@ -247,7 +249,21 @@ EXPERIMENTAL {
        rte_mtr_meter_policy_validate;
 
        # added in 21.11
+       rte_eth_dev_capability_name;
+       rte_eth_dev_conf_get;
+       rte_eth_macaddrs_get;
        rte_eth_rx_metadata_negotiate;
+       rte_flow_flex_item_create;
+       rte_flow_flex_item_release;
+       rte_flow_pick_transfer_proxy;
+
+       # added in 22.03
+       rte_eth_dev_priority_flow_ctrl_queue_configure;
+       rte_eth_dev_priority_flow_ctrl_queue_info_get;
+       rte_eth_dev_priv_dump;
+       rte_eth_ip_reassembly_capability_get;
+       rte_eth_ip_reassembly_conf_get;
+       rte_eth_ip_reassembly_conf_set;
 };
 
 INTERNAL {
@@ -259,17 +275,21 @@ INTERNAL {
        rte_eth_dev_callback_process;
        rte_eth_dev_create;
        rte_eth_dev_destroy;
+       rte_eth_dev_get_by_name;
        rte_eth_dev_is_rx_hairpin_queue;
        rte_eth_dev_is_tx_hairpin_queue;
        rte_eth_dev_probing_finish;
        rte_eth_dev_release_port;
        rte_eth_dev_internal_reset;
        rte_eth_devargs_parse;
+       rte_eth_devices;
        rte_eth_dma_zone_free;
        rte_eth_dma_zone_reserve;
        rte_eth_hairpin_queue_peer_bind;
        rte_eth_hairpin_queue_peer_unbind;
        rte_eth_hairpin_queue_peer_update;
+       rte_eth_ip_reassembly_dynfield_register;
+       rte_eth_pkt_burst_dummy;
        rte_eth_representor_id_get;
        rte_eth_switch_domain_alloc;
        rte_eth_switch_domain_free;