ethdev: remove old flow director symbols

The API has been removed but the symbols were still declared in the map.

Fixes: a421b86a4a02 ("ethdev: remove old flow director API")

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
This commit is contained in:
Thomas Monjalon 2015-12-15 11:27:37 +01:00
parent a5cf3924a7
commit 7486da934e

View File

@ -27,14 +27,6 @@ DPDK_2.2 {
rte_eth_dev_count;
rte_eth_dev_default_mac_addr_set;
rte_eth_dev_detach;
rte_eth_dev_fdir_add_perfect_filter;
rte_eth_dev_fdir_add_signature_filter;
rte_eth_dev_fdir_get_infos;
rte_eth_dev_fdir_remove_perfect_filter;
rte_eth_dev_fdir_remove_signature_filter;
rte_eth_dev_fdir_set_masks;
rte_eth_dev_fdir_update_perfect_filter;
rte_eth_dev_fdir_update_signature_filter;
rte_eth_dev_filter_ctrl;
rte_eth_dev_filter_supported;
rte_eth_dev_flow_ctrl_get;