From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from shards.monkeyblade.net (shards.monkeyblade.net [IPv6:2001:4f8:3:36:211:85ff:fe63:a549]) by lists.ozlabs.org (Postfix) with ESMTP id 59A671A1D04 for ; Wed, 12 Aug 2015 05:05:47 +1000 (AEST) Date: Tue, 11 Aug 2015 12:05:44 -0700 (PDT) Message-Id: <20150811.120544.493350093968384502.davem@davemloft.net> To: christophe.leroy@c-s.fr Cc: pantelis.antoniou@gmail.com, vbordug@ru.mvista.com, linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, netdev@vger.kernel.org Subject: Re: [PATCH] net: fs_enet: explicitly remove I flag on TX partial frames From: David Miller In-Reply-To: <20150811101101.116E41A2414@localhost.localdomain> References: <20150811101101.116E41A2414@localhost.localdomain> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Christophe Leroy Date: Tue, 11 Aug 2015 12:11:00 +0200 (CEST) > We are not interested in interrupts for partially transmitted frames, > we have to clear BD_ENET_TX_INTR explicitly otherwise it may remain > from a previously used descriptor. > > Signed-off-by: Christophe Leroy Applied.