net/ixgbe: add API for VF management
authorBernard Iremonger <bernard.iremonger@intel.com>
Wed, 12 Oct 2016 17:54:11 +0000 (18:54 +0100)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 13 Oct 2016 13:38:55 +0000 (15:38 +0200)
commit49e248223e9f71de0a91172ba01f43c7e49b0d2e
tree4685b452e49580544e7503ecbda826fcfa410877
parente9261d5731450a97b462551d705bed8ae1a6c3ab
net/ixgbe: add API for VF management

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>
drivers/net/ixgbe/Makefile
drivers/net/ixgbe/ixgbe_ethdev.c
drivers/net/ixgbe/rte_pmd_ixgbe.h [new file with mode: 0644]
drivers/net/ixgbe/rte_pmd_ixgbe_version.map