From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shuyu Wei Subject: Re: [PATCH v2] ethernet:arc: Fix racing of TX ring buffer Date: Sun, 5 Jun 2016 22:02:59 +0800 Message-ID: <20160605140259.GA19512@debian-dorm> References: <20160520003145.GA22420@electric-eye.fr.zoreil.com> <20160521160910.GA14945@debian-dorm> <5740E82F.8040903@gmx.de> <20160522091742.GA8681@debian-dorm> <57419853.9050701@gmx.de> <20160522223659.GB5086@electric-eye.fr.zoreil.com> <5743A9DD.8010202@gmx.de> <5744EA24.7060806@gmx.de> <20160528064348.GA19649@debian-dorm> <574CB382.7030102@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Francois Romieu , David Miller , wxt@rock-chips.com, heiko@sntech.de, linux-rockchip@lists.infradead.org, netdev@vger.kernel.org, al.kochet@gmail.com To: Lino Sanfilippo Return-path: Received: from mail-pa0-f53.google.com ([209.85.220.53]:34689 "EHLO mail-pa0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750951AbcFEODJ (ORCPT ); Sun, 5 Jun 2016 10:03:09 -0400 Received: by mail-pa0-f53.google.com with SMTP id bz2so27546025pad.1 for ; Sun, 05 Jun 2016 07:03:09 -0700 (PDT) Content-Disposition: inline In-Reply-To: <574CB382.7030102@gmx.de> Sender: netdev-owner@vger.kernel.org List-ID: On Mon, May 30, 2016 at 11:41:22PM +0200, Lino Sanfilippo wrote: > > Did you see the same issues with the patch before (the one that, as you wrote, > survived a whole night of stress testing)? > > Lino Hi Lino, Sorry for my late reply. I retested the previous patch, it did have the same issue. However it seems that the possibility of stuck is lower (just my instinct, no evidence).