net/ixgbe: move set VF functions from the ethdev
authorBernard Iremonger <bernard.iremonger@intel.com>
Tue, 13 Dec 2016 11:40:35 +0000 (11:40 +0000)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 17 Jan 2017 18:39:28 +0000 (19:39 +0100)
commit57aa1fd284d5ae529dbbf5a947b2e0be68088458
treef9e6386add16d8215750aa30772f60d8a12c5a8e
parent7bb4b07057a7c129ce7eec65af56e0bfb7f675b5
net/ixgbe: move set VF functions from the ethdev

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>
drivers/net/ixgbe/ixgbe_ethdev.c
drivers/net/ixgbe/rte_pmd_ixgbe.h
drivers/net/ixgbe/rte_pmd_ixgbe_version.map