From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jose Abreu Subject: Re: [BUG] net: stmmac: socfpga ethernet no longer working on linux-next Date: Thu, 14 Jun 2018 08:38:58 +0100 Message-ID: <63bfbeb4-ca90-cc8e-3b06-ea257a34a261@synopsys.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Cc: David Miller , , , Dinh Nguyen , Marek Vasut To: Dinh Nguyen , Return-path: Received: from smtprelay6.synopsys.com ([198.182.37.59]:49075 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754688AbeFNHjg (ORCPT ); Thu, 14 Jun 2018 03:39:36 -0400 Received: from mailhost.synopsys.com (mailhost2.synopsys.com [10.13.184.66]) by smtprelay.synopsys.com (Postfix) with ESMTP id 6F3A91E04F7 for ; Thu, 14 Jun 2018 09:39:34 +0200 (CEST) In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: Hello, On 13-06-2018 21:46, Dinh Nguyen wrote: > Hi, > > The stmmac ethernet has stopped working in linux-next and linus/master > branch(v4.17-11782-gbe779f03d563) > > It appears that the stmmac ethernet has stopped working after these 2 commits: > > 4dbbe8dde848 net: stmmac: Add support for U32 TC filter using Flexible RX Parser > 5f0456b43140 net: stmmac: Implement logic to automatically select HW Interface > > If I move to this commit "565020aaeebf net: stmmac: Disable ACS > Feature for GMAC >= 4", then the stmmac works again on SoCFPGA. > > I was following this thread: > https://urldefense.proofpoint.com/v2/url?u=https-3A__www.spinics.net_lists_netdev_msg502858.html&d=DwIBaQ&c=DPL6_X_6JkXFx7AXWqB0tg&r=yaVFU4TjGY0gVF8El1uKcisy6TPsyCl9uN7Wsis-qhY&m=fvPkLp2xlWolmIYwoFLmALhxlycg1w0UmxiYdT7qojc&s=aC4a2U3X_siDxSNz3c5OeadhEJWll31yP-oi5nNar94&e= > > Was wondering if there was a patch to fix dwmac-sun8i that the socfpga > platform needs as well? Probably. I will check and get back to you ASAP. Thanks and Best Regards, Jose Miguel Abreu > > Thanks, > Dinh