RE: [PATCH] igb: do not re-init SR-IOV during probe

2015-08-04 Thread Brown, Aaron F
> From: netdev-ow...@vger.kernel.org [mailto:netdev-ow...@vger.kernel.org] > On Behalf Of Stefan Assmann > Sent: Friday, July 10, 2015 6:01 AM > To: intel-wired-...@lists.osuosl.org > Cc: netdev@vger.kernel.org; Kirsher, Jeffrey T; sassm...@kpanic.de > Subject: [PATCH] igb: do

[PATCH] igb: do not re-init SR-IOV during probe

2015-07-10 Thread Stefan Assmann
During driver probing the following code path is triggered. igb_probe ->igb_sw_init ->igb_probe_vfs ->igb_pci_enable_sriov ->igb_sriov_reinit Doing the SR-IOV re-init is not necessary during probing since we're starting from scratch. Here we can call igb_enable_sriov() right away. Run