To resolve this issue, use any one of these options:
Option 1:Run the ntg3 driver in legacy mode
- To run the ntg3 driver in legacy mode, run the following command on host:
# esxcli system module parameters set -m ntg3 -p intrMode=0
- Reboot the host.
Option 2:
- Use the tg3 vmklinux driver as the default driver, instead of the native ntg3 driver by running below commands:
esxcli system module set --enabled=false --module=ntg3
esxcli system module set --enabled=true --module=tg3
- Reboot the host.