From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753698AbeC0Qcf (ORCPT ); Tue, 27 Mar 2018 12:32:35 -0400 Received: from mga14.intel.com ([192.55.52.115]:62350 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753639AbeC0Qc3 (ORCPT ); Tue, 27 Mar 2018 12:32:29 -0400 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,367,1517904000"; d="scan'208";a="45736048" Subject: Re: [PATCH 00/11] Use global pages with PTI To: Thomas Gleixner References: <20180323174447.55F35636@viggo.jf.intel.com> 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 From: Dave Hansen Message-ID: Date: Tue, 27 Mar 2018 09:32:27 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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.