|
@@ -832,6 +832,7 @@ complete_reset:
|
|
|
i40e_alloc_vf_res(vf);
|
|
i40e_alloc_vf_res(vf);
|
|
|
i40e_enable_vf_mappings(vf);
|
|
i40e_enable_vf_mappings(vf);
|
|
|
set_bit(I40E_VF_STAT_ACTIVE, &vf->vf_states);
|
|
set_bit(I40E_VF_STAT_ACTIVE, &vf->vf_states);
|
|
|
|
|
+ clear_bit(I40E_VF_STAT_DISABLED, &vf->vf_states);
|
|
|
|
|
|
|
|
/* tell the VF the reset is done */
|
|
/* tell the VF the reset is done */
|
|
|
wr32(hw, I40E_VFGEN_RSTAT1(vf->vf_id), I40E_VFR_VFACTIVE);
|
|
wr32(hw, I40E_VFGEN_RSTAT1(vf->vf_id), I40E_VFR_VFACTIVE);
|