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

2020-10-16 Thread Ferruh Yigit
On 10/15/2020 2:30 PM, Andrew Rybchenko wrote: Very late attempt to close deprecation notice sent long time ago. Together with Thomas's changes for dev_close it will do the job. Ivan Ilchenko (11): ethdev: change eth dev stop function to return int test/event: check eth dev stop status

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

2020-10-15 Thread Andrew Rybchenko
Very late attempt to close deprecation notice sent long time ago. Together with Thomas's changes for dev_close it will do the job. Ivan Ilchenko (11): ethdev: change eth dev stop function to return int test/event: check eth dev stop status app: check eth dev stop status examples: check et