2020-03-20 09:55:20

by Jose Abreu

[permalink] [raw]
Subject: [PATCH net-next 0/4] net: phy: xpcs: Improvements for -next

Misc set of improvements for XPCS. All for net-next.

Patch 1/4, returns link error upon 10GKR faults are detected.

Patch 2/4, resets XPCS upon probe so that we start from well known state.

Patch 3/4, sets Link as down if AutoNeg is enabled but did not finish with
success.

Patch 4/4, restarts AutoNeg process if previous outcome was not valid.

---
Cc: Jose Abreu <[email protected]>
Cc: Andrew Lunn <[email protected]>
Cc: Florian Fainelli <[email protected]>
Cc: Heiner Kallweit <[email protected]>
Cc: Russell King <[email protected]>
Cc: "David S. Miller" <[email protected]>
Cc: [email protected]
Cc: [email protected]
---

Jose Abreu (4):
net: phy: xpcs: Return error when 10GKR link errors are found
net: phy: xpcs: Reset XPCS upon probe
net: phy: xpcs: Set Link down if AutoNeg is enabled and did not finish
net: phy: xpcs: Restart AutoNeg if outcome was invalid

drivers/net/phy/mdio-xpcs.c | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)

--
2.7.4


2020-03-24 04:03:06

by David Miller

[permalink] [raw]
Subject: Re: [PATCH net-next 0/4] net: phy: xpcs: Improvements for -next

From: Jose Abreu <[email protected]>
Date: Fri, 20 Mar 2020 10:53:33 +0100

> Misc set of improvements for XPCS. All for net-next.
>
> Patch 1/4, returns link error upon 10GKR faults are detected.
>
> Patch 2/4, resets XPCS upon probe so that we start from well known state.
>
> Patch 3/4, sets Link as down if AutoNeg is enabled but did not finish with
> success.
>
> Patch 4/4, restarts AutoNeg process if previous outcome was not valid.

Series applied, thanks Jose.