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 <tho...@monjalon.net>
<...>