On 10/15/2020 2:30 PM, Andrew Rybchenko wrote:
From: Ivan Ilchenko <[email protected]>Change rte_eth_dev_stop() return value from void to int and return negative errno values in case of error conditions. Also update the usage of the function in ethdev according to the new return type. Signed-off-by: Ivan Ilchenko <[email protected]> Signed-off-by: Andrew Rybchenko <[email protected]> Acked-by: Thomas Monjalon <[email protected]>
Reviewed-by: Ferruh Yigit <[email protected]>

