From owner-freebsd-net@FreeBSD.ORG Thu Mar 15 14:34:38 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 3F88D106564A; Thu, 15 Mar 2012 14:34:38 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from mx1.sbone.de (mx1.sbone.de [IPv6:2a01:4f8:130:3ffc::401:25]) by mx1.freebsd.org (Postfix) with ESMTP id C08468FC0A; Thu, 15 Mar 2012 14:34:37 +0000 (UTC) Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:31::2013:587]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.sbone.de (Postfix) with ESMTPS id AFE2725D3893; Thu, 15 Mar 2012 14:34:36 +0000 (UTC) Received: from content-filter.sbone.de (content-filter.sbone.de [IPv6:fde9:577b:c1a9:31::2013:2742]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id 07FE1BDD73B; Thu, 15 Mar 2012 14:34:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:31::2013:587]) by content-filter.sbone.de (content-filter.sbone.de [fde9:577b:c1a9:31::2013:2742]) (amavisd-new, port 10024) with ESMTP id 1qqcxDCeYs-0; Thu, 15 Mar 2012 14:34:35 +0000 (UTC) Received: from orange-en1.sbone.de (orange-en1.sbone.de [IPv6:fde9:577b:c1a9:31:cabc:c8ff:fecf:e8e3]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id 2F76ABDD73E; Thu, 15 Mar 2012 14:34:35 +0000 (UTC) From: "Bjoern A. Zeeb" Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Thu, 15 Mar 2012 14:34:33 +0000 Message-Id: To: FreeBSD Networking Mailing List Mime-Version: 1.0 (Apple Message framework v1084) X-Mailer: Apple Mail (2.1084) Cc: "Alexander V. Chernikov" Subject: multi-FIB changes for GENERIC 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: Thu, 15 Mar 2012 14:34:38 -0000 Hi, back in September last year I had prototyped a patch to make the = multi-FIB kernel option just a default removing the need for it to be set for the maximum number of FIBs allowed. This is allowing the multi-FIB feature = to be used with GENERIC kernels by just changing the tunable. Thanks to Alexander eliminating the last consumers of RT_NUMFIBS in = code, this is now possible. I haven't boot-tested the re-done patch below yet but = it should be fine and passes the compile test. Please test and review. This is also a next step to allow growing the number of FIBs available = more easily in the future (subject to mbuf changes). http://people.freebsd.org/~bz/20120315-01-rt_numfibs.diff /bz --=20 Bjoern A. Zeeb You have to have visions! It does not matter how good you are. It matters what good you do!