From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 421zRz2FdQzF38Q for ; Fri, 31 Aug 2018 22:38:39 +1000 (AEST) Date: Fri, 31 Aug 2018 14:06:36 +0200 From: Peter Zijlstra To: Srikar Dronamraju Cc: Ingo Molnar , LKML , Mel Gorman , Rik van Riel , Thomas Gleixner , Michael Ellerman , Heiko Carstens , Suravee Suthikulpanit , linuxppc-dev , Andre Wild , Benjamin Herrenschmidt Subject: Re: [PATCH] sched/topology: Use Identity node only if required Message-ID: <20180831120636.GM24124@hirez.programming.kicks-ass.net> References: <1533712172-11428-1-git-send-email-srikar@linux.vnet.ibm.com> <20180808075840.GO2494@hirez.programming.kicks-ass.net> <20180810164533.GB42350@linux.vnet.ibm.com> <20180829084348.GO24124@hirez.programming.kicks-ass.net> <20180831102248.GA8437@linux.vnet.ibm.com> <20180831104115.GH24124@hirez.programming.kicks-ass.net> <20180831112618.GA10911@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20180831112618.GA10911@linux.vnet.ibm.com> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, Aug 31, 2018 at 04:56:18PM +0530, Srikar Dronamraju wrote: > This was the same in my previous posting too. Before the topology update > happened, all the cpus would be in SMT, DIE. The topology updates can be > disabled using a kernel parameter topology_updates=off. Its documented under > https://www.kernel.org/doc/html/latest/admin-guide/kernel-parameters.html as > > topology_updates= [KNL, PPC, NUMA] Format: {off} Specify if the kernel > should ignore (off) topology updates sent by the hypervisor to this > LPAR. > > and is not something new in powerpc. Doesn't mean it isn't utterly broken.