Re: [dpdk-dev] [PATCH] ethdev: promote device removal check function as stable

2021-11-04 Thread Ferruh Yigit
On 10/28/2021 9:56 AM, Andrew Rybchenko wrote: On 10/28/21 11:38 AM, Kinsella, Ray wrote: On 28/10/2021 09:35, Thomas Monjalon wrote: The function rte_eth_dev_is_removed() was introduced in DPDK 18.02, and is integrated in error checks of ethdev library. It is promoted as stable ABI. Signed

Re: [dpdk-dev] [PATCH] ethdev: promote device removal check function as stable

2021-10-28 Thread Andrew Rybchenko
On 10/28/21 11:38 AM, Kinsella, Ray wrote: On 28/10/2021 09:35, Thomas Monjalon wrote: The function rte_eth_dev_is_removed() was introduced in DPDK 18.02, and is integrated in error checks of ethdev library. It is promoted as stable ABI. Signed-off-by: Thomas Monjalon ---   lib/ethdev/rte_e

Re: [dpdk-dev] [PATCH] ethdev: promote device removal check function as stable

2021-10-28 Thread Kinsella, Ray
On 28/10/2021 09:35, Thomas Monjalon wrote: The function rte_eth_dev_is_removed() was introduced in DPDK 18.02, and is integrated in error checks of ethdev library. It is promoted as stable ABI. Signed-off-by: Thomas Monjalon --- lib/ethdev/rte_ethdev.h | 4 lib/ethdev/version.map

[dpdk-dev] [PATCH] ethdev: promote device removal check function as stable

2021-10-28 Thread Thomas Monjalon
The function rte_eth_dev_is_removed() was introduced in DPDK 18.02, and is integrated in error checks of ethdev library. It is promoted as stable ABI. Signed-off-by: Thomas Monjalon --- lib/ethdev/rte_ethdev.h | 4 lib/ethdev/version.map | 2 +- 2 files changed, 1 insertion(+), 5 deletion