From: "Dixit, Ashutosh" <ashutosh.dixit@intel.com>
To: Brian Nguyen <brian3.nguyen@intel.com>
Cc: igt-dev@lists.freedesktop.org, x.wang@intel.com,
Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
Subject: Re: [PATCH 0/4] tests/xe: Add xe_page_reclaim test suite
Date: Mon, 20 Apr 2026 17:48:23 -0700 [thread overview]
Message-ID: <87qzo9t9yg.wl-ashutosh.dixit@intel.com> (raw)
In-Reply-To: <20260406184226.1294486-6-brian3.nguyen@intel.com>
On Mon, 06 Apr 2026 11:42:27 -0700, Brian Nguyen wrote:
>
> Page Reclamation is a Xe3p feature that optimizes TLB invalidations
> by targeting only the specific physical pages being unmapped, rather than
> issuing a full PPC flush. With Page Reclamation, the driver maintains a
> Page Reclaim List (PRL), on the backing pages of a VMA range, which is
> passed into the hardware, limiting the flush to only the affected pages.
>
> PRL supports up to 512 entries and beyond that results in a fallback to
> full TLB invalidation, and invalidating the PRL. The page reclamation test
> cases validate different combinations of the possible VMA ranges.
>
> The primary source of validation of these cases is derived from the
> gt_stats in debugfs to confirm the proper PRL generation.
>
> Brian Nguyen (4):
> tests/xe: Add page reclaim test
> tests/xe: Add random page reclaim subtest
> tests/xe: Add transient display PRL skip
> tests/xe: Add large VMA range tests for better coverage
I have fixed it up this time, but in the future please title the commits
with a prefix such as 'tests/intel/xe_page_reclaim: ' or
'tests/xe_page_reclaim: ', as done for the other commits. The series is
merged now. Thanks.
>
> tests/intel/xe_page_reclaim.c | 826 ++++++++++++++++++++++++++++++++++
> tests/meson.build | 1 +
> 2 files changed, 827 insertions(+)
> create mode 100644 tests/intel/xe_page_reclaim.c
>
> --
> 2.43.0
>
next prev parent reply other threads:[~2026-04-21 0:48 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-06 18:42 [PATCH 0/4] tests/xe: Add xe_page_reclaim test suite Brian Nguyen
2026-04-06 18:42 ` [PATCH 1/4] tests/xe: Add page reclaim test Brian Nguyen
2026-04-13 22:14 ` Wang, X
2026-04-06 18:42 ` [PATCH 2/4] tests/xe: Add random page reclaim subtest Brian Nguyen
2026-04-13 22:14 ` Wang, X
2026-04-06 18:42 ` [PATCH 3/4] tests/xe: Add transient display PRL skip Brian Nguyen
2026-04-13 22:15 ` Wang, X
2026-04-06 18:42 ` [PATCH 4/4] tests/xe: Add large VMA range tests for better coverage Brian Nguyen
2026-04-13 22:16 ` Wang, X
2026-04-06 19:29 ` ✓ Xe.CI.BAT: success for tests/xe: Add xe_page_reclaim test suite Patchwork
2026-04-06 19:45 ` ✓ i915.CI.BAT: " Patchwork
2026-04-06 21:45 ` ✓ i915.CI.Full: " Patchwork
2026-04-07 0:23 ` ✗ Xe.CI.FULL: failure " Patchwork
2026-04-07 19:15 ` [PATCH 0/4] " Summers, Stuart
2026-04-07 22:02 ` Nguyen, Brian3
2026-04-13 22:12 ` Wang, X
2026-04-21 0:48 ` Dixit, Ashutosh [this message]
2026-04-21 15:09 ` Nguyen, Brian3
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=87qzo9t9yg.wl-ashutosh.dixit@intel.com \
--to=ashutosh.dixit@intel.com \
--cc=brian3.nguyen@intel.com \
--cc=igt-dev@lists.freedesktop.org \
--cc=niranjana.vishwanathapura@intel.com \
--cc=x.wang@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