mbox series

[net,0/3] amd-xgbe: AMD XGBE driver fixes 2018-04-23

Message ID 20180423164258.18740.98574.stgit@tlendack-t1.amdoffice.net
Headers show
Series amd-xgbe: AMD XGBE driver fixes 2018-04-23 | expand

Message

Tom Lendacky April 23, 2018, 4:42 p.m. UTC
This patch series addresses some issues in the AMD XGBE driver.

The following fixes are included in this driver update series:

- Improve KR auto-negotiation and training (2 patches)
  - Add pre and post auto-negotiation hooks
  - Use the pre and post auto-negotiation hooks to disable CDR tracking
    during auto-negotiation page exchange in KR mode
- Check for SFP tranceiver signal support and only use the signal if the
  SFP indicates that it is supported

This patch series is based on net.

---

Please queue this patch series up to stable releases 4.14 and above.

Tom Lendacky (3):
      amd-xgbe: Add pre/post auto-negotiation phy hooks
      amd-xgbe: Improve KR auto-negotiation and training
      amd-xgbe: Only use the SFP supported transceiver signals


 drivers/net/ethernet/amd/xgbe/xgbe-common.h  |    8 +
 drivers/net/ethernet/amd/xgbe/xgbe-debugfs.c |   16 ++
 drivers/net/ethernet/amd/xgbe/xgbe-main.c    |    1 
 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c    |   24 +++
 drivers/net/ethernet/amd/xgbe/xgbe-pci.c     |    2 
 drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c  |  196 ++++++++++++++++++++++++--
 drivers/net/ethernet/amd/xgbe/xgbe.h         |    9 +
 7 files changed, 233 insertions(+), 23 deletions(-)

Comments

David Miller April 24, 2018, 1:24 a.m. UTC | #1
From: Tom Lendacky <thomas.lendacky@amd.com>
Date: Mon, 23 Apr 2018 11:42:58 -0500

> This patch series addresses some issues in the AMD XGBE driver.
> 
> The following fixes are included in this driver update series:
> 
> - Improve KR auto-negotiation and training (2 patches)
>   - Add pre and post auto-negotiation hooks
>   - Use the pre and post auto-negotiation hooks to disable CDR tracking
>     during auto-negotiation page exchange in KR mode
> - Check for SFP tranceiver signal support and only use the signal if the
>   SFP indicates that it is supported
> 
> This patch series is based on net.
> 
> ---
> 
> Please queue this patch series up to stable releases 4.14 and above.

Series applied and queued up for -stable, thanks.