aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6
diff options
context:
space:
mode:
authorSylwester Dziedziuch <sylwesterx.dziedziuch@intel.com>2020-11-27 11:23:01 +0000
committerTony Nguyen <anthony.l.nguyen@intel.com>2021-02-18 10:21:17 -0800
commitdc8812626440fa6a27f1f3f654f6dc435e042e42 (patch)
tree80cfc0a7976274f5630dd8195e4497e5b931c3d2 /net/ipv6
parenti40e: Fix addition of RX filters after enabling FW LLDP agent (diff)
downloadlinux-dev-dc8812626440fa6a27f1f3f654f6dc435e042e42.tar.xz
linux-dev-dc8812626440fa6a27f1f3f654f6dc435e042e42.zip
i40e: Fix VFs not created
When creating VFs they were sometimes not getting resources. It was caused by not executing i40e_reset_all_vfs due to flag __I40E_VF_DISABLE being set on PF. Because of this IAVF was never able to finish setup sequence never getting reset indication from PF. Changed test_and_set_bit __I40E_VF_DISABLE in i40e_sync_filters_subtask to test_bit and removed clear_bit. This function should not set this bit it should only check if it hasn't been already set. Fixes: a7542b876075 ("i40e: check __I40E_VF_DISABLE bit in i40e_sync_filters_subtask") Signed-off-by: Sylwester Dziedziuch <sylwesterx.dziedziuch@intel.com> Tested-by: Konrad Jankowski <konrad0.jankowski@intel.com> Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions