From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from omzsmtpe02.verizonbusiness.com ([199.249.25.209]:31420 "EHLO omzsmtpe02.verizonbusiness.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751636AbdFKObx (ORCPT ); Sun, 11 Jun 2017 10:31:53 -0400 From: "Levin, Alexander (Sasha Levin)" To: Jerome Brunet CC: "stable@vger.kernel.org" , Kevin Hilman , Arnd Bergmann Subject: Re: [PATCH for v4.9 LTS 064/111] ARM64: dts: meson-gxbb-odroidc2: fix GbE tx link breakage Date: Sun, 11 Jun 2017 14:31:06 +0000 Message-ID: <20170611143119.2ifddumkuk7hxbyl@sasha-lappy> References: <20170604081123.19462-1-alexander.levin@verizon.com> <20170604081123.19462-64-alexander.levin@verizon.com> <1496609149.3552.22.camel@baylibre.com> In-Reply-To: <1496609149.3552.22.camel@baylibre.com> Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-ID: <4A7F07D704465847A22E5B682AD20916@vzwcorp.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Sender: stable-owner@vger.kernel.org List-ID: On Sun, Jun 04, 2017 at 10:45:49PM +0200, Jerome Brunet wrote: > On Sun, 2017-06-04 at 08:12 +0000, Levin, Alexander (Sasha Levin) wrote: > > From: Jerome Brunet > >=20 > > [ Upstream commit feb3cbea0946c67060e2d5bcb7499b0a6f6700fe ] > >=20 > > OdroidC2 GbE link breaks under heavy tx transfer. This happens even if = the > > MAC does not enable Energy Efficient Ethernet (No Low Power state Idle = on > > the Tx path). The problem seems to come from the phy Rx path, entering = the > > LPI state. > >=20 > > Disabling EEE advertisement on the phy prevent this feature to be > > negociated with the link partner and solve the issue. > >=20 > > Signed-off-by: Jerome Brunet > > Signed-off-by: Kevin Hilman > > Signed-off-by: Arnd Bergmann > > Signed-off-by: Sasha Levin >=20 > Alexander, >=20 > unfortunately, this dt change alone won't fix the problem. The code relat= ed to > eee-broken-**** has been merged into mainline around the same time as thi= s > particular change. >=20 > For this flag to actually do something you'll need the following commits: >=20 > d853d145ea3e63387a2ac759aa41d5e43876e561 > 1fc31357ad194fb98691f3d122bcd47e59239e83 > 3bb9ab63276696988d8224f52db20e87194deb4b > 57f3986231bb2c69a55ccab1d2b30a00818027ac > 308d3165d8b2b98d3dc3d97d6662062735daea67 Thanks, Jerome! --=20 Thanks, Sasha=