From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl0-f71.google.com (mail-pl0-f71.google.com [209.85.160.71]) by kanga.kvack.org (Postfix) with ESMTP id 004686B0025 for ; Tue, 27 Mar 2018 12:32:29 -0400 (EDT) Received: by mail-pl0-f71.google.com with SMTP id n15-v6so259959plp.22 for ; Tue, 27 Mar 2018 09:32:29 -0700 (PDT) Received: from mga06.intel.com (mga06.intel.com. [134.134.136.31]) by mx.google.com with ESMTPS id x12-v6si1544198plo.129.2018.03.27.09.32.28 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 27 Mar 2018 09:32:29 -0700 (PDT) Subject: Re: [PATCH 00/11] Use global pages with PTI References: <20180323174447.55F35636@viggo.jf.intel.com> From: Dave Hansen Message-ID: Date: Tue, 27 Mar 2018 09:32:27 -0700 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: To: Thomas Gleixner Cc: Linus Torvalds , Linux Kernel Mailing List , linux-mm , Andrea Arcangeli , Andrew Lutomirski , Kees Cook , Hugh Dickins , =?UTF-8?B?SsO8cmdlbiBHcm/Dnw==?= , the arch/x86 maintainers , namit@vmware.com On 03/27/2018 06:36 AM, Thomas Gleixner wrote: >> User Time Kernel Time Clock Elapsed >> Baseline ( 0 GLB PTEs) 803.79 67.77 237.30 >> w/series (28 GLB PTEs) 807.70 (+0.7%) 68.07 (+0.7%) 238.07 (+0.3%) >> >> Without PCIDs, it behaves the way I would expect. > What's the performance benefit on !PCID systems? And I mean systems which > actually do not have PCID, not a PCID system with 'nopcid' on the command > line. Do you have something in mind for this? Basically *all* of the servers that I have access to have PCID because they are newer than ~7 years old. That leaves *some* Ivybridge and earlier desktops, Atoms and AMD systems. Atoms are going to be the easiest thing to get my hands on, but I tend to shy away from them for performance work.