commit | ceee3450b3a85db05a107d54fbea031c77d30401 | [log] [tgz] |
---|---|---|
author | Todd Fujinaka <todd.fujinaka@intel.com> | Fri Aug 07 17:27:39 2015 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Tue Aug 18 14:06:07 2015 -0700 |
tree | 6a8675721576a9b2a6c75fb8ed44d8f04bc84ef4 | |
parent | fae5ecaee3e6265c2aec29ac238ccc29c6f11fc3 [diff] |
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 <todd.fujinaka@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>