DUH, must be tired, I missed the second instance...
time for the weekend :)
This commit is contained in:
parent
af8a24c8d0
commit
99f8e467e8
@ -2357,7 +2357,7 @@ igb_configure_queues(struct adapter *adapter)
|
||||
if (hw->mac.type == e1000_82575)
|
||||
newitr |= newitr << 16;
|
||||
else
|
||||
newitr |= 0x8000000;
|
||||
newitr |= E1000_EITR_CNT_IGNR;
|
||||
|
||||
for (int i = 0; i < adapter->num_queues; i++) {
|
||||
que = &adapter->queues[i];
|
||||
|
Loading…
x
Reference in New Issue
Block a user