Skip to content

Commit

Permalink
v2 ixgbe: consolidate all MSI-X ring interrupts and poll routines int…
Browse files Browse the repository at this point in the history
…o 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 <alexander.h.duyck@intel.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
  • Loading branch information
Alexander Duyck authored and Jeff Kirsher committed Sep 16, 2011
1 parent 5922455 commit 4ff7fb1
Showing 1 changed file with 63 additions and 216 deletions.
Loading

0 comments on commit 4ff7fb1

Please sign in to comment.