Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t v3 0/4] Verify VF configuration data against provisioned values
@ 2025-02-11 16:29 Lukasz Laguna
  2025-02-11 16:29 ` [PATCH i-g-t v3 1/4] lib/xe/xe_sriov_debugfs: Add helper to read VF's configuration data Lukasz Laguna
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Lukasz Laguna @ 2025-02-11 16:29 UTC (permalink / raw)
  To: igt-dev
  Cc: marcin.bernatowicz, lukasz.laguna, satyanarayana.k.v.p,
	michal.wajdeczko, adam.miszczak, jakub1.kolakowski

Series introduces subtests to validate that the configuration data
received by VF from GuC during probe matches the provisioned values.

Additionally, it includes the following helpers added for the subtests
purpose:
- helper to read VF's configuration data,
- helper to read VF's provisioned quota,
- helper to iterate over VFs within the specified range.

Signed-off-by: Lukasz Laguna <lukasz.laguna@intel.com>

Lukasz Laguna (4):
  lib/xe/xe_sriov_debugfs: Add helper to read VF's configuration data
  lib/xe/xe_sriov_provisioning: Add helper to get VF's provisioned quota
  lib/igt_sriov_device: Add helper to iterate over VFs in specified
    range
  tests/xe_sriov_auto_provisioning: Add subtest to verify VF's
    configuration

 lib/igt_sriov_device.h                   |  19 ++++
 lib/xe/xe_sriov_debugfs.c                |  78 ++++++++++++++
 lib/xe/xe_sriov_debugfs.h                |   5 +
 lib/xe/xe_sriov_provisioning.c           |  59 +++++++++++
 lib/xe/xe_sriov_provisioning.h           |   6 ++
 tests/intel/xe_sriov_auto_provisioning.c | 123 ++++++++++++++++++++++-
 6 files changed, 288 insertions(+), 2 deletions(-)

-- 
2.40.0


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

end of thread, other threads:[~2025-02-12  8:09 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-11 16:29 [PATCH i-g-t v3 0/4] Verify VF configuration data against provisioned values Lukasz Laguna
2025-02-11 16:29 ` [PATCH i-g-t v3 1/4] lib/xe/xe_sriov_debugfs: Add helper to read VF's configuration data Lukasz Laguna
2025-02-11 16:29 ` [PATCH i-g-t v3 2/4] lib/xe/xe_sriov_provisioning: Add helper to get VF's provisioned quota Lukasz Laguna
2025-02-11 16:29 ` [PATCH i-g-t v3 3/4] lib/igt_sriov_device: Add helper to iterate over VFs in specified range Lukasz Laguna
2025-02-12  8:09   ` Bernatowicz, Marcin
2025-02-11 16:29 ` [PATCH i-g-t v3 4/4] tests/xe_sriov_auto_provisioning: Add subtest to verify VF's configuration Lukasz Laguna
2025-02-11 18:18 ` ✓ Xe.CI.BAT: success for Verify VF configuration data against provisioned values (rev3) Patchwork
2025-02-11 18:34 ` ✓ i915.CI.BAT: " Patchwork
2025-02-11 21:14 ` ✗ i915.CI.Full: failure " Patchwork
2025-02-12  1:36 ` ✗ Xe.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