]> git.droids-corp.org - dpdk.git/commit
net/ice: remove VSI update on DCF reset by PF
authorDapeng Yu <dapengx.yu@intel.com>
Thu, 28 Oct 2021 09:34:43 +0000 (17:34 +0800)
committerQi Zhang <qi.z.zhang@intel.com>
Fri, 29 Oct 2021 08:38:21 +0000 (10:38 +0200)
commit63741c99a6681192b4a60acce6e0b7e0810941cc
tree01592f272cd64bd6ffb16fc12c5424b2efc44d4c
parent4bcfaf7316bf358c2096961c354920ddcf408b8b
net/ice: remove VSI update on DCF reset by PF

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 <dapengx.yu@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
drivers/net/ice/ice_dcf_parent.c