k8snetworkplumbingwg / sriov-cni

DPDK & SR-IOV CNI plugin
Apache License 2.0
307 stars 146 forks source link

Add support to revert VF trust #258

Closed SchSeba closed 1 year ago

SchSeba commented 1 year ago

now netlink support getting the trust info from the vf so we can remove the TODO :)

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 4981252261


Changes Missing Coverage Covered Lines Changed/Added Lines %
pkg/sriov/sriov.go 1 2 50.0%
pkg/types/types.go 5 7 71.43%
<!-- Total: 6 9 66.67% -->
Files with Coverage Reduction New Missed Lines %
pkg/sriov/sriov.go 1 39.11%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 4784483752: 0.04%
Covered Lines: 424
Relevant Lines: 1110

💛 - Coveralls
mlguerrero12 commented 1 year ago

LGTM

SchSeba commented 1 year ago

Hi @adrianchiris can you take another look?