From 83a43059d3408d9ef350a3215f2b33a35d778ec7 Mon Sep 17 00:00:00 2001 From: Jeremy Cline Date: Thu, 22 Feb 2024 16:16:31 -0500 Subject: azure: support accelerated networking feature Azure provides an optional "Accelerated Networking" feature. Enabling this feature when creating a VM enables SR-IOV and provides the guest with a virtual function. Supporting this requires two changes. Firstly, the kernel-modules package is required as it contains the Mellanox drivers required for the VF provided to the guest. Secondly, the interface needs to be ignored by NetworkManager or it'll try and fail to bring up the device and the VM will be unreachable except by serial console. If this is observed, it's likely new hardware has been deployed and additional drivers need to be added to the NetworkManager config. See https://learn.microsoft.com/en-us/azure/virtual-network/accelerated-networking-overview for details. --- teams/cloud/cloud.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'teams/cloud/cloud.xml') diff --git a/teams/cloud/cloud.xml b/teams/cloud/cloud.xml index 996f30c..ef646c4 100644 --- a/teams/cloud/cloud.xml +++ b/teams/cloud/cloud.xml @@ -132,6 +132,7 @@ + -- cgit v1.3.1+13