[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <927413e9-4f1f-963c-2d3a-5a88de2eac9e@free.fr>
Date: Wed, 6 Sep 2017 16:55:20 +0200
From: Mason <slash.tmp@...e.fr>
To: Florian Fainelli <f.fainelli@...il.com>
Cc: Marc Gonzalez <marc_gonzalez@...madesigns.com>,
David Daney <ddaney.cavm@...il.com>,
netdev <netdev@...r.kernel.org>,
Geert Uytterhoeven <geert+renesas@...der.be>,
David Miller <davem@...emloft.net>,
Andrew Lunn <andrew@...n.ch>, Mans Rullgard <mans@...sr.com>,
Thibaud Cornic <thibaud_cornic@...madesigns.com>
Subject: Re: [PATCH net] Revert "net: phy: Correctly process PHY_HALTED in
phy_stop_machine()"
On 31/08/2017 21:18, Florian Fainelli wrote:
> On 08/31/2017 12:09 PM, Mason wrote:
>
>> 1) nb8800_link_reconfigure() calls phy_print_status()
>> which prints the "Link down" and "Link up" messages
>> to the console. With the patch reverted, nothing is
>> printed when the link goes down, and the result is
>> random when the link comes up. Sometimes, we get
>> down + up, sometimes just up.
>
> Nothing printed when you bring down the network interface as a result of
> not signaling the link down, there is a small nuance here.
Let me first focus on the "Link down" message.
Do you agree that such a message should be printed when the
link goes down, not when the link comes up?
Perhaps the issue is that the 2 following cases need to be
handled differently:
A) operator sets link down on the command-line
B) asynchronous event makes link go down (peer is dead, cable is cut, etc)
In B) the PHY state machine keeps on running, and eventually
calls adjust_link()
In A) the driver calls phy_stop() and phy_disconnect() and
therefore adjust_link() will not be called?
Regards.
Powered by blists - more mailing lists