若使用i9新平台centos8.4系统的调整

因特殊原因暂不能安装驱动,必须限速至100Mbps并禁用多队列以降低崩溃概率: bash
sudo ethtool -s eth0 speed 100 duplex full autoneg off
sudo ethtool -L eth0 rx 1 tx 1 # 单队列模式