> -----Original Message-----
> From: Guo, Jia <jia....@intel.com>
> Sent: Wednesday, September 30, 2020 1:44 PM
> To: Wu, Jingjing <jingjing...@intel.com>; Zhang, Qi Z <qi.z.zh...@intel.com>;
> Xing, Beilei <beilei.x...@intel.com>
> Cc: dev@dpdk.org; Guo, Jia <jia....@intel.com>
> Subject: [PATCH v1] net/iavf: fix flow flush after PF reset
>
> When VF begin reset after PF reset, VF will be uninitialized at first and
> then be
> initialized, during the time any invalid cmd such as flow flush should not be
> sent
> to PF until the uninitialization is finished.
>
> Fixes: 1eab95fe2e36 ("net/iavf: fix command after PF reset")
as cc stable is required for the patch to fix.
so cc stable is also required for this patch.
> Signed-off-by: Jeff Guo <jia....@intel.com>
Acked-by: Qi Zhang <qi.z.z.zh...@intel.com>
Applied to dpdk-next-net-intel.
Thanks
Qi