doc: fix testpmd commands for flow director
[dpdk.git] / lib / librte_ether / rte_ether_version.map
index d8db24d..214ecc7 100644 (file)
@@ -77,8 +77,6 @@ DPDK_2.2 {
        rte_eth_dev_tx_queue_stop;
        rte_eth_dev_uc_all_hash_table_set;
        rte_eth_dev_uc_hash_table_set;
-       rte_eth_dev_udp_tunnel_add;
-       rte_eth_dev_udp_tunnel_delete;
        rte_eth_dev_vlan_filter;
        rte_eth_dev_wd_timeout_store;
        rte_eth_dma_zone_reserve;
@@ -117,3 +115,20 @@ DPDK_2.2 {
 
        local: *;
 };
+
+DPDK_16.04 {
+       global:
+
+       rte_eth_dev_get_supported_ptypes;
+       rte_eth_dev_l2_tunnel_eth_type_conf;
+       rte_eth_dev_l2_tunnel_offload_set;
+       rte_eth_dev_set_vlan_ether_type;
+       rte_eth_dev_udp_tunnel_port_add;
+       rte_eth_dev_udp_tunnel_port_delete;
+       rte_eth_speed_bitflag;
+       rte_eth_tx_buffer_count_callback;
+       rte_eth_tx_buffer_drop_callback;
+       rte_eth_tx_buffer_init;
+       rte_eth_tx_buffer_set_err_callback;
+
+} DPDK_2.2;