From owner-svn-src-all@freebsd.org Fri Dec 2 16:18:38 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 642BAC62523; Fri, 2 Dec 2016 16:18:38 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from mail.baldwin.cx (bigwig.baldwin.cx [96.47.65.170]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 364FF1B2B; Fri, 2 Dec 2016 16:18:37 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from ralph.baldwin.cx (c-73-231-226-104.hsd1.ca.comcast.net [73.231.226.104]) by mail.baldwin.cx (Postfix) with ESMTPSA id 5DF5C10A74C; Fri, 2 Dec 2016 11:18:36 -0500 (EST) From: John Baldwin To: Warner Losh Cc: hiren panchasara , Warner Losh , src-committers , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Subject: Re: svn commit: r309351 - head/etc/defaults Date: Fri, 02 Dec 2016 08:18:13 -0800 Message-ID: <3180246.4fqia12Gik@ralph.baldwin.cx> User-Agent: KMail/4.14.10 (FreeBSD/11.0-PRERELEASE; KDE/4.14.10; amd64; ; ) In-Reply-To: References: <201612010435.uB14Zh21020050@repo.freebsd.org> <20161201164807.GE27291@strugglingcoder.info> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mail.baldwin.cx); Fri, 02 Dec 2016 11:18:36 -0500 (EST) X-Virus-Scanned: clamav-milter 0.99.2 at mail.baldwin.cx X-Virus-Status: Clean X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Dec 2016 16:18:38 -0000 On Thursday, December 01, 2016 02:41:41 PM Warner Losh wrote: > On Thu, Dec 1, 2016 at 9:48 AM, hiren panchasara > wrote: > > On 12/01/16 at 04:35P, Warner Losh wrote: > >> Author: imp > >> Date: Thu Dec 1 04:35:43 2016 > >> New Revision: 309351 > >> URL: https://svnweb.freebsd.org/changeset/base/309351 > >> > >> Log: > >> Revert the 'performance' setting to 'NONE' from C2. > > > > Just a note that this commit reverts r282110. > > Yea, it's good for laptops, bad for servers. At least there's some > Intel CPUs that this causes corruption with USB. That's being sorted > out, but until that's done we need to fail more safe for our primary > market. It's also good for some servers as you need some cores in C-states to get the maximum Turbo Boost on other cores (though that may have been more true for earlier generations of i7 CPUs than more recent generations). -- John Baldwin