From owner-freebsd-current@FreeBSD.ORG Sat May 3 23:59:50 2014 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 55109211; Sat, 3 May 2014 23:59:50 +0000 (UTC) Received: from mail-pa0-x236.google.com (mail-pa0-x236.google.com [IPv6:2607:f8b0:400e:c03::236]) (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 1247C1520; Sat, 3 May 2014 23:59:50 +0000 (UTC) Received: by mail-pa0-f54.google.com with SMTP id lf10so7334244pab.13 for ; Sat, 03 May 2014 16:59:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=4h43RqIFCpqTc9+2BgTKXglHUMv5Ihl0muKKAY98bYQ=; b=a5kWGl11BVMlur1dUj5aLwdMcsbgwD3Pd9olsM4jJTl8T72YOfVCwbwRPAPs34aM/k cXtbjkL+L9KGazlKJ09ujDivxL+9PVUe3I07M0G+FxNFFPXyOcb59bGVYxqdnqbPMvl5 /4IBqtdZq6QMwt+57JH77YmJGv4SBwdGOU/KzQ4cklgXyGPib+i3DJrSVeM8Vf0PDlpG nNrB6BoH10sFcZ0m0KQsdeHHogaHEQfx64lQTKcOSaA5heVCi/Pg68vnzto97VLaLX4u Nr9x5I9NTmDu9unsX6G/YIMCi8JNQwynKM2MxaGjayz6jh5RbI7uESFlvb78O81T5NfT EhRQ== MIME-Version: 1.0 X-Received: by 10.66.124.137 with SMTP id mi9mr53239839pab.111.1399161588591; Sat, 03 May 2014 16:59:48 -0700 (PDT) Sender: kob6558@gmail.com Received: by 10.66.73.34 with HTTP; Sat, 3 May 2014 16:59:48 -0700 (PDT) In-Reply-To: References: <3F7430D7-3C0F-43E1-8EBD-8AA4F701497C@FreeBSD.org> <20140503155745.GA2457@La-Habana> <20140503192305.GA1847@La-Habana> Date: Sat, 3 May 2014 16:59:48 -0700 X-Google-Sender-Auth: SiNOOJdpITx0SwCIrnkqRsK0d6k Message-ID: Subject: Re: Leaving the Desktop Market From: Kevin Oberman To: Adrian Chadd Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: "current@freebsd.org" , Matthias Apitz , David Chisnall , Eitan Adler , "freebsd-hackers@freebsd.org" , Jordan Hubbard X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2014 23:59:50 -0000 On Sat, May 3, 2014 at 1:25 PM, Adrian Chadd wrote: > Set it to the lowest available Cx state that you see in dev.cpu.0 . > > Available is not required. Set it to C8. That guarantees that you will use the lowest available. The correct incantation in rc.conf is "Cmax". performance_cx_lowest="Cmax" economy_cx_lowest="Cmax" But, unless you want laggy performance, you will probably also want: hint.p4tcc.0.disabled=1 hint.acpi_throttle.0.disabled=1 in /boot/loader.conf. Low Cx states and TCC/throttling simply don't mix well and TCC is not effective, as mentioned earlier in this thread. -- R. Kevin Oberman, Network Engineer, Retired E-mail: rkoberman@gmail.com