Under Ubuntu:
root@localhost:~# dmesg | grep -i "error\|fail"
[ 33.525272] ERST: Error Record Serialization Table (ERST) support is initialized.
[ 36.379503] RAS: Correctable Errors collector initialized.
[ 37.397760] sfc 0000:15:00.0 (unnamed net_device) (uninitialized): ERROR: PTP requires MSI-X and 1 additional interruptvector. PTP disabled
[ 37.729171] sfc 0000:15:00.1 (unnamed net_device) (uninitialized): ERROR: PTP requires MSI-X and 1 additional interruptvector. PTP disabled
[ 37.906404] sfc 0000:4c:00.0 (unnamed net_device) (uninitialized): ERROR: PTP requires MSI-X and 1 additional interruptvector. PTP disabled
[ 38.187964] sfc 0000:4c:00.1 (unnamed net_device) (uninitialized): ERROR: PTP requires MSI-X and 1 additional interruptvector. PTP disabled
[ 38.283690] sfc 0000:95:00.0 (unnamed net_device) (uninitialized): ERROR: PTP requires MSI-X and 1 additional interruptvector. PTP disabled
[ 38.488907] sfc 0000:95:00.1 (unnamed net_device) (uninitialized): ERROR: PTP requires MSI-X and 1 additional interruptvector. PTP disabled
root@localhost:~#
root@localhost:~# echo "options sfc rss_cpus=31" >> /etc/modprobe.d/sfc.conf
root@localhost:~# cp /boot/initrd.img-$(uname -r) /boot/initrd.img-$(uname -r).bak.$(date +%m-%d-%H%M%S)
root@localhost:~# update-initramfs -c -k $(uname -r)
接著將OS重開機
root@localhost:~# dmesg | grep -i "error\|fail"
[ 33.541095] ERST: Error Record Serialization Table (ERST) support is initialized.
[ 36.166919] RAS: Correctable Errors collector initialized.
root@localhost:~#