2025-03-27T11:01:37.141Z Wa(180) vmkwarning: cpu62:2098187)WARNING: Elf: 609: LLDP: argument failed!
2025-03-27T11:01:37.141Z Wa(180) vmkwarning: cpu62:2098187)WARNING: Elf: 3284: Kernel based module load of i40en failed: Bad parameter <ElfParseModuleParams failed>
The above entries show us that the LLDP argument failed, leading to a subsequent failure of the loading of the module for the driver 140en.
VMware vSphere ESXi 8.0 Update 3b
Driver Version: i40en 2.8.4.0
On the most recent versions of network driver i40en there are additional parameters that allow you to allow or disallow the flow of LLDP frames to the network stack.
Disable and reenable LLDP flow with the following commands:
esxcli system module parameters set -m i40en -p LLDP=0,0
esxcli system module parameters set -m i40en -p LLDP=1,1
esxcli system module parameters set -m i40en -p LLDP=0,0,0,0
esxcli system module parameters set -m i40en -p LLDP=1,1,1,1
Note:
When the LLDP agent is enabled in firmware, the ESXi OS will not receive LLDP frames and Link Layer Discovery Protocol information will not be available on the physical adapter inside ESXi.
Refer to the article below for more relevant information.