3–Driver Installation
Installing VMware Driver Software
31
AH0054602-00 J
VMware NIC Driver Optional Parameters
describes the optional parameters that can be supplied as command
line arguments to the
esxcfg-module
command.
Table 3-6. VMware NIC Driver Optional Parameters
Parameter
Description
hw_vlan
Globally enables (
1
) or disables (
0
) hardware vLAN insertion and removal.
Disable this parameter when the upper layer needs to send or receive fully
formed packets.
hw_vlan=1
is the default.
num_queues
Specifies the number of TX/RX queue pairs.
num_queues
can be
1–11
or
one of the following:
–1
allows the driver to determine the optimal number of queue pairs
(default).
0
uses the default queue.
You can specify multiple values delimited by commas for multiport or multi-
function configurations.
multi_rx_filters
Specifies the number of RX filters per RX queue, excluding the default
queue.
multi_rx_filters
can be
1–4
or one of the following values:
–1
uses the default number of RX filters per queue.
0
disables RX filters.
disable_tpa
Enables (
0
) or disables (
1
) the TPA (LRO) feature.
disable_tpa=0
is the
default.
max_vfs
Specifies the number of virtual functions (VFs) per physical function (PF).
max_vfs
can be
0
(disabled) or
64
VFs on a single port (enabled). The
64 VF maximum support for ESXi is an OS resource allocation constraint.
RSS
Specifies the number of receive side scaling queues used by the host or vir-
tual extensible LAN (VXLAN) tunneled traffic for a PF.
RSS
can be
2
,
3
,
4
,
or one of the following values:
–1
uses the default number of queues.
0
or
1
disables RSS queues.
You can specify multiple values delimited by commas for multiport or multi-
function configurations.
debug
Specifies the level of data that the driver records in the
vmkernel
log file.
debug
can have the following values, shown in increasing amounts of data:
0x80000000
indicates Notice level.
0x40000000
indicates Information level (includes the Notice level).
0x3FFFFFFF
indicates Verbose level for all driver submodules (includes
the Information and Notice levels).