modprobe
:安装网卡驱动modinfo
:查看网卡驱动具体信息ethtool -i eth0
:查看某个网口的驱动信息lvspci
:查看pci信息depmod
:加载驱动ko的以来模块cat /proc/interrupt | grep ethx
:查看网卡的队列数。执行以下命令,解决网卡驱动依赖问题
1 2 3 4 |
$ depmod -a 2.6.32-642.15.1.11.3.1.el6.alpha1.x86_64 $ modinfo igb -k 2.6.32-642.15.1.11.3.1.el6.alpha1.x86_64 $ depmod -a # 不加内核版本参数,就只针对当前内核 |
cat /proc/interrupt | grep eth4
/etc/modprobe.conf
或 /etc/modprobe.d/modprobe.conf
1 2 |
options igb InterruptThrottleRate=3000,3000,3000,3000 RSS=0,0,0,0 LRO=0,0,0,0 QueuePairs=0,0,0,0 # 具体参数要参考 modinfo 来设置,RSS=0,0,0,0 分别对应四个网口 |
cat /proc/irq/71/smp_affinity
82576