[dpdk-dev] [PATCH 02/20] ethdev: allow drivers to return error on close
Ferruh Yigit
ferruh.yigit at intel.com
Wed Sep 23 18:41:28 CEST 2020
On 9/13/2020 11:06 PM, 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.
Why not update the 'rte_eth_dev_close()' in this patch? After the
updates below it should be easier.
>
> Signed-off-by: Thomas Monjalon <thomas at monjalon.net>
<...>
More information about the dev
mailing list