> -----Original Message-----
> From: Qiming Yang <[email protected]>
> Sent: Thursday, May 19, 2022 1:02 PM
> To: [email protected]; Xing, Beilei <[email protected]>
> Cc: Yang, Qiming <[email protected]>; [email protected]
> Subject: [PATCH] net/iavf: fix queue start exception handle
exception handling
>
> When queue start fail, started queues should be cleared.
To avoid confuse, better mention this is at a dev_start scenario,
because in a queue_start scenario, if failed we don't need to stop already
started queues.
So slightly reword to below:
If any queue start fail during dev_start, all started queues should be stopped.
>
> Fixes: 69dd4c3d0898 ("net/avf: enable queue and device")
> Cc: [email protected]
>
> Signed-off-by: Qiming Yang <[email protected]>
Acked-by: Qi Zhang <[email protected]>
Applied to dpdk-next-net-intel.
Thanks
Qi