From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH v3] net/phy: micrel: Disable asymmetric pause for KSZ9031 Date: Mon, 15 Sep 2014 14:24:25 -0400 (EDT) Message-ID: <20140915.142425.1929538078667151559.davem@davemloft.net> References: <20140912.181820.1440041146938289489.davem@davemloft.net> <1410775594-3129-1-git-send-email-mike.looijmans@topic.nl> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: f.fainelli@gmail.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: mike.looijmans@topic.nl Return-path: Received: from shards.monkeyblade.net ([149.20.54.216]:36135 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753089AbaIOSY1 (ORCPT ); Mon, 15 Sep 2014 14:24:27 -0400 In-Reply-To: <1410775594-3129-1-git-send-email-mike.looijmans@topic.nl> Sender: netdev-owner@vger.kernel.org List-ID: From: Mike Looijmans Date: Mon, 15 Sep 2014 12:06:33 +0200 > The KSZ9031 appears to suffer from the same hardware bug as described > for the KSZ9021 in commit 32fcafbcd1c9f6c7013016a22a5369b4acb93577 > ("net/phy: micrel: Disable asymmetric pause for KSZ9021") > you have to unplug the cable and plug it back to get it to work. > > Remove the SUPPORTED_Asym_Pause flag for the KSZ9031 to fix this. > > Signed-off-by: Mike Looijmans Applied, thanks.