From: Jeff Kirsher <jeffrey.t.kirs...@intel.com> Date: Wed, 5 Jun 2019 12:45:16 -0700
> From: Lihong Yang <lihong.y...@intel.com> > > The PF driver state flag __I40E_VIRTCHNL_OP_PENDING needs to be > checked and set at the beginning of i40e_ndo_set_vf_mac. Otherwise, > if there are error conditions before it, the flag will be cleared > unexpectedly by this function to cause potential race conditions. > Hence move the check to the top of this function. > > Signed-off-by: Lihong Yang <lihong.y...@intel.com> > Signed-off-by: Jeff Kirsher <jeffrey.t.kirs...@intel.com> Applied.