Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8f400824 authored by Mitch Williams's avatar Mitch Williams Committed by Jeff Kirsher
Browse files

i40e: don't disable PF LB when disabling VFs



Since we now have functionality to enable and disable PF loopback at
runtime, don't try to do it automatically. Removing this call also gets
rid of a bogus error message when removing the PF module with VFs
enabled.

Change-ID: Ic38652d8a3b9498d96113bfaa5ea7bad050862e9
Signed-off-by: default avatarMitch Williams <mitch.a.williams@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
parent 579b23d8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -832,7 +832,6 @@ void i40e_free_vfs(struct i40e_pf *pf)
			bit_idx = (hw->func_caps.vf_base_id + vf_id) % 32;
			wr32(hw, I40E_GLGEN_VFLRSTAT(reg_idx), (1 << bit_idx));
		}
		i40e_disable_pf_switch_lb(pf);
	} else {
		dev_warn(&pf->pdev->dev,
			 "unable to disable SR-IOV because VFs are assigned.\n");