commit | fa81da7e5b261cf8010f65253661522d3ff71714 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Wed Sep 07 20:28:17 2016 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Fri Sep 23 00:20:18 2016 -0700 |
tree | 1336cafaefc188c7cb89390c9f6ba44b83dc1052 | |
parent | 3b00da03ae303a3bdfa3bdfbb078e0eadb749375 [diff] |
ixgbe: Limit reporting of redirection table if SR-IOV is enabled The hardware redirection table can support more queues then the PF currently has when SR-IOV is enabled. In order to account for this use the RSS mask to trim of the bits that are not used. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>