[PATCH i-g-t v3 0/4] Verify VF configuration data against provisioned values
Lukasz Laguna
lukasz.laguna at intel.com
Tue Feb 11 16:29:15 UTC 2025
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 at 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
More information about the igt-dev
mailing list