[PATCH] net/iavf: fix queue start exception handle
Zhang, Qi Z
qi.z.zhang at intel.com
Thu May 19 07:40:32 CEST 2022
> -----Original Message-----
> From: Qiming Yang <qiming.yang at intel.com>
> Sent: Thursday, May 19, 2022 1:02 PM
> To: dev at dpdk.org; Xing, Beilei <beilei.xing at intel.com>
> Cc: Yang, Qiming <qiming.yang at intel.com>; stable at dpdk.org
> 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: stable at dpdk.org
>
> Signed-off-by: Qiming Yang <qiming.yang at intel.com>
Acked-by: Qi Zhang <qi.z.zhang at intel.com>
Applied to dpdk-next-net-intel.
Thanks
Qi
More information about the stable
mailing list