couple of updates in the intel nic
--HG-- extra : convert_revision : da68e5e6411000d9d5247f769ee528a443286c61
This commit is contained in:
@@ -891,6 +891,7 @@ IGbE::TxDescCache::pktComplete()
|
||||
pktPtr = NULL;
|
||||
|
||||
DPRINTF(EthernetDesc, "Partial Packet Descriptor Done\n");
|
||||
enableSm();
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -971,6 +972,7 @@ IGbE::TxDescCache::pktComplete()
|
||||
DPRINTF(EthernetDesc, "used > WTHRESH, writing back descriptor\n");
|
||||
writeback((igbe->cacheBlockSize()-1)>>4);
|
||||
}
|
||||
enableSm();
|
||||
igbe->checkDrain();
|
||||
}
|
||||
|
||||
@@ -1150,6 +1152,8 @@ IGbE::txStateMachine()
|
||||
|
||||
return;
|
||||
}
|
||||
DPRINTF(EthernetSM, "TXS: Nothing to do, stopping ticking\n");
|
||||
txTick = false;
|
||||
}
|
||||
|
||||
bool
|
||||
|
||||
Reference in New Issue
Block a user