From owner-freebsd-net@FreeBSD.ORG Tue Jan 15 15:12:40 2013 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id F0E9DDC0; Tue, 15 Jan 2013 15:12:40 +0000 (UTC) (envelope-from lars@netapp.com) Received: from mx12.netapp.com (mx12.netapp.com [216.240.18.77]) by mx1.freebsd.org (Postfix) with ESMTP id CFB46EB2; Tue, 15 Jan 2013 15:12:40 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.84,473,1355126400"; d="scan'208";a="7992358" Received: from smtp1.corp.netapp.com ([10.57.156.124]) by mx12-out.netapp.com with ESMTP; 15 Jan 2013 07:12:40 -0800 Received: from vmwexceht02-prd.hq.netapp.com (vmwexceht02-prd.hq.netapp.com [10.106.76.240]) by smtp1.corp.netapp.com (8.13.1/8.13.1/NTAP-1.6) with ESMTP id r0FFCdZr006773; Tue, 15 Jan 2013 07:12:40 -0800 (PST) Received: from SACEXCMBX01-PRD.hq.netapp.com ([169.254.2.51]) by vmwexceht02-prd.hq.netapp.com ([10.106.76.240]) with mapi id 14.02.0328.009; Tue, 15 Jan 2013 07:12:39 -0800 From: "Eggert, Lars" To: Lawrence Stewart Subject: Re: static kernel with mod_cc? Thread-Topic: static kernel with mod_cc? Thread-Index: AQHN8x6HVw4BAkjodEiXofOIlqMBmphK4tYAgAAiiwA= Date: Tue, 15 Jan 2013 15:12:38 +0000 Message-ID: References: <50F554EC.6070303@freebsd.org> In-Reply-To: <50F554EC.6070303@freebsd.org> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.106.53.51] Content-Type: text/plain; charset="us-ascii" Content-ID: Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "freebsd-net@freebsd.org" X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jan 2013 15:12:41 -0000 Hi, On Jan 15, 2013, at 14:09, Lawrence Stewart wrote: > You're not dense - the build glue to allow an algorithm to be specified > in a kernel config file doesn't exist. ah, that explains it. I guess it doesn't exist for siftr either? > The hacky way to achieve what you want would be to edit > /sys/conf/files and manually add a line like so below the > cc_newreno.c line: >=20 > netinet/cc/cc_.c optional inet | inet6 >=20 > That will compile the module into the kernel, assuming "options INET" or > "options INET6" is in your kernel config file. Thanks, will try! Lars