k8snetworkplumbingwg / sriov-network-operator

Operator for provisioning and configuring SR-IOV CNI plugin and device plugin
Apache License 2.0
85 stars 114 forks source link

[software-bridges 2/x] report VF representor name in SriovNetworkNodeState.Status field #690

Closed ykulazhenkov closed 5 months ago

ykulazhenkov commented 7 months ago

Add support for reporting VF representor name when the NIC is in switchev mode

Report VF representor field as described in the desing doc

github-actions[bot] commented 7 months ago

Thanks for your PR, To run vendors CIs use one of:

coveralls commented 7 months ago

Pull Request Test Coverage Report for Build 9203658166

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
pkg/host/internal/lib/ghw/ghw.go 3 6 50.0%
pkg/host/internal/lib/sriovnet/sriovnet.go 3 6 50.0%
pkg/host/internal/sriov/sriov.go 18 22 81.82%
<!-- Total: 83 93 89.25% -->
Files with Coverage Reduction New Missed Lines %
controllers/generic_network_controller.go 5 74.53%
<!-- Total: 5 -->
Totals Coverage Status
Change from base Build 9203023396: 1.5%
Covered Lines: 5334
Relevant Lines: 12991

💛 - Coveralls
github-actions[bot] commented 7 months ago

Thanks for your PR, To run vendors CIs use one of:

github-actions[bot] commented 7 months ago

Thanks for your PR, To run vendors CIs use one of:

github-actions[bot] commented 7 months ago

Thanks for your PR, To run vendors CIs use one of:

github-actions[bot] commented 6 months ago

Thanks for your PR, To run vendors CIs use one of:

github-actions[bot] commented 6 months ago

Thanks for your PR, To run vendors CIs use one of:

ykulazhenkov commented 6 months ago

I rebased the PR and applied requested changes to the code. @SchSeba please take another look, thx