VMware Cloud Community
hendersp3
Enthusiast
Enthusiast

Netqueue on ESxi

Can anybody clarify the use of netqueue and how it works by default?  I understand it is enabled on the host by default but I see no further configuration for the drivers.  I have read everything I can find but am still not clear.  Here is form the Vmware Docs:

Procedure

  1. In the ESXi Shell on the host, use the following command:esxcli system settings kernel set --setting="netNetqueueEnabled" --value="TRUE"
  2. Use the esxcli module parameters set command to configure the NIC driver to use NetQueue. For example, on a dual-port Emulex NIC run this ESXCLI commands to configure the driver with 8 receive queues    esxcli system module parameters set -m tg3 -p force_netq=8,8

Is there a value for teh second command by default?  What if I were to re enable netqueue and not run the second command above?  Does that mean it is useless? 

ThankYou

0 Kudos
1 Reply
Finikiez
Champion
Champion

Netqueue just can help to improve your network performance on an ESXi host. It's enabled by default as you mentioned.

The second point is just about configuring a driver for broadcom network card.

Nothing more.

0 Kudos