From: Alexander Duyck Date: Thu, 12 Nov 2009 18:37:19 +0000 (+0000) Subject: igb: when number of CPUs > 4 combine tx/rx queues to allow more queues X-Git-Tag: v2.6.33-rc1~388^2~386 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a99955fc067f57cf3b627d4c74bf7952a2d51029;p=pandora-kernel.git igb: when number of CPUs > 4 combine tx/rx queues to allow more queues This patch makes it so that nics such as 82576 and newer can support more hardware queues when there are more than 4 cpus by combining a tx/rx queue pair onto one interrupt so that 8 queue pairs can be supported and thus allow for more queues. Signed-off-by: Alexander Duyck Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed