From: "Yin, Fengwei" <fengwei.yin@intel.com>
To: Yang Shi <shy828301@gmail.com>
Cc: kernel test robot <oliver.sang@intel.com>,
Rik van Riel <riel@surriel.com>, <oe-lkp@lists.linux.dev>,
<lkp@intel.com>,
"Linux Memory Management List" <linux-mm@kvack.org>,
Andrew Morton <akpm@linux-foundation.org>,
Matthew Wilcox <willy@infradead.org>,
Christopher Lameter <cl@linux.com>, <ying.huang@intel.com>,
<feng.tang@intel.com>
Subject: Re: [linux-next:master] [mm] 1111d46b5c: stress-ng.pthread.ops_per_sec -84.3% regression
Date: Fri, 22 Dec 2023 09:13:40 +0800 [thread overview]
Message-ID: <988d265a-29a0-4252-9bdc-c47659e336c3@intel.com> (raw)
In-Reply-To: <CAHbLzkqXaGE2RosYSejCU7wTs+p3+SWp25qqWUs8pcSbRp_dHg@mail.gmail.com>
On 12/22/2023 2:11 AM, Yang Shi wrote:
> On Thu, Dec 21, 2023 at 5:40 AM Yin, Fengwei <fengwei.yin@intel.com> wrote:
>>
>>
>>
>> On 12/21/2023 8:58 AM, Yin Fengwei wrote:
>>> But what I am not sure was whether it's worthy to do such kind of change
>>> as the regression only is seen obviously in micro-benchmark. No evidence
>>> showed the other regressionsin this report is related with madvise. At
>>> least from the perf statstics. Need to check more on stream/ramspeed.
>>> Thanks.
>>
>> With debugging patch (filter out the stack mapping from THP aligned),
>> the result of stream can be restored to around 2%:
>>
>> commit:
>> 30749e6fbb3d391a7939ac347e9612afe8c26e94
>> 1111d46b5cbad57486e7a3fab75888accac2f072
>> 89f60532d82b9ecd39303a74589f76e4758f176f -> 1111d46b5cbad with
>> debugging patch
>>
>> 30749e6fbb3d391a 1111d46b5cbad57486e7a3fab75 89f60532d82b9ecd39303a74589
>> ---------------- --------------------------- ---------------------------
>> 350993 -15.6% 296081 ± 2% -1.5% 345689
>> stream.add_bandwidth_MBps
>> 349830 -16.1% 293492 ± 2% -2.3% 341860 ±
>> 2% stream.add_bandwidth_MBps_harmonicMean
>> 333973 -20.5% 265439 ± 3% -1.7% 328403
>> stream.copy_bandwidth_MBps
>> 332930 -21.7% 260548 ± 3% -2.5% 324711 ±
>> 2% stream.copy_bandwidth_MBps_harmonicMean
>> 302788 -16.2% 253817 ± 2% -1.4% 298421
>> stream.scale_bandwidth_MBps
>> 302157 -17.1% 250577 ± 2% -2.0% 296054
>> stream.scale_bandwidth_MBps_harmonicMean
>> 339047 -12.1% 298061 -1.4% 334206
>> stream.triad_bandwidth_MBps
>> 338186 -12.4% 296218 -2.0% 331469
>> stream.triad_bandwidth_MBps_harmonicMean
>>
>>
>> The regression of ramspeed is still there.
>
> Thanks for the debugging patch and the test. If no one has objection
> to honor MAP_STACK, I'm going to come up with a more formal patch.
> Even though thp_get_unmapped_area() is not called for MAP_STACK, stack
> area still may be allocated at 2M aligned address theoretically. And
> it may be worse with multi-sized THP, for 1M.
Right. Filtering out MAP_STACK can't make sure no THP for stack. Just
reduce the possibility of using THP for stack.
>
> Do you have any instructions regarding how to run ramspeed? Anyway I
> may not have time debug it until after holidays.
0Day leverages phoronix-test-suite to run ramspeed. So I don't have
direct answer here.
I suppose we could check the configuration of ramspeed in phoronix-test-
suite to understand what's the build options and command options to run
ramspeed:
https://openbenchmarking.org/test/pts/ramspeed
Regards
Yin, Fengwei
>
>>
>>
>> Regards
>> Yin, Fengwei
next prev parent reply other threads:[~2023-12-22 1:13 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-19 15:41 [linux-next:master] [mm] 1111d46b5c: stress-ng.pthread.ops_per_sec -84.3% regression kernel test robot
2023-12-20 5:27 ` Yang Shi
2023-12-20 8:29 ` Yin Fengwei
2023-12-20 15:42 ` Christoph Lameter (Ampere)
2023-12-20 20:14 ` Yang Shi
2023-12-20 20:09 ` Yang Shi
2023-12-21 0:26 ` Yang Shi
2023-12-21 0:58 ` Yin Fengwei
2023-12-21 1:02 ` Yin Fengwei
2023-12-21 4:49 ` Matthew Wilcox
2023-12-21 4:58 ` Yin Fengwei
2023-12-21 18:07 ` Yang Shi
2023-12-21 18:14 ` Matthew Wilcox
2023-12-22 1:06 ` Yin, Fengwei
2023-12-22 2:23 ` Huang, Ying
2023-12-21 13:39 ` Yin, Fengwei
2023-12-21 18:11 ` Yang Shi
2023-12-22 1:13 ` Yin, Fengwei [this message]
2024-01-04 1:32 ` Yang Shi
2024-01-04 8:18 ` Yin Fengwei
2024-01-04 8:39 ` Oliver Sang
2024-01-05 9:29 ` Oliver Sang
2024-01-05 14:52 ` Yin, Fengwei
2024-01-05 18:49 ` Yang Shi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=988d265a-29a0-4252-9bdc-c47659e336c3@intel.com \
--to=fengwei.yin@intel.com \
--cc=akpm@linux-foundation.org \
--cc=cl@linux.com \
--cc=feng.tang@intel.com \
--cc=linux-mm@kvack.org \
--cc=lkp@intel.com \
--cc=oe-lkp@lists.linux.dev \
--cc=oliver.sang@intel.com \
--cc=riel@surriel.com \
--cc=shy828301@gmail.com \
--cc=willy@infradead.org \
--cc=ying.huang@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox