On 10/13/2020 11:06 AM, Thomas Monjalon wrote:
The API function rte_eth_dev_close() was returning void. The return type is changed to int for notifying of errors.If an error happens during a close operation, the status of the port is undefined, a maximum of resources having been freed. Signed-off-by: Thomas Monjalon <[email protected]> Reviewed-by: Liron Himi <[email protected]> Acked-by: Stephen Hemminger <[email protected]>
Reviewed-by: Ferruh Yigit <[email protected]>

