When using inbox icen driver with Intel E800 series NICs (including E810, E825, etc.), users may run into performance bottleneck because of RSS feature is not enabled by default.
The default configuration of disabled RSS is due to the consideration to reduce memory footprint, as RSS queues will reserve more memory.
Manually change the module parameter:
# esxcli system module parameters set -m icen -p "RSS=1,1,1... DRSS=4,4,4..."