From: Sathya Perla Date: Wed, 8 May 2013 02:05:47 +0000 (+0000) Subject: be2net: provision VF resources before enabling SR-IOV X-Git-Tag: v3.10-rc1~34^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4c1df9378bc6ce9f7fc4fd18afa3a98b676c5fa;p=pandora-kernel.git be2net: provision VF resources before enabling SR-IOV When the PF driver calls pci_enable_sriov(), the VFs may be probed inline before the call returns. So, the resources required for all VFs must be provisioned by the PF driver *before* calling pci_enable_sriov(); else, VF probe will fail. Signed-off-by: Sathya Perla Signed-off-by: David S. Miller --- Reading git-diff-tree failed