[igt-dev] [PATCH i-g-t v6 0/8] Initial SR-IOV validation
Lukasz Laguna
lukasz.laguna at intel.com
Mon Dec 4 17:10:25 UTC 2023
Series introduces a basic SR-IOV test that validates VFs enabling in
different scenarios together with VF DRM driver binding. Implemented
library helpers rely on generic PCI device attributes defined in ABI.
Signed-off-by: Lukasz Laguna <lukasz.laguna at intel.com>
Daniel Mrzyglod (1):
lib/igt_sriov_device: add helper for checking if VF DRM driver is
probed
Katarzyna Dec (4):
lib/igt_sriov_device: add core SR-IOV helpers
lib/igt_sriov_device: add helper for opening VF device
tests/sriov_basic: add basic tests for enabling SR-IOV VFs
tests/sriov_basic: validate driver binding to VFs
Lukasz Laguna (3):
lib/igt_sriov_device: add helpers for operations in different VFs
scenarios
lib/igt_sriov_device: add helpers for VF DRM driver bind and unbind
tests/sriov_basic: add more tests for VF driver binding
lib/drmtest.c | 22 ++-
lib/drmtest.h | 1 +
lib/igt_sriov_device.c | 341 +++++++++++++++++++++++++++++++++++++++++
lib/igt_sriov_device.h | 72 +++++++++
lib/meson.build | 1 +
tests/meson.build | 1 +
tests/sriov_basic.c | 262 +++++++++++++++++++++++++++++++
7 files changed, 696 insertions(+), 4 deletions(-)
create mode 100644 lib/igt_sriov_device.c
create mode 100644 lib/igt_sriov_device.h
create mode 100644 tests/sriov_basic.c
--
2.40.0
More information about the igt-dev
mailing list