mbox series

[net,v2,0/2] phylink resolve fixes

Message ID 20211123154403.32051-1-kabel@kernel.org (mailing list archive)
Headers show
Series phylink resolve fixes | expand

Message

Marek BehĂșn Nov. 23, 2021, 3:44 p.m. UTC
With information from me and my nagging, Russell has produced two fixes
for phylink, which add code that triggers another phylink_resolve() from
phylink_resolve(), if certain conditions are met:
  interface is being changed
or
  link is down and previous link was up
These are needed because sometimes the PCS callbacks may provide stale
values if link / speed / ...

Changes from v1:
- set Russell as author of the commits, since I only wrote the commit
  messages
- updated the second patch according to Russell's comment (and updated
  commit message)

Russell King (Oracle) (2):
  net: phylink: Force link down and retrigger resolve on interface
    change
  net: phylink: Force retrigger in case of latched link-fail indicator

 drivers/net/phy/phylink.c | 26 +++++++++++++++++++++++++-
 1 file changed, 25 insertions(+), 1 deletion(-)

Comments

patchwork-bot+netdevbpf@kernel.org Nov. 25, 2021, 3 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Tue, 23 Nov 2021 16:44:01 +0100 you wrote:
> With information from me and my nagging, Russell has produced two fixes
> for phylink, which add code that triggers another phylink_resolve() from
> phylink_resolve(), if certain conditions are met:
>   interface is being changed
> or
>   link is down and previous link was up
> These are needed because sometimes the PCS callbacks may provide stale
> values if link / speed / ...
> 
> [...]

Here is the summary with links:
  - [net,v2,1/2] net: phylink: Force link down and retrigger resolve on interface change
    https://git.kernel.org/netdev/net/c/80662f4fd477
  - [net,v2,2/2] net: phylink: Force retrigger in case of latched link-fail indicator
    https://git.kernel.org/netdev/net/c/dbae3388ea9c

You are awesome, thank you!