From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755500Ab1ABK7p (ORCPT ); Sun, 2 Jan 2011 05:59:45 -0500 Received: from depni.sinp.msu.ru ([213.131.7.21]:33781 "EHLO depni.sinp.msu.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752639Ab1ABK7o (ORCPT ); Sun, 2 Jan 2011 05:59:44 -0500 From: Serge Belyshev To: Matthew Wilcox Cc: Thomas Gleixner , Arjan van de Ven , linux-kernel@vger.kernel.org Subject: Re: [PATCH] Prevent users from disabling tickless References: <20101221233942.GL1263@parisc-linux.org> Date: Sun, 02 Jan 2011 10:59:38 +0000 In-Reply-To: <20101221233942.GL1263@parisc-linux.org> (Matthew Wilcox's message of "Tue, 21 Dec 2010 16:39:43 -0700") Message-ID: <87zkrj4llx.fsf@depni.sinp.msu.ru> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Matthew Wilcox writes: > Disabling NO_HZ has a serious negative effect on performance -- an extra > 70us per I/O. Prevent users from deselecting it. This is rather non-trivial change. The common wisdom was that NO_HZ=y *adds* overhead, not removes it. Thus, I propose: (1) Retaining and elaborating the help text. (2) Allow user to change the default.