e1000e 网卡如遇到大包未线速问题解法

时间:2023-03-09 22:56:20
e1000e 网卡如遇到大包未线速问题解法

e1000e 网卡如遇到大包(>1280)未线速,把'DEFAULT_ITR'改为0, 不设中断频率上限试试

see@intel/e1000e/param.c
/* Interrupt Throttle Rate (interrupts/sec)
 *
 * Valid Range: 100-100000 or one of: 0=off, 1=dynamic, 3=dynamic conservative
 */
E1000_PARAM(InterruptThrottleRate, "Interrupt Throttling Rate");
#define DEFAULT_ITR 0 //默认3,改为0