1
0
mirror of https://github.com/tonusoo/koduinternet-cpe synced 2024-09-21 16:01:05 +03:00
koduinternet-cpe/conf/etc/modprobe.d/bnx2x.conf
2023-06-15 17:55:10 +03:00

8 lines
411 B
Plaintext

# Make sure, that LRO(Large Receive Offload) is disabled for bnx2x driver
# used by Dell N20KJ(Broadcom BCM57810) NIC. Requires initramfs update.
# "cat /sys/module/bnx2x/parameters/disable_tpa" shows the "disable_tpa"
# option value. "large-receive-offload" feature in the output of "ethtool
# -k <port>" has to be "off".
# Alternatively, "ethtool -K <port> lro off" could be used.
options bnx2x disable_tpa=1