Re: [dpdk-dev] [PATCH] net/ice: remove VSI update on DCF reset by PF
From: Zhang, Qi Z <hidden>
Date: 2021-10-29 08:37:56
From: Zhang, Qi Z <hidden>
Date: 2021-10-29 08:37:56
-----Original Message-----
From: Yu, DapengX <redacted>
Sent: Thursday, October 28, 2021 5:35 PM
To: Yang, Qiming <redacted>; Zhang, Qi Z
[off-list ref]
Cc: dev@dpdk.org; Yu, DapengX <redacted>; stable@dpdk.org
Subject: [PATCH] net/ice: remove VSI update on DCF reset by PF
From: Dapeng Yu <redacted>
After DCF is reset by PF, the VSI update service is unable to be completed since
the DCF resource is invalid.
This patch removes the call to service that updates VSI since it is useless and
output too many error messages.
Fixes: c7e1a1a3bfeb ("net/ice: refactor DCF VLAN handling")
Cc: stable@dpdk.org
Signed-off-by: Dapeng Yu <redacted>Acked-by: Qi Zhang <redacted> Applied to dpdk-next-net-intel. Thanks Qi