]> git.karo-electronics.de Git - karo-tx-linux.git/commit
igb: Use node specific allocations for the q_vectors and rings
authorAlexander Duyck <alexander.h.duyck@intel.com>
Fri, 26 Aug 2011 07:45:20 +0000 (07:45 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sat, 8 Oct 2011 05:34:13 +0000 (22:34 -0700)
commit81c2fc22323f461aee30cf7028a79eb67426e4b6
tree07fd37eb5ca417ca24a25bb1615183944fd13a1a
parent7af40ad909e3e92a1cbb728999c427d2fa3b381d
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>
drivers/net/ethernet/intel/igb/igb.h
drivers/net/ethernet/intel/igb/igb_main.c