You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor SRIOV VFIO test to use dynamic driver verification
- Store original driver for each VF PCI device before test starts
- Remove hardcoded 'mlx5_core' driver reference
- Verify original driver is restored after device detach
- Use get_pci_driver() function for dynamic driver detection
- Improve test robustness by working with any original driver
Signed-off-by: hholoubk <[email protected]>
AI assisted code and commit. Human reviewed.
0 commit comments