Closed zeeke closed 2 months ago
Thanks for your PR, To run vendors CIs, Maintainers can use one of:
/test-all
: To run all tests for all vendors./test-e2e-all
: To run all E2E tests for all vendors./test-e2e-nvidia-all
: To run all E2E tests for NVIDIA vendor.
To skip the vendors CIs, Maintainers can use one of:
/skip-all
: To skip all tests for all vendors./skip-e2e-all
: To skip all E2E tests for all vendors./skip-e2e-nvidia-all
: To skip all E2E tests for NVIDIA vendor.
Best regards.Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
pkg/host/internal/sriov/sriov.go | 32 | 56 | 57.14% | ||
<!-- | Total: | 32 | 56 | 57.14% | --> |
Totals | |
---|---|
Change from base Build 10594418576: | 0.03% |
Covered Lines: | 6628 |
Relevant Lines: | 14711 |
I will do a test of this
worked like a charm @zeeke ;)
let me give the PR a review now then we should be good to merge
Please hold off with merging this one id like to go over this pr by end of week
Got approval from multiple sides, merging.
Ice driver supports creating VFs after the eSwitcMode is set to switchdev. This is different than the preferred way for
mlx5
driver.Add specific functions to configure eSwitchMode and SriovNumVFs for each driver.
Add a basic test to loop over all available devices and test if setting
eSwitchMode: switchdev
works.