Imported Upstream version 17.05
[deb_dpdk.git] / lib / librte_ether / rte_ether_version.map
index fd62263..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;
@@ -60,10 +59,6 @@ DPDK_2.2 {
        rte_eth_dev_set_mtu;
        rte_eth_dev_set_rx_queue_stats_mapping;
        rte_eth_dev_set_tx_queue_stats_mapping;
-       rte_eth_dev_set_vf_rx;
-       rte_eth_dev_set_vf_rxmode;
-       rte_eth_dev_set_vf_tx;
-       rte_eth_dev_set_vf_vlan_filter;
        rte_eth_dev_set_vlan_offload;
        rte_eth_dev_set_vlan_pvid;
        rte_eth_dev_set_vlan_strip_on_queue;
@@ -93,7 +88,6 @@ DPDK_2.2 {
        rte_eth_rx_queue_info_get;
        rte_eth_rx_queue_setup;
        rte_eth_set_queue_rate_limit;
-       rte_eth_set_vf_rate_limit;
        rte_eth_stats;
        rte_eth_stats_get;
        rte_eth_stats_reset;
@@ -139,10 +133,26 @@ DPDK_16.07 {
 
 } DPDK_16.04;
 
-DPDK_16.11 {
+DPDK_17.02 {
        global:
 
-       rte_eth_dev_pci_probe;
-       rte_eth_dev_pci_remove;
+       _rte_eth_dev_reset;
+       rte_eth_dev_fw_version_get;
+       rte_flow_create;
+       rte_flow_destroy;
+       rte_flow_flush;
+       rte_flow_query;
+       rte_flow_validate;
 
 } DPDK_16.07;
+
+DPDK_17.05 {
+       global:
+
+       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;