From owner-freebsd-net@FreeBSD.ORG Thu Aug 14 18:35:16 2014 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BC6D7FF3 for ; Thu, 14 Aug 2014 18:35:16 +0000 (UTC) Received: from mail-qc0-x234.google.com (mail-qc0-x234.google.com [IPv6:2607:f8b0:400d:c01::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7C5932CD0 for ; Thu, 14 Aug 2014 18:35:16 +0000 (UTC) Received: by mail-qc0-f180.google.com with SMTP id l6so1487738qcy.11 for ; Thu, 14 Aug 2014 11:35:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=ZfHIHL4LyqJ4KnvN7VPegDurTuPGijODMmiAFPahccw=; b=ePKvgvHJWUSeEZMoU/nuWQIn0aAlvxr//9AZBolADtM7MAKfiIVlWsUEI8nVjtz1Xl U8uOy7dU6jtFpoHyT3xu0RrzhTc5VtVirBwrPAKgLYRI77Ie5x6ejc76uxJbtB8Fe5Ut KOfC/adE1HsWgh5lswVWkgkYa+nur5GxwEOpnZrlKzOHeg2yhXwgNQkx5haFAeM4dqON lH1PzBaQIIq4VEbP/SPevznhau9bYsuONp0L6Hf/YcN/vE40gbmMDTvhbSTDJwR0RUEY CM+WHxdEvGmXApsbYj1ezO71z5SxNNtHq5Oz/DgLeKL6m2JXq7Q6myHZwNFE0mzKCXuD LrMg== MIME-Version: 1.0 X-Received: by 10.140.38.17 with SMTP id s17mr18798469qgs.40.1408041314818; Thu, 14 Aug 2014 11:35:14 -0700 (PDT) Received: by 10.96.73.225 with HTTP; Thu, 14 Aug 2014 11:35:14 -0700 (PDT) In-Reply-To: <53ECFFDC.3000406@pinyon.org> References: <2136988575.13956627.1405199640153.JavaMail.root@uoguelph.ca> <53C7B774.60304@freebsd.org> <1780417.KfjTWjeQCU@pippin.baldwin.cx> <201408111653.42283.jhb@freebsd.org> <53ECFFDC.3000406@pinyon.org> Date: Thu, 14 Aug 2014 15:35:14 -0300 Message-ID: Subject: Re: NFS client READ performance on -current From: Christopher Forgeron To: "Russell L. Carter" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: FreeBSD Net X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.18-1 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, 14 Aug 2014 18:35:16 -0000 I've been using : make buildkernel -DKERNFAST which is quite fast compared to the regular buildkernel. There may be a faster way yet. On Thu, Aug 14, 2014 at 3:28 PM, Russell L. Carter wrote: > > > ps: a quick question about quickly building modules: Suppose I have > a fully populated /usr/obj from buildworld and buildkernel (and have > installed it), what's the most efficient method for rebuilding a single > module and getting it installed into /boot/kernel? > _______________________________________________ > >