All of lore.kernel.org
 help / color / mirror / Atom feed
From: Baoquan He <bhe@redhat.com>
To: linux-mm@kvack.org
Cc: akpm@linux-foundation.org, chrisl@kernel.org, kasong@tencent.com,
	youngjun.park@lge.com, aaron.lu@intel.com, baohua@kernel.org,
	shikemeng@huaweicloud.com, nphamcs@gmail.com
Subject: Re: [PATCH v3 2/2] mm/swap: select swap device with default priority round robin
Date: Thu, 2 Oct 2025 20:39:22 +0800	[thread overview]
Message-ID: <aN5yemDFqJySK9us@localhost> (raw)
In-Reply-To: <20250930063311.14126-3-bhe@redhat.com>

On 09/30/25 at 02:33pm, Baoquan He wrote:
......snip... 
> With the change, we can see about 18% efficiency promotion relative to
> node based way as below. (Surely, the pre-commit a2468cc9bfdf way is
> the worst.)
> 
> vm-scability test:
> ==================
> Test with:
> usemem --init-time -O -y -x -n 31 2G (4G memcg, zram as swap)
>                             one by one:      node based:      round robin:
> System time:                1087.38 s        637.92 s         526.74 s     (lower is better)
> Sum Throughput:             2036.55 MB/s     3546.56 MB/s     4207.56 MB/s (higher is better)
> Single process Throughput:  65.69 MB/s       114.40 MB/s      135.72 MB/s  (high is better)
> free latency:               15769409.48 us   10138455.99 us   6810119.01 us(lower is better)
> 
> Signed-off-by: Baoquan He <bhe@redhat.com>


This tag was missed for this patch:

Suggested-by: Chris Li <chrisl@kernel.org>

> ---
>  mm/swapfile.c | 31 ++++---------------------------
>  1 file changed, 4 insertions(+), 27 deletions(-)
......



  parent reply	other threads:[~2025-10-02 12:39 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-30  6:33 [PATCH v3 0/2] mm/swapfile.c: select the swap device with default priority round robin Baoquan He
2025-09-30  6:33 ` [PATCH v3 1/2] mm/swap: do not choose swap device according to numa node Baoquan He
2025-10-02  2:57   ` Chris Li
2025-10-02 12:38   ` Baoquan He
2025-09-30  6:33 ` [PATCH v3 2/2] mm/swap: select swap device with default priority round robin Baoquan He
2025-10-02  3:03   ` Chris Li
2025-10-02 12:40     ` Baoquan He
2025-10-02 12:39   ` Baoquan He [this message]
2025-10-02  3:21 ` [PATCH v3 0/2] mm/swapfile.c: select the " Baoquan He
2025-10-10  2:38   ` Chris Li

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=aN5yemDFqJySK9us@localhost \
    --to=bhe@redhat.com \
    --cc=aaron.lu@intel.com \
    --cc=akpm@linux-foundation.org \
    --cc=baohua@kernel.org \
    --cc=chrisl@kernel.org \
    --cc=kasong@tencent.com \
    --cc=linux-mm@kvack.org \
    --cc=nphamcs@gmail.com \
    --cc=shikemeng@huaweicloud.com \
    --cc=youngjun.park@lge.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.