commit | 81c2fc22323f461aee30cf7028a79eb67426e4b6 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Fri Aug 26 07:45:20 2011 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Fri Oct 07 22:34:13 2011 -0700 |
tree | 07fd37eb5ca417ca24a25bb1615183944fd13a1a | |
parent | 7af40ad909e3e92a1cbb728999c427d2fa3b381d [diff] |
igb: Use node specific allocations for the q_vectors and rings This change is meant to update the ring and vector allocations so that they are per node instead of allocating everything on the node that ifconfig/modprobe is called on. By doing this we can cut down significantly on cross node traffic. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>