SRV-IOV feature in the hardware acceleration

Daniel Lima 1 Reputation point
2021-09-02T14:49:17.453+00:00

Hi guys

I have a Dell R740 server, on this server I have two Broadcom NetXtreme E-Series Advanced Dual-port 10GBASE-T Ethernet Network Daughter Card NICs, these NICs support SRV-IOV.

The SRV-IOV feature has been enabled in the server BIOS, the feature for network cards has also been enabled in the BIOS.

I installed Windows Server 2019 on the Server, with the Hyper-V role When I'm going to create a new virtual switch I checked the option for SRV-IOV, and when starting the VM everything is ok.

The problem happens when I enable the SRV-IOV feature in the hardware acceleration options of the network card, at this point the network card stops responding, when I disable the feature the card returns to responding. I contacted Dell who replaced the card, but the problem still occurs.

Does anyone know what this problem might be?

Windows for business | Windows Client for IT Pros | Storage high availability | Virtualization and Hyper-V
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 39,921 Reputation points
    2021-09-03T09:24:48.727+00:00

    Hello Daniel L,

    It might seem that either the NIC or the Guest VM does not support SR-IOV. Please check the compatibility of Guest OS:

    https://learn.microsoft.com/en-us/windows-server/virtualization/hyper-v/hyper-v-feature-compatibility-by-generation-and-guest

    and also the NIC compatibility with the PS cmdlet: Get-NetAdapterSriov <interface alias> | fl *

    *you can find the <interface alias> with Get-NetAdapter cmdlt: https://learn.microsoft.com/en-us/powershell/module/netadapter/get-netadapter?view=windowsserver2019-ps

    Hope it helps in your case!

    Best regards,

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.