Re: [dpdk-dev] [PATCH v2 11/11] ethdev: change stop device callback to return int

2020-10-18 Thread Xu, Rosen
On 10/15/2020 2:30 PM, Andrew Rybchenko wrote: > From: Ivan Ilchenko > > Change eth_dev_stop_t return value from void to int. > Make eth_dev_stop_t implementations across all drivers to return > negative errno values if case of error conditions. > > Signed-off-by: Ivan Ilchenko > Signed-off-by:

Re: [dpdk-dev] [PATCH v2 11/11] ethdev: change stop device callback to return int

2020-10-16 Thread Ferruh Yigit
On 10/15/2020 2:30 PM, Andrew Rybchenko wrote: From: Ivan Ilchenko Change eth_dev_stop_t return value from void to int. Make eth_dev_stop_t implementations across all drivers to return negative errno values if case of error conditions. Signed-off-by: Ivan Ilchenko Signed-off-by: Andrew Rybche

[dpdk-dev] [PATCH v2 11/11] ethdev: change stop device callback to return int

2020-10-15 Thread Andrew Rybchenko
From: Ivan Ilchenko Change eth_dev_stop_t return value from void to int. Make eth_dev_stop_t implementations across all drivers to return negative errno values if case of error conditions. Signed-off-by: Ivan Ilchenko Signed-off-by: Andrew Rybchenko --- app/test/virtual_pmd.c