Re: [dpdk-dev] [PATCH v1 0/5] net/ixgbe: move set VF functions.

2016-12-09 Thread Iremonger, Bernard
Hi Thomas, > -Original Message- > From: Thomas Monjalon [mailto:thomas.monja...@6wind.com] > Sent: Friday, December 9, 2016 1:05 PM > To: Iremonger, Bernard > Cc: Yigit, Ferruh ; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v1 0/5] net/ixgbe: move set VF functions. >

Re: [dpdk-dev] [PATCH v1 0/5] net/ixgbe: move set VF functions.

2016-12-09 Thread Thomas Monjalon
2016-12-09 12:00, Iremonger, Bernard: > From: Yigit, Ferruh > > Why this patchset doesn't remove ethdev updates for these functions? > > > > ixgbe is the only user for these eth-dev_ops, since code moved to ixgbe > > driver, they and relevant rte_eth_xx functions (and deprecation notice) can > > b

Re: [dpdk-dev] [PATCH v1 0/5] net/ixgbe: move set VF functions.

2016-12-09 Thread Iremonger, Bernard
Hi Ferruh, > -Original Message- > From: Yigit, Ferruh > Sent: Friday, December 9, 2016 11:54 AM > To: Iremonger, Bernard ; > thomas.monja...@6wind.com; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v1 0/5] net/ixgbe: move set VF functions. > > On 12/9/2016 11:

Re: [dpdk-dev] [PATCH v1 0/5] net/ixgbe: move set VF functions.

2016-12-09 Thread Ferruh Yigit
On 12/9/2016 11:27 AM, Bernard Iremonger wrote: > This patchset implements the following deprecation notice: > [PATCH v1] doc: announce API and ABI change for librte_ether > > The following functions from eth_dev_ops have been moved to the ixgbe PMD > and renamed: > > ixgbe_set_pool_rx_mode > ixg

[dpdk-dev] [PATCH v1 0/5] net/ixgbe: move set VF functions.

2016-12-09 Thread Bernard Iremonger
This patchset implements the following deprecation notice: [PATCH v1] doc: announce API and ABI change for librte_ether 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 ixgb

[dpdk-dev] [PATCH v1 0/5] net/ixgbe: move set VF functions.

2016-12-09 Thread Bernard Iremonger
This patchset implements the following deprecation notice: [PATCH v1] doc: announce API and ABI change for librte_ether 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 ixgb