49e248223e
Add APIs to configure and manage VFs on an Intel 82559 NIC. add rte_pmd_ixgbe_set_vf_vlan_anti_spoof function. add rte_pmd_ixgbe_set_vf_mac_anti_spoof function. add rte_pmd_ixgbe_set_vf_stripq function. Signed-off-by: Alex Zelezniak <alexz@att.com> add rte_pmd_ixgbe_set_vf_vlan_insert function. add rte_pmd_ixgbe_set_tx_loopback function. add rte_pmd_ixgbe_set_all_queues_drop function. add rte_pmd_ixgbe_set_vf_split_drop_en function. add rte_pmd_ixgbe_set_vf_mac_addr function. Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com>
18 lines
349 B
Plaintext
18 lines
349 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;
|