From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [PATCH] ip[6]_tables.c: remove some inlines Date: Mon, 31 Dec 2007 18:00:34 +0100 Message-ID: <47792032.3020609@trash.net> References: <200712161247.53986.vda.linux@googlemail.com> <200712270401.35983.vda.linux@googlemail.com> <4775169C.8040302@trash.net> <200712311643.41946.vda.linux@googlemail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: Harald Welte , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Netfilter Development Mailinglist To: Denys Vlasenko Return-path: In-Reply-To: <200712311643.41946.vda.linux@googlemail.com> Sender: netfilter-devel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Denys Vlasenko wrote: > ip[6]_tables.c seem to abuse inline. > > This patch removes inlines except those which are used > by packet matching code and thus are performance-critical. > Some people also consider the ruleset replacement path performance critical, but overall I agree with your patch. I'm travelling currently though so it will take a few days until I'll apply it. Do you have some numbers that show the actual difference these changes make?