On 12/9/2016 5:26 PM, Bernard Iremonger wrote: > remove the following API's: > > rte_eth_dev_set_vf_rxmode > rte_eth_dev_set_vf_rx > rte_eth_dev_set_vf_tx > rte_eth_dev_set_vf_vlan_filter > rte_eth_dev_set_vf_rate_limit
This patch should also remove above function definitions from rte_ethdev.h and rte_ether_version.map too. And it may be good to squash next patch (remove deprecation notice) to this one to show what caused to notice removal. Also need to increase LIBABIVER, and update release notes for ABI breakage, somewhere in this patchset, I would do in this patch but not quite sure. > > Signed-off-by: Bernard Iremonger <bernard.iremon...@intel.com> > --- > lib/librte_ether/rte_ethdev.c | 129 > ------------------------------------------ > lib/librte_ether/rte_ethdev.h | 33 ----------- > 2 files changed, 162 deletions(-) > <...>