]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ixgbe: cleanup reset paths
authorAlexander Duyck <alexander.h.duyck@intel.com>
Fri, 15 Jul 2011 07:29:44 +0000 (07:29 +0000)
committerJoe Jin <joe.jin@oracle.com>
Thu, 17 May 2012 14:04:20 +0000 (22:04 +0800)
commit28d266351e562221ecf4a09e577da92e0e00e529
tree40e55c90b143ed98a7619a9c91649757ff3a2983
parentd1a8c4bcd55a52629f218f3c6a7c846e0e2ecb3c
ixgbe: cleanup reset paths

The reset paths are overly complicated and are either missing steps or
contain extra unnecessary steps such as reading MAC address twice.  This
change is meant to help clean up the reset paths an get things functioning
correctly.

(cherry picked from commit 8132b54e46259cfc6579ba11c5e3efffda64110b)
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_82598.c
drivers/net/ixgbe/ixgbe_82599.c
drivers/net/ixgbe/ixgbe_type.h
drivers/net/ixgbe/ixgbe_x540.c