From: Alexander Duyck Date: Wed, 31 Aug 2011 00:01:11 +0000 (+0000) Subject: v2 ixgbe: consolidate all MSI-X ring interrupts and poll routines into one X-Git-Tag: v3.2-rc1~129^2~286^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ff7fb12cf92fd15e0fbae0b36cca0599f8a7d1b;p=pandora-kernel.git v2 ixgbe: consolidate all MSI-X ring interrupts and poll routines into one This change consolidates all of the MSI-X interrupt and polling routines into two single functions. One for the interrupt and one for the code. The main advantage to doing this is that the compiler can optimize the routines into single monolithic functions which should allow all of them function to occupy a single block of memory and as such avoid jumping around. Signed-off-by: Alexander Duyck Tested-by: Phil Schmitt Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed