Re: [dpdk-dev] [PATCH] ethdev: remove deprecated port count function

2019-10-31 Thread Ferruh Yigit
On 10/28/2019 1:03 PM, Neil Horman wrote: > On Mon, Oct 28, 2019 at 11:49:34AM +0100, Thomas Monjalon wrote: >> The function rte_eth_dev_count() was marked as deprecated in DPDK 18.05 >> in commit d9a42a69febf ("ethdev: deprecate port count function"). >> It was planned to be removed after 19.11 LT

Re: [dpdk-dev] [PATCH] ethdev: remove deprecated port count function

2019-10-29 Thread Jerin Jacob
On Mon, Oct 28, 2019 at 5:09 PM Andrew Rybchenko wrote: > > On 10/28/19 1:49 PM, Thomas Monjalon wrote: > > The function rte_eth_dev_count() was marked as deprecated in DPDK 18.05 > > in commit d9a42a69febf ("ethdev: deprecate port count function"). > > It was planned to be removed after 19.11 LTS

Re: [dpdk-dev] [PATCH] ethdev: remove deprecated port count function

2019-10-28 Thread Neil Horman
On Mon, Oct 28, 2019 at 11:49:34AM +0100, Thomas Monjalon wrote: > The function rte_eth_dev_count() was marked as deprecated in DPDK 18.05 > in commit d9a42a69febf ("ethdev: deprecate port count function"). > It was planned to be removed after 19.11 LTS release, > but given we must not break ABI be

Re: [dpdk-dev] [PATCH] ethdev: remove deprecated port count function

2019-10-28 Thread Andrew Rybchenko
On 10/28/19 1:49 PM, Thomas Monjalon wrote: The function rte_eth_dev_count() was marked as deprecated in DPDK 18.05 in commit d9a42a69febf ("ethdev: deprecate port count function"). It was planned to be removed after 19.11 LTS release, but given we must not break ABI between 19.11 and 20.11, it i

Re: [dpdk-dev] [PATCH] ethdev: remove deprecated port count function

2019-10-28 Thread David Marchand
On Mon, Oct 28, 2019 at 11:50 AM Thomas Monjalon wrote: > > The function rte_eth_dev_count() was marked as deprecated in DPDK 18.05 > in commit d9a42a69febf ("ethdev: deprecate port count function"). > It was planned to be removed after 19.11 LTS release, > but given we must not break ABI between