Skip navigation

Q: Does Hyper-V support Virtual Machine Device Queues (VMDq) and how do I enable this technology?

A: Windows Server 2008 R2 Hyper-V and later supports Virtual Machine Device Queues (VMDq).

Windows Server 2008 Hyper-V does not support VMDq.

By default, VMDq is disabled in the adapter. To enable VMDq, perform the following:

  1. Start Device Manager (devmgmt.msc).
  2. Expand Network adapters.
  3. Right-click your VMDq-capable NIC and select Properties.
  4. Select the Advanced tab.
  5. Select Virtual Machine Queues and select Properties (the exact process will vary by NIC and driver). Then select the "Enable Virtual Machine Queues" check box and click OK to all dialog boxes. (See screen shot below.)

vmdqenable1
After VMDq is enabled and you have virtual machines (VMs) running that are linked to a virtual switch connected to the NIC, you can go back to the NIC and look at the actual queues created, the CPU core that the queue is using, and the data flow.

In my example, I have a 82575 Intel NIC that supports four VMDqs, but others support more, especially the 10Gbps NICs (which are likely to have far more VMs per port because of increased available bandwidth). (See screen shot below.)

vmdqenable2
vmdqenable2-Copy

If it doesn’t seem to be working, check the two registry values under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\VMSMP\Parameters, which are BelowTenGigVmqEnabled and TenGigVmqEnabled for less than 10Gb and 10Gb VMDq enablement. They need to be set to 1; however, the Intel driver should set these registry values automatically.

Microsoft has a detailed guide on all the Windows 2008 R2 Hyper-V networking enhancements called Networking Deployment Guide: Deploying High-Speed Networking.  Also, Intel has specific guidelines about network connectivity at its web page. 

 

Get more answers at John Savill's FAQs for Windows.

Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish