From: nishit.sharma@intel.com
To: igt-dev@lists.freedesktop.org, thomas.hellstrom@intel.com
Subject: [PATCH v10 00/10] Madvise feature in SVM for Multi-GPU configs
Date: Tue, 2 Dec 2025 15:59:41 +0000 [thread overview]
Message-ID: <20251202155951.21369-1-nishit.sharma@intel.com> (raw)
From: Nishit Sharma <nishit.sharma@intel.com>
This patch series adds comprehensive SVM multi-GPU IGT test coverage for
madvise and prefetch functionality.
ver2:
- Test name changed in commits
- In patchwork v1 patch is missing due to last patch was not sent
ver3:
- In patch-7 tags were added and it was not sent on patchwork
ver4:
- In patch file was added which is not available in source which caused
CI build failure.
ver5:
- Added subtest function wrappers
- Subtests executing for all GPUs enumerated
ver7:
- Optimized function calling which are frequenctly called
- Incorporated review comments (Thomas Hellstrom)
ver8:
- Incorporated review comments (Thomas Hellstrom)
- Seperated madvise and lr_sync patches
- merged added 0 as instance parameter in xe_vm_madvise() call in
xe_exec_system_allocator with xe_vm_madvise lib changes
- Subtests declared in const struct section[] and optimized
- All subtests executed with and without prefetch
ver9:
- Incorporated review comments (Pravalika, Thomas)
- Optimized code. Multiple same function called put in single function
- Added READ_ONCE/WRITE_once instead dereferecing.
ver10:
- Incorporated review comments (Thomas)
Nishit Sharma (10):
DONT_MERGE: lib/xe: Add instance parameter to xe_vm_madvise
lib/xe: Add synchronous helpers for VM bind/unbind operations
tests/intel/xe_multigpu_svm: Add SVM multi-GPU xGPU memory access test
tests/intel/xe_multigpu_svm: Add SVM multi-GPU atomic operations
tests/intel/xe_multigpu_svm: Add SVM multi-GPU coherency test
tests/intel/xe_multigpu_svm: Add SVM multi-GPU performance test
tests/intel/xe_multigpu_svm: Add SVM multi-GPU fault handling test
tests/intel/xe_multigpu_svm: Add SVM multi-GPU simultaneous access
test
tests/intel/xe_multigpu_svm: Add SVM multi-GPU conflicting madvise
test
tests/intel/xe_multigpu_svm: Add SVM multi-GPU migration test
include/drm-uapi/xe_drm.h | 4 +-
lib/xe/xe_ioctl.c | 52 +-
lib/xe/xe_ioctl.h | 9 +-
tests/intel/xe_exec_system_allocator.c | 8 +-
tests/intel/xe_multigpu_svm.c | 1597 ++++++++++++++++++++++++
tests/meson.build | 3 +-
6 files changed, 1660 insertions(+), 13 deletions(-)
create mode 100644 tests/intel/xe_multigpu_svm.c
--
2.48.1
next reply other threads:[~2025-12-02 15:59 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-02 15:59 nishit.sharma [this message]
2025-12-02 15:59 ` [PATCH v10 01/10] DONT_MERGE: lib/xe: Add instance parameter to xe_vm_madvise nishit.sharma
2025-12-02 15:59 ` [PATCH v10 02/10] lib/xe: Add synchronous helpers for VM bind/unbind operations nishit.sharma
2025-12-02 15:59 ` [PATCH v10 03/10] tests/intel/xe_multigpu_svm: Add SVM multi-GPU xGPU memory access test nishit.sharma
2025-12-02 15:59 ` [PATCH v10 04/10] tests/intel/xe_multigpu_svm: Add SVM multi-GPU atomic operations nishit.sharma
2025-12-02 15:59 ` [PATCH v10 05/10] tests/intel/xe_multigpu_svm: Add SVM multi-GPU coherency test nishit.sharma
2025-12-03 13:43 ` Hellstrom, Thomas
2025-12-02 15:59 ` [PATCH v10 06/10] tests/intel/xe_multigpu_svm: Add SVM multi-GPU performance test nishit.sharma
2025-12-03 13:58 ` Hellstrom, Thomas
2025-12-02 15:59 ` [PATCH v10 07/10] tests/intel/xe_multigpu_svm: Add SVM multi-GPU fault handling test nishit.sharma
2025-12-03 14:35 ` Hellstrom, Thomas
2025-12-02 15:59 ` [PATCH v10 08/10] tests/intel/xe_multigpu_svm: Add SVM multi-GPU simultaneous access test nishit.sharma
2025-12-02 15:59 ` [PATCH v10 09/10] tests/intel/xe_multigpu_svm: Add SVM multi-GPU conflicting madvise test nishit.sharma
2025-12-03 15:57 ` Hellstrom, Thomas
2025-12-02 15:59 ` [PATCH v10 10/10] tests/intel/xe_multigpu_svm: Add SVM multi-GPU migration test nishit.sharma
2025-12-02 17:51 ` ✓ i915.CI.BAT: success for Madvise feature in SVM for Multi-GPU configs Patchwork
2025-12-02 19:08 ` ✓ Xe.CI.BAT: " Patchwork
2025-12-03 2:05 ` ✓ Xe.CI.Full: " Patchwork
2025-12-04 18:47 ` ✗ i915.CI.Full: failure " Patchwork
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=20251202155951.21369-1-nishit.sharma@intel.com \
--to=nishit.sharma@intel.com \
--cc=igt-dev@lists.freedesktop.org \
--cc=thomas.hellstrom@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;
as well as URLs for NNTP newsgroup(s).