commit | f4f1040ae63c7c40ef24c1892d32ceae46d9ea05 | [log] [tgz] |
---|---|---|
author | Jacob Keller <jacob.e.keller@intel.com> | Tue Jun 25 07:59:23 2013 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Thu Aug 29 02:39:26 2013 -0700 |
tree | c1150e7996513235d93fec07be88c85649526402 | |
parent | cc328deac5a5f576aa79d87cfacf01e370e5e03e [diff] |
ixgbe: disable link when adapter goes down This patch fixes an issue with the 82599 adapter where it can potentially keep link lights up when the adapter has gone down. The patch adds a function which ensures link is disabled, and calls this function when the adapter transitions to a down state. Signed-off-by: Jacob Keller <jacob.e.keller@intel.com> Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>