]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ixgbe: cleanup ixgbe_map_rings_to_vectors
authorAlexander Duyck <alexander.h.duyck@intel.com>
Wed, 17 Nov 2010 03:27:09 +0000 (19:27 -0800)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 17 Nov 2010 03:27:09 +0000 (19:27 -0800)
commitd0759ebb051972f8557a19aa13cf02fc314856e9
tree75b7d8bf65e32d7bd734063f1a7d4f5b224676bd
parent125601bf03a13e24d3785ccbc3a25ad401c92772
ixgbe: cleanup ixgbe_map_rings_to_vectors

This change cleans up some of the items in ixgbe_map_rings_to_vectors.
Specifically it merges the two for loops and drops the unnecessary vectors
parameter.

It also moves the vector names into the q_vectors themselves.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Tested-by: Ross Brattain <ross.b.brattain@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ixgbe/ixgbe.h
drivers/net/ixgbe/ixgbe_main.c