From: Todd Fujinaka Date: Sat, 8 Aug 2015 00:27:39 +0000 (-0700) Subject: igb: make sure SR-IOV init uses the right number of queues X-Git-Tag: omap-for-v4.3/fixes-rc1~110^2~132^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ceee3450b3a85db05a107d54fbea031c77d30401;p=pandora-kernel.git igb: make sure SR-IOV init uses the right number of queues Recent changes to igb_probe_vfs() could lead to the PF holding onto all of the queues. Reorder igb_probe_vfs() to be before gb_init_queue_configuration() and add some more error checking. Signed-off-by: Todd Fujinaka Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed