Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Ritesh Harjani (IBM) <ritesh.list@gmail.com>
To: Barry Song <baohua@kernel.org>
Cc: linux-mm@kvack.org, Madhavan Srinivasan <maddy@linux.ibm.com>,
	Michael Ellerman <mpe@ellerman.id.au>,
	Nicholas Piggin <npiggin@gmail.com>,
	Christophe Leroy <chleroy@kernel.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	Chris Li <chrisl@kernel.org>, Kairui Song <kasong@tencent.com>,
	Kemeng Shi <shikemeng@huaweicloud.com>,
	Nhat Pham <nphamcs@gmail.com>, Baoquan He <baoquan.he@linux.dev>,
	Youngjun Park <youngjun.park@lge.com>,
	David Hildenbrand <david@kernel.org>,
	linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org,
	Sayali Patil <sayalip@linux.ibm.com>
Subject: Re: [PATCH v4 3/3] powerpc: Kconfig: Enable THP_SWAP on Book3S64
Date: Tue, 23 Jun 2026 14:33:54 +0530	[thread overview]
Message-ID: <zf0lwrut.ritesh.list@gmail.com> (raw)
In-Reply-To: <CAGsJ_4wFVcNi2h_=wjycYGf2eHBPY-oc8aN=-3Z4wsXnT0+LYA@mail.gmail.com>

Barry Song <baohua@kernel.org> writes:

> On Tue, Jun 23, 2026 at 3:12 PM Ritesh Harjani <ritesh.list@gmail.com> wrote:
>>
>> Barry Song <baohua@kernel.org> writes:
>>
>> > On Fri, Jun 19, 2026 at 12:41 PM Ritesh Harjani (IBM)
>> > <ritesh.list@gmail.com> wrote:
>> >>
>> >> THP_SWAP avoids splitting of a transparent huge folio into 32 smaller
>> >> 64K folios (Radix-64K pagesize / 2M PMD) or into 256 smaller 64K folios
>> >> (Hash-64K pagesize / 16M PMD), during swapout. This improves the
>> >> swapping performance since all the bookking & I/O submission happens
>> >> once per large folio. More details at [1].
>> >>
>> >> PowerPC Book3S64 could not enable this before because PMD_ORDER is
>> >> selected at runtime depending upon the chosen MMU. The earlier patches
>> >> in this series turn SWAPFILE_CLUSTER into a runtime value and introduce
>> >> an ARCH_MAX_PMD_ORDER upperbound override for SWAP_NR_ORDERS. With those
>> >> changes, we can now enable THP SWAP for Book3S64.
>> >>
>> >> This increases bandwidth throughput with zram backend for swapout by
>> >> 40-50% with Radix and 100-130% with Hash (Tested by Sayali)
>> >
>> > Thanks!
>> >
>> > I am curious about the contents of the anonymous memory being tested
>> > and the compression algorithm used by zram.
>> >
>>
>> I am sure it was derived from your microbenchmark itself which you had
>> shared here (so repetitive pattern) with default zram compression
>> algorithm. Thanks for that :)
>>
>> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=d0637c505f
>>
>> I think I got your point - I can mention that it was a microbenchmark
>> similar to yours and not a real world workload test. Is this what you
>> meant here?
>
> Yep. Please make it clear in the changelog what kind of workload was
> used, as different data can result in completely different compression
> ratios and compression/decompression costs. Consequently, the reported
> swap-out and swap-in performance improvements can vary significantly as
> well.
>

Sure, I will update the changelog in the next version with more details
on the benchmark ran. Mainly planning to provide the link to your commit
for the e.g. microbenchmark code we ran along with few other details.

> w/ that, please feel free to add:
>
> Reviewed-by: Barry Song <baohua@kernel.org>

Thanks Barry for the review.

-ritesh


      reply	other threads:[~2026-06-23  9:07 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-19  4:40 [PATCH v4 0/3] mm, swap: Enable THP SWAP for PowerPC Book3S64 Ritesh Harjani (IBM)
2026-06-19  4:40 ` [PATCH v4 1/3] mm, swap: make SWAPFILE_CLUSTER runtime Ritesh Harjani (IBM)
2026-06-22  1:39   ` Barry Song
2026-06-23  4:11     ` Ritesh Harjani
2026-06-23  8:44   ` Barry Song
2026-06-19  4:40 ` [PATCH v4 2/3] mm, swap: allow archs to override SWAP_NR_ORDERS via ARCH_MAX_PMD_ORDER Ritesh Harjani (IBM)
2026-06-23  5:11   ` Barry Song
2026-06-23  6:37     ` Ritesh Harjani
2026-06-23  8:42       ` Barry Song
2026-06-23  9:32         ` Ritesh Harjani
2026-06-19  4:40 ` [PATCH v4 3/3] powerpc: Kconfig: Enable THP_SWAP on Book3S64 Ritesh Harjani (IBM)
2026-06-23  5:21   ` Barry Song
2026-06-23  7:06     ` Ritesh Harjani
2026-06-23  8:39       ` Barry Song
2026-06-23  9:03         ` Ritesh Harjani [this message]

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=zf0lwrut.ritesh.list@gmail.com \
    --to=ritesh.list@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=baohua@kernel.org \
    --cc=baoquan.he@linux.dev \
    --cc=chleroy@kernel.org \
    --cc=chrisl@kernel.org \
    --cc=david@kernel.org \
    --cc=kasong@tencent.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=maddy@linux.ibm.com \
    --cc=mpe@ellerman.id.au \
    --cc=nphamcs@gmail.com \
    --cc=npiggin@gmail.com \
    --cc=sayalip@linux.ibm.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox