From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next-2.6] filter: cleanup codes[] init Date: Fri, 19 Nov 2010 10:07:20 -0800 (PST) Message-ID: <20101119.100720.115931285.davem@davemloft.net> References: <1290160467.3034.33.camel@edumazet-laptop> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: eric.dumazet@gmail.com, hagen@jauu.net, netdev@vger.kernel.org To: xiaosuo@gmail.com Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:35787 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756170Ab0KSSG4 (ORCPT ); Fri, 19 Nov 2010 13:06:56 -0500 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: From: Changli Gao Date: Fri, 19 Nov 2010 20:21:57 +0800 > On Fri, Nov 19, 2010 at 5:54 PM, Eric Dumazet wrote: >> >> Most probably you have "CONFIG_CC_OPTIMIZE_FOR_SIZE=y" which >> unfortunately is known to generate poor looking code. > > Yes. So > > Acked-by: Changli Gao Applied.