From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martijn Lievaart Subject: Re: Bridge netfilter defered hooks Date: Fri, 09 Jun 2006 00:17:57 +0200 Message-ID: <4488A215.5030305@rtij.nl> References: <448051F3.1070509@trash.net> <4487CEA8.8060701@trash.net> <44888CD7.8090601@rtij.nl> <200606082340.41755.simonl@parknet.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: netfilter-devel@lists.netfilter.org Return-path: To: Simon Lodal In-Reply-To: <200606082340.41755.simonl@parknet.dk> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-devel-bounces@lists.netfilter.org Errors-To: netfilter-devel-bounces@lists.netfilter.org List-Id: netfilter-devel.vger.kernel.org Simon Lodal wrote: >Why not define the mark size at compile time, in case you need more bits? > > Because that probably would cause the skb to grow beyond a cache line, though I'm nowhere an expert on these things. Opinions? M4