mbox series

[net,v2,0/4] Bug fixes to amd-xgbe driver

Message ID 20210216190710.2911856-1-Shyam-sundar.S-k@amd.com
Headers show
Series Bug fixes to amd-xgbe driver | expand

Message

Shyam Sundar S K Feb. 16, 2021, 7:07 p.m. UTC
General fixes on amd-xgbe driver are addressed in this series, mostly
on the mailbox communication failures and improving the link stability
of the amd-xgbe device.

Shyam Sundar S K (4):
  net: amd-xgbe: Reset the PHY rx data path when mailbox command timeout
  net: amd-xgbe: Fix NETDEV WATCHDOG transmit queue timeout warning
  net: amd-xgbe: Reset link when the link never comes back
  net: amd-xgbe: Fix network fluctuations when using 1G BELFUSE SFP

 drivers/net/ethernet/amd/xgbe/xgbe-common.h | 14 ++++++++
 drivers/net/ethernet/amd/xgbe/xgbe-drv.c    |  1 +
 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c   |  3 +-
 drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c | 39 ++++++++++++++++++++-
 4 files changed, 54 insertions(+), 3 deletions(-)