From owner-freebsd-net@FreeBSD.ORG Wed Sep 24 14:52:53 2008 Return-Path: Delivered-To: net@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D4689106566B; Wed, 24 Sep 2008 14:52:53 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id A45ED8FC15; Wed, 24 Sep 2008 14:52:53 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 3306F166FB6; Wed, 24 Sep 2008 10:52:53 -0400 (EDT) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute1.internal (MEProxy); Wed, 24 Sep 2008 10:52:53 -0400 X-Sasl-enc: UAlfO5ovfTpLxg9OzGgZNtoVtH69H1AVp3O9cKU1Dpct 1222267972 Received: from empiric.lon.incunabulum.net (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTPSA id 8EEE423B2D; Wed, 24 Sep 2008 10:52:52 -0400 (EDT) Message-ID: <48DA5443.3070903@FreeBSD.org> Date: Wed, 24 Sep 2008 15:52:51 +0100 From: "Bruce M. Simpson" User-Agent: Thunderbird 2.0.0.14 (X11/20080514) MIME-Version: 1.0 To: gnn@FreeBSD.org References: <20080923201718.GA88008@edoofus.dev.vega.ru> In-Reply-To: X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Ruslan Ermilov , net@FreeBSD.org Subject: Re: Proposed patch, convert IFQ_MAXLEN to kernel tunable... X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Sep 2008 14:52:53 -0000 gnn@FreeBSD.org wrote: > ... > I found no occurrences of the above in our code base. I used cscope > to search all of src/sys. Are you aware of any occurrences of this? > I have been using IFQ_MAXLEN to size buffer queues internal to some IGMPv3 stuff. I don't feel comfortable with a change which sizes the queues for both IPv4 and IPv6 stacks, from a variable which is obscured by a macro. thanks BMS