]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ixgbe: commonize ixgbe_map_rings_to_vectors to work for all interrupt types
authorAlexander Duyck <alexander.h.duyck@intel.com>
Fri, 15 Jul 2011 03:05:51 +0000 (03:05 +0000)
committerJoe Jin <joe.jin@oracle.com>
Thu, 17 May 2012 14:03:01 +0000 (22:03 +0800)
commitda3748df7b6d50cf73ec55af9625d3b656a0a7f4
tree7dc515f73b03a11f18375999963803368fbab884
parenta0b58d00b5f6bf32ebf0675d2ba8b65d97ce71a1
ixgbe: commonize ixgbe_map_rings_to_vectors to work for all interrupt types

This patch makes it so that the map_rings_to_vectors call will work with
all interrupt types.  The advantage to this is that there will now be a
predictable mapping for all given interrupt types.

(cherry picked from commit 4cc6df29d9f4cf90dad8167cbbf5c21810ae56cf)
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>
Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/net/ixgbe/ixgbe_main.c