summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorAlan Brady <alan.brady@intel.com>2017-08-22 06:57:52 -0400
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2017-10-02 12:46:35 -0700
commit41d0a4d0c8b144e44d92ea95e975d2434748d806 (patch)
tree2458fad256dc2da1106570d361d647aa3f8ea200 /net
parent1b7b7596aeebc21913bad49eb6a2c364c4b2988a (diff)
i40e: fix handling of vf_states variable
Currently we inappropriately clear the vf_states variable with a null assignment. This is problematic because we should be using atomic bitops on this variable and we don't actually want to clear all the flags. We should just clear the ones we know we want to clear. Additionally remove the I40E_VF_STATE_FCOEENA bit because it is no longer being used. Signed-off-by: Alan Brady <alan.brady@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions