]> git.baikalelectronics.ru Git - kernel.git/commit
ixgbe: merge reset task into service task
authorAlexander Duyck <alexander.h.duyck@intel.com>
Wed, 27 Apr 2011 09:21:16 +0000 (09:21 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sun, 15 May 2011 01:04:28 +0000 (18:04 -0700)
commitda56defa0a7568dcbfc68abbf33e01962e8cda55
treed4fc5dea8dde49b6439516e7f9c054102c5a6701
parent5a3b5f1df3b29b172f56963c69b01a2e4f1728e4
ixgbe: merge reset task into service task

This change is meant to further help to reduce possible configuration
collisions between the various tasklets.  This change combines the device
reset with the service task.  As a result it is now not possible to be
updating the link on the device while also resetting the part.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Tested-by: Evan Swanson <evan.swanson@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ixgbe/ixgbe.h
drivers/net/ixgbe/ixgbe_main.c