ethdev: attach or detach port
[dpdk.git] / lib / librte_ether / rte_ether_version.map
index 95270aa..0d46578 100644 (file)
@@ -2,11 +2,14 @@ DPDK_2.0 {
        global:
 
        _rte_eth_dev_callback_process;
+       rte_eth_add_rx_callback;
+       rte_eth_add_tx_callback;
        rte_eth_allmulticast_disable;
        rte_eth_allmulticast_enable;
        rte_eth_allmulticast_get;
-       rte_eth_dev_add_ethertype_filter;
        rte_eth_dev_allocate;
+       rte_eth_dev_allocated;
+       rte_eth_dev_attach;
        rte_eth_dev_bypass_event_show;
        rte_eth_dev_bypass_event_store;
        rte_eth_dev_bypass_init;
@@ -21,6 +24,7 @@ DPDK_2.0 {
        rte_eth_dev_close;
        rte_eth_dev_configure;
        rte_eth_dev_count;
+       rte_eth_dev_detach;
        rte_eth_dev_fdir_add_perfect_filter;
        rte_eth_dev_fdir_add_signature_filter;
        rte_eth_dev_fdir_get_infos;
@@ -33,14 +37,12 @@ DPDK_2.0 {
        rte_eth_dev_filter_supported;
        rte_eth_dev_flow_ctrl_get;
        rte_eth_dev_flow_ctrl_set;
-       rte_eth_dev_get_ethertype_filter;
        rte_eth_dev_get_mtu;
        rte_eth_dev_get_vlan_offload;
        rte_eth_dev_info_get;
        rte_eth_dev_mac_addr_add;
        rte_eth_dev_mac_addr_remove;
        rte_eth_dev_priority_flow_ctrl_set;
-       rte_eth_dev_remove_ethertype_filter;
        rte_eth_dev_rss_hash_conf_get;
        rte_eth_dev_rss_hash_update;
        rte_eth_dev_rss_reta_query;
@@ -84,6 +86,8 @@ DPDK_2.0 {
        rte_eth_promiscuous_disable;
        rte_eth_promiscuous_enable;
        rte_eth_promiscuous_get;
+       rte_eth_remove_rx_callback;
+       rte_eth_remove_tx_callback;
        rte_eth_rx_burst;
        rte_eth_rx_descriptor_done;
        rte_eth_rx_queue_count;