From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3CC05C2BA15 for ; Sat, 4 Apr 2020 23:05:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 13356206F5 for ; Sat, 4 Apr 2020 23:05:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726410AbgDDXFy (ORCPT ); Sat, 4 Apr 2020 19:05:54 -0400 Received: from gentwo.org ([3.19.106.255]:48678 "EHLO gentwo.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726371AbgDDXFx (ORCPT ); Sat, 4 Apr 2020 19:05:53 -0400 Received: by gentwo.org (Postfix, from userid 1002) id 91C4E40CB2; Sat, 4 Apr 2020 23:05:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by gentwo.org (Postfix) with ESMTP id 8F7C040CB1; Sat, 4 Apr 2020 23:05:52 +0000 (UTC) Date: Sat, 4 Apr 2020 23:05:52 +0000 (UTC) From: Christopher Lameter X-X-Sender: cl@www.lameter.com To: Peter Zijlstra cc: Marcelo Tosatti , linux-kernel@vger.kernel.org, Frederic Weisbecker , Chris Friesen , Thomas Gleixner , Andrew Morton , Jim Somerville Subject: Re: [patch 3/3] isolcpus: undeprecate on documentation In-Reply-To: <20200331155708.GU20730@hirez.programming.kicks-ass.net> Message-ID: References: <20200328152117.881555226@redhat.com> <20200328152503.271570281@redhat.com> <20200331152217.GT20730@hirez.programming.kicks-ass.net> <20200331154146.GA28556@fuller.cnet> <20200331155708.GU20730@hirez.programming.kicks-ass.net> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 31 Mar 2020, Peter Zijlstra wrote: > > Why do you dislike it? What you think would be a decent approach? > > Try and reconfigure it after boot. Not really a problem since this is not the only issue that requires a reboot. You have to reboot most of the time if you change applications on a HPC machine. After all you cannot reliably change the available set of huge pages after boot. So you have to reboot anyways if you want some cores to do different things. And then the machines performance goes down over time due to memory fragmentation. So you better reboot frequently. Thus reboot, reboot, reboot. We have become like Windows 95 ...