> -----Original Message-----
> From: Yu, DapengX <[email protected]>
> Sent: Thursday, November 4, 2021 4:46 PM
> To: Yang, Qiming <[email protected]>; Zhang, Qi Z
> <[email protected]>
> Cc: [email protected]; Wang, Haiyue <[email protected]>; Yu, DapengX
> <[email protected]>; [email protected]
> Subject: [PATCH v4 2/2] net/ice: fix flow redirect failure
>
> From: Dapeng Yu <[email protected]>
>
> It's possible that a switch rule can't be redirect successfully due to kernel
> driver is busy to handle an ongoing VF reset, so the redirect action need to
> be
> deferred into next redirect request which is promised by kernel driver after
> VF
> reset done.
>
> This patch uses the saved flow rule's data to replay switch rule remove/add
> during next flow redirect.
>
> Fixes: 397b4b3c5095 ("net/ice: enable flow redirect on switch")
> Cc: [email protected]
>
> Signed-off-by: Dapeng Yu <[email protected]>
Acked-by: Qi Zhang <[email protected]>
Applied to dpdk-next-net-intel.
Thanks
Qi