|
Message-ID: <c6d3b7c2-4724-4dec-d29a-dee8f7e8cfc8@intel.com> Date: Fri, 12 Nov 2021 20:25:14 +0800 From: Yin Fengwei <fengwei.yin@...el.com> To: Kees Cook <keescook@...omium.org>, kernel test robot <oliver.sang@...el.com> CC: Mickaël Salaün <mic@...ikod.net>, <lkp@...ts.01.org>, <lkp@...el.com>, <ying.huang@...el.com>, <feng.tang@...el.com>, <zhengjun.xing@...ux.intel.com>, Al Viro <viro@...iv.linux.org.uk>, Andrew Morton <akpm@...ux-foundation.org>, "Aleksa Sarai" <cyphar@...har.com>, Andy Lutomirski <luto@...nel.org>, Arnd Bergmann <arnd@...db.de>, Casey Schaufler <casey@...aufler-ca.com>, Christian Brauner <christian.brauner@...ntu.com>, Christian Heimes <christian@...hon.org>, Deven Bowers <deven.desai@...ux.microsoft.com>, Dmitry Vyukov <dvyukov@...gle.com>, Eric Biggers <ebiggers@...nel.org>, Eric Chiang <ericchiang@...gle.com>, Florian Weimer <fweimer@...hat.com>, "Geert Uytterhoeven" <geert@...ux-m68k.org>, James Morris <jmorris@...ei.org>, "Jan Kara" <jack@...e.cz>, Jann Horn <jannh@...gle.com>, Jonathan Corbet <corbet@....net>, Lakshmi Ramasubramanian <nramas@...ux.microsoft.com>, "Madhavan T . Venkataraman" <madvenka@...ux.microsoft.com>, Matthew Garrett <mjg59@...gle.com>, Matthew Wilcox <willy@...radead.org>, Miklos Szeredi <mszeredi@...hat.com>, Mimi Zohar <zohar@...ux.ibm.com>, Paul Moore <paul@...l-moore.com>, Philippe Trébuchet <philippe.trebuchet@....gouv.fr>, Scott Shell <scottsh@...rosoft.com>, "Shuah Khan" <shuah@...nel.org>, Steve Dower <steve.dower@...hon.org>, Steve Grubb <sgrubb@...hat.com>, Thibaut Sautereau <thibaut.sautereau@....gouv.fr>, Vincent Strubel <vincent.strubel@....gouv.fr>, <kernel-hardening@...ts.openwall.com>, <linux-api@...r.kernel.org>, <linux-fsdevel@...r.kernel.org>, <linux-integrity@...r.kernel.org>, <linux-kernel@...r.kernel.org>, <linux-security-module@...r.kernel.org>, Mickaël Salaün <mic@...ux.microsoft.com> Subject: Re: [fs] a0918006f9: netperf.Throughput_tps -11.6% regression Hi Kees, On 11/10/2021 1:21 AM, Kees Cook wrote: >> I suppose these three CPUs have different cache policy. It also could be >> related with netperf throughput testing. > Does moving the syscall implementation somewhere else change things? I moved the syscall implementation to a stand alone file and put the file to net directory for testing. The new patch is like: https://zerobin.net/?a2b782afadf3c428#Me8l4AJuhiSCfaLVWVzydAVIK6ves0EVIVD76wLnVQo= The test result is like following: - on Cascade Lake: -10.4% 356365 -10.4% 319180 netperf.Throughput_total_tps 22272 -10.4% 19948 netperf.Throughput_tps - on Cooper Lake: -4.0% 345772 ± 4% -4.0% 331814 netperf.Throughput_total_tps 21610 ± 4% -4.0% 20738 netperf.Throughput_tps - on Ice Lake: -1.1% 509824 -1.1% 504434 netperf.Throughput_total_tps 31864 -1.1% 31527 netperf.Throughput_tps Regards Yin, Fengwei
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.