gem5
v20.1.0.0
|
Go to the source code of this file.
Classes | |
class | QoS::QueuePolicy |
QoS Queue Policy. More... | |
class | QoS::LifoQueuePolicy |
Last In First Out Queue Policy. More... | |
class | QoS::FifoQueuePolicy |
First In First Out Queue Policy. More... | |
class | QoS::LrgQueuePolicy |
Least Recently Granted Queue Policy It selects packets from the queue with a round robin-like policy: using the requestor id as a switching parameter rather than switching over a time quantum. More... | |
Namespaces | |
QoS | |