Searched hist:9390 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/mem/
H A Dpacket_queue.cc9390:5490105626dc Mon Jan 07 13:05:00 EST 2013 Andreas Hansson <andreas.hansson@arm.com> mem: Add sanity check to packet queue size

This patch adds a basic check to ensure that the packet queue does not
grow absurdly large. The queue should only be used to store packets
that were delayed due to blocking from the neighbouring port, and not
for actual storage. Thus, a limit of 100 has been chosen for now
(which is already quite substantial).

Completed in 11 milliseconds