From: Alexander Duyck Date: Fri, 26 Aug 2011 07:45:20 +0000 (+0000) Subject: igb: Use node specific allocations for the q_vectors and rings X-Git-Tag: v3.2-rc1~129^2~105^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81c2fc22323f461aee30cf7028a79eb67426e4b6;p=pandora-kernel.git 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 Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed