ixgbe: Add support for pipeline reset
authorDon Skidmore <donald.c.skidmore@intel.com>
Wed, 24 Oct 2012 06:19:01 +0000 (06:19 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 30 Oct 2012 05:14:48 +0000 (22:14 -0700)
commitd7bbcd32adafee94e965d9ca188ddeede4c94597
treefe88f22de09a1311f60796b1ab35e68a254dfc5a
parenta932657f51eadb8280166e82dc7034dfbff3985a
ixgbe: Add support for pipeline reset

Calling the ixgbe_reset_pipeline_82599 function will ensure a full pipeline
reset on all 82599 devices.  This is necessary to avoid possible link issues.
Since this patch accomplishes this by modifying AUTOC.LMS we need to wrap
all AUTOC writes when LESM is enabled.

v2- fix LMS behaviour based on feedback by Martin Josefsson

CC: Martin Josefsson <gandalf@mjufs.se>
Signed-off-by: Don Skidmore <donald.c.skidmore@intel.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe.h
drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c
drivers/net/ethernet/intel/ixgbe/ixgbe_common.c
This page took 0.025588 seconds and 5 git commands to generate.