DUH, must be tired, I missed the second instance...

time for the weekend :)
This commit is contained in:
Jack F Vogel 2010-04-09 21:18:46 +00:00
parent af8a24c8d0
commit 99f8e467e8

View File

@ -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];