From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net v3] net: phy: meson-gxl: detect LPA corruption Date: Mon, 11 Dec 2017 11:19:17 -0500 (EST) Message-ID: <20171211.111917.1950680033944722044.davem@davemloft.net> References: <20171208110811.30789-1-jbrunet@baylibre.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: andrew@lunn.ch, f.fainelli@gmail.com, khilman@baylibre.com, netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org To: jbrunet@baylibre.com Return-path: In-Reply-To: <20171208110811.30789-1-jbrunet@baylibre.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Jerome Brunet Date: Fri, 8 Dec 2017 12:08:11 +0100 > I suppose this patch probably seems a bit hacky, especially the part > about the link partner acknowledge. I'm trying to figure out if the > value in MII_LPA makes sense but I don't have such a deep knowledge > of the ethernet spec. Yeah it's not the prettiest thing in the world, but if this is what you need to check to detect this situation then there isn't much else you can do. Applied, thanks.