PacketQueue: Add maxQueueDepth parameter and setter
Review Request #1777 - Created March 17, 2013 and submitted
| Information | |
|---|---|
| Joel Hestness | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 9587:b989f6228833 --------------------------- PacketQueue: Add maxQueueDepth parameter and setter The default maximum PacketQueue depth of 100 can cause assertion failures when using the PacketQueue in a setting when the maximum queue depth may be known to be greater than 100 (e.g. modeling queuing of outstanding requests to the cache from aggressive GPU core implementations). Parameterize this max depth and add a method to set the max depth.
Ship It!
