From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] sh_eth: Optimization for RX excess judgement Date: Thu, 13 Nov 2014 15:04:43 -0500 (EST) Message-ID: <20141113.150443.289073124712490803.davem@davemloft.net> References: <1415862031-27925-1-git-send-email-ykaneko0929@gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, horms@verge.net.au, magnus.damm@gmail.com, linux-sh@vger.kernel.org To: ykaneko0929@gmail.com Return-path: In-Reply-To: <1415862031-27925-1-git-send-email-ykaneko0929@gmail.com> Sender: linux-sh-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Yoshihiro Kaneko Date: Thu, 13 Nov 2014 16:00:31 +0900 > From: Mitsuhiro Kimura > > Both of 'boguscnt' and 'quota' have nearly meaning as the condition of > the reception loop. > In order to cut down redundant processing, this patch changes excess judgement. > > Signed-off-by: Mitsuhiro Kimura > Signed-off-by: Yoshihiro Kaneko > --- > > This patch is based on net tree. On what basis is an optimization like this appropriate for 'net'? I really don't think it is.