ethdev: get xstats ID by name
[dpdk.git] / lib / librte_ether / rte_ether_version.map
index d3e8910..d6726bb 100644 (file)
@@ -7,7 +7,6 @@ DPDK_2.2 {
        rte_eth_allmulticast_disable;
        rte_eth_allmulticast_enable;
        rte_eth_allmulticast_get;
-       rte_eth_copy_pci_info;
        rte_eth_dev_allocate;
        rte_eth_dev_allocated;
        rte_eth_dev_attach;
@@ -152,5 +151,8 @@ DPDK_17.05 {
 
        rte_eth_dev_attach_secondary;
        rte_eth_find_next;
+       rte_eth_xstats_get_by_id;
+       rte_eth_xstats_get_id_by_name;
+       rte_eth_xstats_get_names_by_id;
 
 } DPDK_17.02;