++ RSS + VMQ Setup in Hyper-V 2012R2 Cluster with 2xDP 10GBit NIC ++

  • Thread starter Thread starter Astra-Captain
  • Start date Start date
A

Astra-Captain

Guest
Hello, we got a hyper-v 2012R2 cluster with two hosts. We only have two 4 port 1GB NICs in the hosts and each host is a dual socket system with 2x 20LP = 40LP.

They are teamed as follows:
Team LM: LM_NIC1_P4, LM_NIC2_P4
Team Management: G_NIC1_P1, G_NIC2_P1
Team Hyper-V / vSwitch:HV_NIC1_P2, HV_NIC1_P3, HV_NIC2_P2, HV_NIC2_P3

Regarding documentaion from "https://charbelnemnom.com/2015/04/t...not-configured-correctly-hyperv-vmq-rss-lbfo/" I set RSS and VMQ up as following.

Correct or incorrect?

Set-NetAdapterRss -Name LM_NIC1_P4 -BaseProcessorNumber 4 -MaxProcessors 2
Set-NetAdapterRss -Name LM_NIC2_P4 -BaseProcessorNumber 6 -MaxProcessors 2

Set-NetAdapterRss -Name G_NIC1_P1 -BaseProcessorNumber 0 -MaxProcessors 2
Set-NetAdapterRss -Name G_NIC2_P1 -BaseProcessorNumber 2 -MaxProcessors 2

Set-NetAdapterRss -Name HV_NIC1_P2 -BaseProcessorNumber 8 -MaxProcessors 8
Set-NetAdapterRss -Name HV_NIC1_P3 -BaseProcessorNumber 16 -MaxProcessors 8
Set-NetAdapterRss -Name HV_NIC2_P2 -BaseProcessorNumber 24 -MaxProcessors 8
Set-NetAdapterRss -Name HV_NIC2_P3 -BaseProcessorNumber 32 -MaxProcessors 8

Continue reading...
 
Back
Top