[dpdk-dev] [PATCH v3 02/29] ethdev: allow drivers to return error on close
Ferruh Yigit
ferruh.yigit at intel.com
Wed Sep 30 14:12:31 CEST 2020
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 pending to change it as well.
>>
>> Signed-off-by: Thomas Monjalon <thomas at monjalon.net>
>> Reviewed-by: Rosen Xu <rosen.xu at intel.com>
>> Reviewed-by: Sachin Saxena <sachin.saxena at oss.nxp.com>
>> Reviewed-by: Liron Himi <lironh at marvell.com>
>
> Reviewed-by: Andrew Rybchenko <arybchenko at solarflare.com>
>
Reviewed-by: Ferruh Yigit <ferruh.yigit at intel.com>
More information about the dev
mailing list