Does accelerated network interfaces gets added after all synthetic interfaces are added ?

sharath babu 20 Reputation points
2024-06-05T06:33:32.44+00:00

Hi team ,
Have a question with respect to Azure Accelertated Networking. When a virtual machine (VM) is created in Azure, a synthetic network interface is created for each virtual NIC. If the VM is configured with Accelerated Networking, a second network interface is created for each virtual NIC.Lets call this interface as vf interfaces. So if i deploy a virtual machine with 3NIC configuration , the VM would totally have 6 interfaces 3 synthetic and 3 vf interfaces. My question is whether vf interfaces are added to VM only after ALL synthetic interfaces are added ?
https://video2.skills-academy.com/en-us/azure/virtual-network/accelerated-networking-how-it-works

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,256 questions
0 comments No comments
{count} votes

Accepted answer
  1. Anveshreddy Nimmala 3,460 Reputation points Microsoft Vendor
    2024-06-05T07:35:37.59+00:00

    Hello sharath babu,

    Welcome to microsoft Q&A,Thankyou for posting your query here.

    Yes, the VF interfaces are added to the VM only after all synthetic interfaces are added. This is because the synthetic and VF interfaces are paired together to act as a single interface.

    When the VM is configured with Accelerated Networking, a second network interface is created for each virtual NIC that is configured.

    The second interface is an SR-IOV Virtual Function (VF) offered by the physical network NIC in the Azure host.

    The VF interface shows up in the Linux guest as a PCI device, and uses the Mellanox mlx4 or mlx5 driver in Linux, since Azure hosts use physical NICs from Mellanox.

    The bonding is done by the netvsc driver, and the unique serial number provided by the Azure host is used to allow Linux to do the proper pairing of synthetic and VF interfaces for each virtual NIC.

    Depending on the Linux distro, udev rules and scripts might help in naming the VF interface and in network configuration.

    If the VM is configured with multiple virtual NICs, the Azure host provides a unique serial number for each one. It's used to allow Linux to do the proper pairing of synthetic and VF interfaces for each virtual NIC.

    Both the synthetic and VF interfaces have the same MAC address. Together they constitute a single NIC from the standpoint of other network entities that exchange packets with the virtual NIC in the VM.

    Hope this helps you.

    If an answer has been helpful, please consider accepting the answer to help increase visibility of this question for other members of the Microsoft Q&A community. If not, please let us know what is still needed in the comments so the question can be answered. Thank you for helping to improve Microsoft Q&A.86dda1a7-68b1-4255-95a0-71359c18cea9

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful