]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ixgbe: cleanup configuration of EITRSEL and VF reset path
authorAlexander Duyck <alexander.h.duyck@intel.com>
Fri, 15 Jul 2011 07:29:49 +0000 (07:29 +0000)
committerJoe Jin <joe.jin@oracle.com>
Thu, 17 May 2012 14:04:29 +0000 (22:04 +0800)
commita8f1a7c5ac4d162b031771a1b904d2e89090116e
tree8f6c8720d40447a2f255069f82b3863d75051e5f
parent28d266351e562221ecf4a09e577da92e0e00e529
ixgbe: cleanup configuration of EITRSEL and VF reset path

This change is meant to cleanup some of the code related to SR-IOV and the
interrupt registers.  Specifically I am moving the EITRSEL configuration
into the MSI-X configuration section instead of enablement.  Also I am
fixing the VF shutdown path since it had operations in the incorrect order.

(cherry picked from commit 8e34d1aacc942586f39f91c0707d5bc7bc2532bb)
Signed-off-by: Alexander Duyck <alexander.h.duyck@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