6.5.1

Table Of Contents
Enable NetQueue on a Host
NetQueue is enabled by default. To use NetQueue after it has been disabled, you must reenable it.
Prerequisites
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
3 Reboot the host.
Disable NetQueue on a Host
NetQueue is enabled by default.
Prerequisites
Familiarize yourself with the information on configuring NIC drivers in Getting Started with vSphere
Command-Line Interfaces.
Procedure
1 In the VMware vSphere CLI, use the following command depending on the host version:
esxcli system settings kernel set --setting="netNetqueueEnabled" --value="FALSE"
2 To disable NetQueue on the NIC driver, use the esxcli module parameters set command.
For example, on a dual-port Emulex NIC, run this ESXCLI commands to configure the driver with 1
receive queues.
esxcli system module parameters set -m tg3 -p force_netq=1,1
3 Reboot the host.
vSphere Networking
VMware, Inc. 179