From: "Huang, Ying" <ying.huang@intel.com>
To: Baolin Wang <baolin.wang@linux.alibaba.com>
Cc: <akpm@linux-foundation.org>, <mgorman@techsingularity.net>,
<shy828301@gmail.com>, <david@redhat.com>, <linux-mm@kvack.org>,
<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 0/4] Extend migrate_misplaced_page() to support batch migration
Date: Mon, 21 Aug 2023 10:29:52 +0800 [thread overview]
Message-ID: <87cyzhdt5r.fsf@yhuang6-desk2.ccr.corp.intel.com> (raw)
In-Reply-To: <cover.1692440586.git.baolin.wang@linux.alibaba.com> (Baolin Wang's message of "Sat, 19 Aug 2023 18:52:33 +0800")
Baolin Wang <baolin.wang@linux.alibaba.com> writes:
> Hi,
>
> Currently, on our ARM servers with NUMA enabled, we found the cross-die latency
> is a little larger that will significantly impact the workload's performance.
> So on ARM servers we will rely on the NUMA balancing to avoid the cross-die
> accessing. And I posted a patchset[1] to support speculative numa fault to
> improve the NUMA balancing's performance according to the principle of data
> locality. Moreover, thanks to Huang Ying's patchset[2], which introduced batch
> migration as a way to reduce the cost of TLB flush, and it will also benefit
> the migration of multiple pages all at once during NUMA balancing.
>
> So we plan to continue to support batch migration in do_numa_page() to improve
> the NUMA balancing's performance, but before adding complicated batch migration
> algorithm for NUMA balancing, some cleanup and preparation work need to do firstly,
> which are done in this patch set. In short, this patchset extends the
> migrate_misplaced_page() interface to support batch migration, and no functional
> changes intended.
Will these cleanup benefit anything except batching migration? If not,
I suggest you to post the whole series. In this way, people will be
more clear about why we need these cleanup.
--
Best Regards,
Huang, Ying
> [1] https://lore.kernel.org/lkml/cover.1639306956.git.baolin.wang@linux.alibaba.com/t/#mc45929849b5d0e29b5fdd9d50425f8e95b8f2563
> [2] https://lore.kernel.org/all/20230213123444.155149-1-ying.huang@intel.com/T/#u
>
> Baolin Wang (4):
> mm: migrate: move migration validation into numa_migrate_prep()
> mm: migrate: move the numamigrate_isolate_page() into do_numa_page()
> mm: migrate: change migrate_misplaced_page() to support multiple pages
> migration
> mm: migrate: change to return the number of pages migrated
> successfully
>
> include/linux/migrate.h | 15 ++++++++---
> mm/huge_memory.c | 19 +++++++++++---
> mm/memory.c | 34 +++++++++++++++++++++++-
> mm/migrate.c | 58 ++++++++---------------------------------
> 4 files changed, 71 insertions(+), 55 deletions(-)
next prev parent reply other threads:[~2023-08-21 2:32 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-19 10:52 Baolin Wang
2023-08-19 10:52 ` [PATCH 1/4] mm: migrate: move migration validation into numa_migrate_prep() Baolin Wang
2023-08-21 2:20 ` Huang, Ying
2023-08-21 7:52 ` Baolin Wang
2023-08-19 10:52 ` [PATCH 2/4] mm: migrate: move the numamigrate_isolate_page() into do_numa_page() Baolin Wang
2023-08-19 10:52 ` [PATCH 3/4] mm: migrate: change migrate_misplaced_page() to support multiple pages migration Baolin Wang
2023-08-19 10:52 ` [PATCH 4/4] mm: migrate: change to return the number of pages migrated successfully Baolin Wang
2023-08-21 2:29 ` Huang, Ying [this message]
2023-08-21 8:10 ` [PATCH 0/4] Extend migrate_misplaced_page() to support batch migration Baolin Wang
2023-08-21 8:41 ` Huang, Ying
2023-08-21 8:50 ` Baolin Wang
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=87cyzhdt5r.fsf@yhuang6-desk2.ccr.corp.intel.com \
--to=ying.huang@intel.com \
--cc=akpm@linux-foundation.org \
--cc=baolin.wang@linux.alibaba.com \
--cc=david@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=mgorman@techsingularity.net \
--cc=shy828301@gmail.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