57aa1fd284
Move the following functions from eth_dev_ops to the ixgbe PMD and rename: ixgbe_set_pool_rx_mode ixgbe_set_pool_rx ixgbe_set_pool_tx ixgbe_set_pool_vlan_filter ixgbe_set_vf_rate_limit Rename the functions to the following: rte_pmd_ixgbe_set_vf_rxmode rte_pmd_ixgbe_set_vf_rx rte_pmd_ixgbe_set_vf_tx rte_pmd_ixgbe_set_vf_vlan_filter rte_pmd_ixgbe_set_vf_rate_limit Use public function internally Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com>
34 lines
739 B
Plaintext
34 lines
739 B
Plaintext
DPDK_2.0 {
|
|
|
|
local: *;
|
|
};
|
|
|
|
DPDK_16.11 {
|
|
global:
|
|
|
|
rte_pmd_ixgbe_set_all_queues_drop_en;
|
|
rte_pmd_ixgbe_set_tx_loopback;
|
|
rte_pmd_ixgbe_set_vf_mac_addr;
|
|
rte_pmd_ixgbe_set_vf_mac_anti_spoof;
|
|
rte_pmd_ixgbe_set_vf_split_drop_en;
|
|
rte_pmd_ixgbe_set_vf_vlan_anti_spoof;
|
|
rte_pmd_ixgbe_set_vf_vlan_insert;
|
|
rte_pmd_ixgbe_set_vf_vlan_stripq;
|
|
} DPDK_2.0;
|
|
|
|
DPDK_17.02 {
|
|
global:
|
|
|
|
rte_pmd_ixgbe_macsec_config_rxsc;
|
|
rte_pmd_ixgbe_macsec_config_txsc;
|
|
rte_pmd_ixgbe_macsec_disable;
|
|
rte_pmd_ixgbe_macsec_enable;
|
|
rte_pmd_ixgbe_macsec_select_rxsa;
|
|
rte_pmd_ixgbe_macsec_select_txsa;
|
|
rte_pmd_ixgbe_set_vf_rate_limit;
|
|
rte_pmd_ixgbe_set_vf_rx;
|
|
rte_pmd_ixgbe_set_vf_rxmode;
|
|
rte_pmd_ixgbe_set_vf_tx;
|
|
rte_pmd_ixgbe_set_vf_vlan_filter;
|
|
} DPDK_16.11;
|