projectcalico / vpp-dataplane

VPP dataplane implementation for Calico
Apache License 2.0
145 stars 37 forks source link

vpp-manager: Fix unsafe iommu detection & enabling #615

Closed sknat closed 1 year ago

sknat commented 1 year ago

This patch fixes the detection of unsafe iommu being available, initially enabled or disabled. It makes sure the available drivers properly restore the initial state, and that we do not try to enable unsafe-iommu when no iommu is available.