From owner-freebsd-net@FreeBSD.ORG Sat Feb 11 08:34:21 2012 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A5A8106566B for ; Sat, 11 Feb 2012 08:34:21 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from vps1.elischer.org (vps1.elischer.org [204.109.63.16]) by mx1.freebsd.org (Postfix) with ESMTP id 4D1D48FC0C for ; Sat, 11 Feb 2012 08:34:21 +0000 (UTC) Received: from julian-mac.elischer.org (c-67-180-24-15.hsd1.ca.comcast.net [67.180.24.15]) (authenticated bits=0) by vps1.elischer.org (8.14.4/8.14.4) with ESMTP id q1B8YJNW072001 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Sat, 11 Feb 2012 00:34:20 -0800 (PST) (envelope-from julian@freebsd.org) Message-ID: <4F362861.7090801@freebsd.org> Date: Sat, 11 Feb 2012 00:35:45 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; en-US; rv:1.9.2.26) Gecko/20120129 Thunderbird/3.1.18 MIME-Version: 1.0 To: Joe Holden References: <4F32E45F.9030504@rewt.org.uk> <4F32E8B6.8050409@freebsd.org> <4F32E8EC.4070206@rewt.org.uk> In-Reply-To: <4F32E8EC.4070206@rewt.org.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "freebsd-net@freebsd.org" Subject: Re: Max FIBS 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: Sat, 11 Feb 2012 08:34:21 -0000 On 2/8/12 1:28 PM, Joe Holden wrote: > Julian Elischer wrote: >> On 2/8/12 1:08 PM, Joe Holden wrote: >>> Hey guys, >>> >>> The maximum fibs is currently 16 due to an mbuf limitation I >>> believe? Is there any scope for the number being increased? >> it was designed to be able to be expanable... there is only the one >> place. >> >> there are upcoming FIB changes and it may be a good oportunity to >> change this in 10.. >> > aha, I was under the impression that it was limited due to mbuf > size, not sure where I read that - think it was a commit from a > while back. you are correct.. the one limitation is the mbufs but we can maybe change the mbuf layout a little in 10 which will allow for more FIBs > >>> >>> Ta, >>> J >>> _______________________________________________ >>> freebsd-net@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-net >>> To unsubscribe, send any mail to >>> "freebsd-net-unsubscribe@freebsd.org" >>> >> >> _______________________________________________ >> freebsd-net@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-net >> To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" > >