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
Container Linux ships a networkd unit to ignore SR-IOV interfaces on Azure. This is a cosmetic issue; such interfaces won't actually return packets and will never finish configuring.
Implement this via a mechanism consistent with the outcome of #24.
The text was updated successfully, but these errors were encountered:
The way SR-IOV is implemented on Azure, there's the base NIC functionality and then there's a high-performance mode that shows up as a separate NIC. The latter is automatically bonded to the former by the kernel driver, but is still visible to userspace even though it doesn't function on its own.
Container Linux ships a networkd unit to ignore SR-IOV interfaces on Azure. This is a cosmetic issue; such interfaces won't actually return packets and will never finish configuring.
Implement this via a mechanism consistent with the outcome of #24.
The text was updated successfully, but these errors were encountered: