Re: [dpdk-dev] [PATCH v3 02/29] ethdev: allow drivers to return error on close

2020-09-30 Thread Ferruh Yigit
On 9/29/2020 11:53 AM, Andrew Rybchenko wrote: On 9/29/20 2:14 AM, Thomas Monjalon wrote: The device operation .dev_close was returning void. This driver interface is changed to return an int. Note that the API rte_eth_dev_close() is still returning void, although a deprecation notice is pendin

Re: [dpdk-dev] [PATCH v3 02/29] ethdev: allow drivers to return error on close

2020-09-29 Thread Andrew Rybchenko
On 9/29/20 2:14 AM, Thomas Monjalon wrote: > The device operation .dev_close was returning void. > This driver interface is changed to return an int. > > Note that the API rte_eth_dev_close() is still returning void, > although a deprecation notice is pending to change it as well. > > Signed-off-

Re: [dpdk-dev] [PATCH v3 02/29] ethdev: allow drivers to return error on close

2020-09-28 Thread Guo, Jia
For drivers/net/i40e, Acked-by: Jeff Guo > -Original Message- > From: Thomas Monjalon > Sent: Tuesday, September 29, 2020 7:14 AM > To: dev@dpdk.org > Cc: Yigit, Ferruh ; arybche...@solarflare.com; Xu, > Rosen ; Sachin Saxena ; > Liron Himi ; John W. Linville ; > Loftus, Ciara ; Zhang,

Re: [dpdk-dev] [PATCH v3 02/29] ethdev: allow drivers to return error on close

2020-09-28 Thread Wang, Haiyue
> -Original Message- > From: Thomas Monjalon > Sent: Tuesday, September 29, 2020 07:14 > To: dev@dpdk.org > Cc: Yigit, Ferruh ; arybche...@solarflare.com; Xu, > Rosen ; > Sachin Saxena ; Liron Himi ; > John W. Linville > ; Loftus, Ciara ; Zhang, Qi Z > ; > Shepard Siegel ; Ed Czeck > ;

[dpdk-dev] [PATCH v3 02/29] ethdev: allow drivers to return error on close

2020-09-28 Thread Thomas Monjalon
The device operation .dev_close was returning void. This driver interface is changed to return an int. Note that the API rte_eth_dev_close() is still returning void, although a deprecation notice is pending to change it as well. Signed-off-by: Thomas Monjalon Reviewed-by: Rosen Xu Reviewed-by: