Hi Ferruh, > -----Original Message----- > From: Yigit, Ferruh > Sent: Tuesday, December 13, 2016 1:37 PM > To: Iremonger, Bernard <bernard.iremon...@intel.com>; > thomas.monja...@6wind.com; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v4 0/7] net/ixgbe: move set VF functions. > > On 12/13/2016 11:40 AM, Bernard Iremonger wrote: > > This patchset implements the following deprecation notice: > > [PATCH v1] doc: announce API and ABI change for librte_ether > > > > Changes in V4: > > Fixed compile issues when ixgbe PMD is not present. > > Removed duplicate testpmd commands. > > Added cleanup patch for testpmd. > > Updated release note. > > > > Changes in V3: > > Updated LIBABIVER in Makefile in librte_ether patch. > > Updated rte_ethdev.h and ret_ether_version.map in librte_ether patch. > > Squashed deprecation notice patch into librte_ether patch. > > Added release_note patch. > > > > Changes in V2: > > Update testpmd set vf commands help messages. > > Updated ethtool to use the ixgbe public API's. > > Removed the ixgbe_set_pool_* and ixgbe_set_vf_rate_limit functions. > > Removed the rte_eth_dev_set_vf_* API's Removed the deprecation > notice. > > > > Changes in V1: > > The following functions from eth_dev_ops have been moved to the ixgbe > > PMD and renamed: > > > > ixgbe_set_pool_rx_mode > > ixgbe_set_pool_rx > > ixgbe_set_pool_tx > > ixgbe_set_pool_vlan_filter > > ixgbe_set_vf_rate_limit > > > > Renamed 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 > > > > Testpmd has been modified to use the following functions: > > rte_pmd_ixgbe_set_vf_rxmode > > rte_pmd_ixgbe_set_vf_rate_limit > > > > New testpmd commands have been added to test the following functions: > > rte_pmd_ixgbe_set_vf_rx > > rte_pmd_ixgbe_set_vf_tx > > rte_pmd_ixgbe_set_vf_vlan_filter > > > > The testpmd user guide has been updated for the new commands. > > > > Bernard Iremonger (7): > > net/ixgbe: move set VF functions from the ethdev > > app/testpmd: use ixgbe public functions > > app/testpmd: cleanup parameter checking > > examples/ethtool: use ixgbe public function > > net/ixgbe: remove static set VF functions > > librte_ether: remove the set VF API's > > doc: update release notes > > > > Series applied to dpdk-next-net/master, thanks. > > Last patch squashed.
Thanks. Regards, Bernard.