-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sec 2.14.3 QoS a little bit abstract? #32
Comments
Hi, "My contribution involved the definition of a QoS-aware memory controller in gem5, and the definition of basic (example) policies modelling the prioritization algorithm of the memory controller. Those are the Fixed priority policy (every master in the system has a fixed priority assigned) and the Proportional Fair policy (where the priority of a master is dynamically adjusted at runtime based on utilization). |
Thanks! I think including this in the maker will make it more complete. |
As reported by darchr#32 The QoS entry was missing the details of how QoS had been implemented in gem5 Signed-off-by: Giacomo Travaglini <giacomo.travaglini@arm.com>
The PR has been merged, feel free to close the issue |
Thanks everyone! |
I feel this section is a little abstract and not that closely related to gem5. It would be great if it can cover more about the implementation in gem5 and what new research questions it empowers gem5 to explore?
The text was updated successfully, but these errors were encountered: