New module options, And to verify that the value has been reprogrammed, The output should look similar to the following – Dell Emulex Family of Adapters User Manual

Page 1022

Advertising
background image

Emulex Drivers Version 10.2 for VMware ESXi User Manual

P010087-01A Rev. A

3. Configuration

NIC Driver Configuration

1022

New Module Options

In the elxnet driver, there are two new module parameters:

1. Enable or disable MSI-X support. The driver default is to have MSI-X enabled.
2. Enable or disable vxlan_offload support. The driver default is to have

vxlan_offload enabled.

Note: The following output is for illustrative purposes only. Actual output may vary

depending on the adapter installed in the system.

The server administrator must run the following command to disable MSI-X:

~ # esxcli system module parameters set -p msix=0 -m elxnet

And to verify that the value has been reprogrammed:

~ # esxcli system module parameters list -m elxnet

The output should look similar to the following:

The server administrator must run the following command to disable vxlan_offload:

~ # esxcli system module parameters set -p vxlan_offload=0 -m elxnet

Note: This parameter only applies to OCe14000-series adapters.

And to verify that the value has been reprogrammed:

~ # esxcli system module parameters list -m elxnet

The output should look similar to the following:

Name

Type

Value

Description

----------------------

-----

--------

------------------

emi_canceller

int

Enable or disable the EMI Canceller.

max_vfs

array of

int

The number of virtual functions.

0 = disable (default)

1–32 = enable this many VFs

msix

int

0

Enable or disable MSI-X

vxlan_offload int

Enable or disable vxlan_offload

Name

Type

Value

Description

----------------------

-----

--------

------------------

emi_canceller

int

Enable or disable the EMI Canceller.

max_vfs

array of

int

The number of PCI virtual functions to

initialize.

0 = disable (default)

1–32 = enable this many VFs

msix

int

Enable or disable MSI-X

vxlan_offload int

0

Enable or disable vxlan_offload

Advertising