Re: [dpdk-dev] [PATCH 2/2] ethdev: promote function for port count as stable

2019-04-18 Thread Andrew Rybchenko
On 4/18/19 2:51 PM, Ferruh Yigit wrote: On 4/17/2019 11:59 PM, Thomas Monjalon wrote: The function rte_eth_dev_count_total() was introduced one year ago in the release 18.05. It can be declared non experimental in 19.05. Signed-off-by: Thomas Monjalon Acked-by: Ferruh Yigit Acked-by: Andre

Re: [dpdk-dev] [PATCH 2/2] ethdev: promote function for port count as stable

2019-04-18 Thread Ferruh Yigit
On 4/17/2019 11:59 PM, Thomas Monjalon wrote: > The function rte_eth_dev_count_total() was introduced one year ago > in the release 18.05. It can be declared non experimental in 19.05. > > Signed-off-by: Thomas Monjalon Acked-by: Ferruh Yigit

[dpdk-dev] [PATCH 2/2] ethdev: promote function for port count as stable

2019-04-17 Thread Thomas Monjalon
The function rte_eth_dev_count_total() was introduced one year ago in the release 18.05. It can be declared non experimental in 19.05. Signed-off-by: Thomas Monjalon --- lib/librte_ethdev/rte_ethdev.c | 2 +- lib/librte_ethdev/rte_ethdev.h | 2 +- lib/librte_ethdev/rte_ethdev