Re: [PATCH v3 5/5] ethdev: fix dev state when stop

2022-05-30 Thread Ferruh Yigit
On 5/26/2022 11:21 AM, Thomas Monjalon wrote: [CAUTION: External Email] 25/05/2022 19:44, Ferruh Yigit: On 5/3/2022 11:02 AM, Min Hu (Connor) wrote: Currently, 'dev_started' is always set to be 0 when dev stop, whether it succeeded or failed. This is unreasonable and this patch fixed it. Fixe

Re: [PATCH v3 5/5] ethdev: fix dev state when stop

2022-05-26 Thread Thomas Monjalon
25/05/2022 19:44, Ferruh Yigit: > On 5/3/2022 11:02 AM, Min Hu (Connor) wrote: > > Currently, 'dev_started' is always set to be 0 when dev stop, whether > > it succeeded or failed. This is unreasonable and this patch fixed it. > > > > Fixes: 62024eb82756 ("ethdev: change stop operation callback to

Re: [PATCH v3 5/5] ethdev: fix dev state when stop

2022-05-25 Thread Ferruh Yigit
On 5/3/2022 11:02 AM, Min Hu (Connor) wrote: Currently, 'dev_started' is always set to be 0 when dev stop, whether it succeeded or failed. This is unreasonable and this patch fixed it. Fixes: 62024eb82756 ("ethdev: change stop operation callback to return int") Cc: sta...@dpdk.org Signed-off-by