esxcli command output./var/run/log/vmkdevmgr.logvmkmod: VMKModLoad: Module i40en is disabled and cannot be loaded.
Error loading driver i40en: Unable to load module /usr/lib/vmware/vmkmod/i40en: Failure
Unable to load driver i40en
VMware vSphere ESXi
The issue occurs because the native i40en driver module fails to load automatically during the kernel boot sequence. Although the module is set to an "Enabled" state, a configuration anomaly prevents the VMkernel from claiming the hardware IDs associated with the X710 chipset during initialization.
To resolve this issue, manually load the driver module and verify persistence:
esxcli system module get -m i40en vmkload_mod i40enesxcli system module list | egrep -i 'is loaded|----|i40e'
Name Is Loaded Is Enabled
---------------------- ---------- ----------
i40en true true