public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH i-g-t 0/3] vmtb: SR-IOV VF migration test suite
@ 2026-04-16  8:35 Adam Miszczak
  2026-04-16  8:35 ` [PATCH i-g-t 1/3] tools/vmtb: Define IGT tests used as VF migration workloads Adam Miszczak
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Adam Miszczak @ 2026-04-16  8:35 UTC (permalink / raw)
  To: igt-dev; +Cc: marcin.bernatowicz, kamil.konieczny

Introduce VF migration (save/restore) validation coverage by adding a dedicated migration test suite.

At a high level:
- implement VF migration test scenarios (vmm_flows/test_migration.py):
  idle and busy migration, double migration, checkpointing and auxiliary subtests
- extend IgtExecutor with new mappings for IGT tests intended as busy migration workloads,
  covering subtests from xe_exec_reset, xe_exec_threads, xe_ccs, and xe_compute_preempt
- add IGT/gem_wsim workload descriptor files, providing few workload profiles per platform (BMG/PTL):
  short/long preemptable and non-preemptable GPU batches, and an idle-with-contexts scenario

Most of provided test cases support parametrization with various VF/VM configurations.

Signed-off-by: Adam Miszczak <adam.miszczak@linux.intel.com>
Cc: Marcin Bernatowicz <marcin.bernatowicz@linux.intel.com>
Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>

Adam Miszczak (3):
  tools/vmtb: Define IGT tests used as VF migration workloads
  tools/vmtb: Provide VF busy migration IGT/gem_wsim workloads
  tools/vmtb: Add VF migration tests

 tools/vmtb/MANIFEST.in                        |    1 +
 tools/vmtb/bench/executors/igt.py             |   96 +-
 .../resources/wsim/bmg/idle_ctxs.wsim         |   22 +
 .../resources/wsim/bmg/long_nonpreempt.wsim   |   18 +
 .../resources/wsim/bmg/long_preempt.wsim      |   17 +
 .../resources/wsim/bmg/short_nonpreempt.wsim  |   18 +
 .../resources/wsim/bmg/short_preempt.wsim     |   17 +
 .../resources/wsim/ptl/idle_ctxs.wsim         |   21 +
 .../resources/wsim/ptl/long_nonpreempt.wsim   |   17 +
 .../resources/wsim/ptl/long_preempt.wsim      |   16 +
 .../resources/wsim/ptl/short_nonpreempt.wsim  |   17 +
 .../resources/wsim/ptl/short_preempt.wsim     |   16 +
 tools/vmtb/vmm_flows/test_migration.py        | 1199 +++++++++++++++++
 13 files changed, 1469 insertions(+), 6 deletions(-)
 create mode 100644 tools/vmtb/vmm_flows/resources/wsim/bmg/idle_ctxs.wsim
 create mode 100644 tools/vmtb/vmm_flows/resources/wsim/bmg/long_nonpreempt.wsim
 create mode 100644 tools/vmtb/vmm_flows/resources/wsim/bmg/long_preempt.wsim
 create mode 100644 tools/vmtb/vmm_flows/resources/wsim/bmg/short_nonpreempt.wsim
 create mode 100644 tools/vmtb/vmm_flows/resources/wsim/bmg/short_preempt.wsim
 create mode 100644 tools/vmtb/vmm_flows/resources/wsim/ptl/idle_ctxs.wsim
 create mode 100644 tools/vmtb/vmm_flows/resources/wsim/ptl/long_nonpreempt.wsim
 create mode 100644 tools/vmtb/vmm_flows/resources/wsim/ptl/long_preempt.wsim
 create mode 100644 tools/vmtb/vmm_flows/resources/wsim/ptl/short_nonpreempt.wsim
 create mode 100644 tools/vmtb/vmm_flows/resources/wsim/ptl/short_preempt.wsim
 create mode 100644 tools/vmtb/vmm_flows/test_migration.py

-- 
2.39.1


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

end of thread, other threads:[~2026-04-20 18:27 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-16  8:35 [PATCH i-g-t 0/3] vmtb: SR-IOV VF migration test suite Adam Miszczak
2026-04-16  8:35 ` [PATCH i-g-t 1/3] tools/vmtb: Define IGT tests used as VF migration workloads Adam Miszczak
2026-04-20 18:27   ` Kamil Konieczny
2026-04-16  8:35 ` [PATCH i-g-t 2/3] tools/vmtb: Provide VF busy migration IGT/gem_wsim workloads Adam Miszczak
2026-04-16  8:35 ` [PATCH i-g-t 3/3] tools/vmtb: Add VF migration tests Adam Miszczak
2026-04-16 15:40 ` ✓ i915.CI.BAT: success for vmtb: SR-IOV VF migration test suite Patchwork
2026-04-16 15:50 ` ✓ Xe.CI.BAT: " Patchwork
2026-04-16 17:34 ` ✗ Xe.CI.FULL: failure " Patchwork
2026-04-17  3:47 ` ✗ i915.CI.Full: " Patchwork

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