From: Jesse Brandeburg Date: Wed, 3 Feb 2010 14:18:50 +0000 (+0000) Subject: ixgbe: Allocate driver resources per NUMA node X-Git-Tag: v2.6.34-rc1~233^2~440 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a6c14a2c7c313c584f26730e67f062f474bb744;p=pandora-kernel.git ixgbe: Allocate driver resources per NUMA node The default policy for the current driver is to do all its memory allocation on whatever processor is running insmod/modprobe. This is less than optimal. This driver's default mode of operation will be to use each node for each subsequent transmit/receive queue. The most efficient allocation will be to then have the interrupts bound in such a way as to match up the interrupt of the queue to the cpu where its memory was allocated. Signed-off-by: Jesse Brandeburg Signed-off-by: Peter P Waskiewicz Jr Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed