From: Jeff Kirsher <[email protected]> Date: Wed, 5 Jun 2019 12:45:16 -0700
> From: Lihong Yang <[email protected]> > > 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 <[email protected]> > Signed-off-by: Jeff Kirsher <[email protected]> Applied.
