Hi
In my Hyper-V Server's 2012 R2 I have 2 x 6 core processors installed (With Hyperthreading 24 LP's).
I'm running with 2 x 10 Gbit ports in LACP Teaming with Dynamic load balancing.
PS C:\Windows\system32> Get-NetAdapterVmq
Name InterfaceDescription Enabled BaseVmqProcessor MaxProcessors NumberOfReceive
Queues
---- -------------------- ------- ---------------- ------------- ---------------
PORT1 Intel(R) 82599 10 Gigabit Dual... True 0:0 16 63
PORT2 Intel(R) 82599 10 Gigabit Du...#2 True 0:0 16 63
Ethernet 3 Intel(R) I350 Gigabit Networ...#3 True 0:0 8
Ethernet 6 Intel(R) I350 Gigabit Networ...#4 True 0:0 8
Ethernet Intel(R) I350 Gigabit Network ... True 0:0 8
Ethernet 2 Intel(R) I350 Gigabit Networ...#2 True 0:0 8
TB Switch V2 Microsoft Network Adapter Mu...#2 True 0:0 63
PS C:\Windows\system32>This output says that BaseVmqProcessor is Logical Processor 0. I cannot understand this because output of:
Get-NetAdapterVmqQueue | Sort Name | ? Name -Like "PORT*" | FT -A
Shows that my VM's is assigned to Processor 0:12 witch should be the first Logical processor in the processor socket.
Why says Get-NetAdapterVmq one thing and GetNetAdapterVmqQueue another thing?
Can anyone explains me this?
Br. Rune