From owner-freebsd-performance@FreeBSD.ORG Sat Jul 24 17:30:33 2010 Return-Path: Delivered-To: freebsd-performance@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 66FE9106564A for ; Sat, 24 Jul 2010 17:30:33 +0000 (UTC) (envelope-from alan.l.cox@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 0E4E98FC19 for ; Sat, 24 Jul 2010 17:30:32 +0000 (UTC) Received: by qwk3 with SMTP id 3so1046523qwk.13 for ; Sat, 24 Jul 2010 10:30:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:reply-to :in-reply-to:references:date:message-id:subject:from:to:cc :content-type; bh=NSndOLtx6dFrCtibNbGmOn2fSi09dAGSpCjqWH1NdUA=; b=K4S6ly3V886mYJ14D4of4Mg9gSkOnHR75g18wn2UpgTXJMhIfZzjqSx4GEjPiytecH Cu3vZaA0kF/lDac5tL13FtTDFJEOU9AuVLGAIuL+bhT+ZMylQhA6My9wbEz6EJqf+BlO PE5wUwU+zRnKPY5s9d0jZLTJy6VN7zzP2/Dck= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; b=KNzBR/j8hvwqBHREV+jSO9q+SHJ0Wsyisqkz+J11+4+O6mDs20W7SB8s6TzpOBch6V nE5qqJccHZv9NA39slAdUx2x3xUP/sF/0lFwIDaLJ51l4PKhV+CERlblvXWH7Xq8WuQ+ RwWflWm650cdavpp+ltCivS/qH80wXWXjc45E= MIME-Version: 1.0 Received: by 10.224.2.85 with SMTP id 21mr4026542qai.74.1279990737006; Sat, 24 Jul 2010 09:58:57 -0700 (PDT) Received: by 10.229.239.5 with HTTP; Sat, 24 Jul 2010 09:58:56 -0700 (PDT) In-Reply-To: <4C4AF046.40507@FreeBSD.org> References: <4C4AF046.40507@FreeBSD.org> Date: Sat, 24 Jul 2010 11:58:56 -0500 Message-ID: From: Alan Cox To: Alexander Motin X-Mailman-Approved-At: Sat, 24 Jul 2010 18:37:44 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-hackers@freebsd.org, freebsd-performance@freebsd.org Subject: Re: Intel TurboBoost in practice X-BeenThere: freebsd-performance@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: alc@freebsd.org List-Id: Performance/tuning List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2010 17:30:33 -0000 2010/7/24 Alexander Motin > Hi. > > I've make small observations of Intel TurboBoost technology under > FreeBSD. This technology allows Intel Core i5/i7 CPUs to rise frequency > of some cores if other cores are idle and power/thermal conditions > permit. CPU core counted as idle, if it has been put into C3 or deeper > power state (may reflect ACPI C2/C3 states). So to reach maximal > effectiveness, some tuning may be needed. > > [snip] > > PPS: I expect even better effect achieved by further reducing interrupt > rates on idle CPUs. > > I'm currently testing a patch that eliminates another 31% of the global TLB shootdowns for a "buildworld" on an amd64 machine. So, you can expect improvement in this area. Alan