Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] tests/intel/xe_sriov_ggtt: Add test checking GGTT accesses
@ 2026-08-04  7:24 Lukasz Laguna
  2026-08-04  7:24 ` [PATCH 1/2] " Lukasz Laguna
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Lukasz Laguna @ 2026-08-04  7:24 UTC (permalink / raw)
  To: igt-dev; +Cc: marcin.bernatowicz, piotr.piorkowski

Add a test validating PTE ownership, accessibility, and modifiability
by PF and VFs.

The following scenarios are covered:
- pf-check-vfs-ids: verify VF ID assignment for each VF GGTT range,
- pf-check-vfs-pte: verify PF modifiability of VF PTEs,
- vfs-check-own-pte: verify VF modifiability of its own PTEs,
- vfs-check-other-vfs-pte: verify VF can't access other VFs PTEs,
- vfs-check-pf-pte: verify VF can't access PF PTEs

Lukasz Laguna (1):
  intel-ci: Block igt@xe_sriov_ggtt.*

Piotr Piórkowski (1):
  tests/intel/xe_sriov_ggtt: Add test checking GGTT accesses

 lib/xe/xe_ggtt.h                |   7 +
 tests/intel-ci/xe.blocklist.txt |   4 +
 tests/intel/xe_sriov_ggtt.c     | 757 ++++++++++++++++++++++++++++++++
 tests/meson.build               |   1 +
 4 files changed, 769 insertions(+)
 create mode 100644 tests/intel/xe_sriov_ggtt.c

-- 
2.43.0


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2026-08-18 13:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-04  7:24 [PATCH 0/2] tests/intel/xe_sriov_ggtt: Add test checking GGTT accesses Lukasz Laguna
2026-08-04  7:24 ` [PATCH 1/2] " Lukasz Laguna
2026-08-18 13:45   ` Bernatowicz, Marcin
2026-08-04  7:24 ` [PATCH 2/2] intel-ci: Block igt@xe_sriov_ggtt.* Lukasz Laguna
2026-08-18 13:45   ` Bernatowicz, Marcin
2026-08-05  4:09 ` ✓ Xe.CI.BAT: success for tests/intel/xe_sriov_ggtt: Add test checking GGTT accesses Patchwork
2026-08-05  4:30 ` ✓ i915.CI.BAT: " Patchwork
2026-08-05  9:28 ` ✓ Xe.CI.FULL: " Patchwork
2026-08-05 19:38 ` ✗ i915.CI.Full: failure " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox