mem: add request types for acquire and release
Review Request #2821 - Created May 11, 2015 and submitted
| Information | |
|---|---|
| Tony Gutierrez | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 10833:46fbb145d215 --------------------------- mem: add request types for acquire and release Add support for acquire and release requests. These synchronization operations are commonly supported by several modern instruction sets.
Issue Summary
| Description | From | Last Updated | Status |
|---|---|---|---|
| 2010, 2015 I suppose? Or has this been ongoing for five years? | Andreas Hansson | May 11, 2015, 10:52 p.m. | Open |
| 2010, 2013? How does it match with the 2015 in the request? | Andreas Hansson | May 11, 2015, 10:52 p.m. | Open |
| Same as above | Andreas Hansson | May 11, 2015, 10:52 p.m. | Open |
| Why do we have new request types *and* new flags? To me, you'd do only either? So only mark loads ... | Stephan Diestelhorst | June 1, 2015, 5:47 a.m. | Open |
Will support be added to the caches? Can you perhaps provide some more hints in the patch description. At the moment it seems we are just bloating the packet.
-
src/mem/packet.hh (Diff revision 1) -
2010, 2015 I suppose? Or has this been ongoing for five years?
-
src/mem/packet.cc (Diff revision 1) -
2010, 2013? How does it match with the 2015 in the request?
-
src/mem/request.hh (Diff revision 1) -
Same as above
-
src/mem/request.hh (Diff revision 1) -
I do not understand this change. It seems we have enough flag bits to spare, do we not?
Description: |
|
|||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 2 (+57 -24) |
I am also curious, how these will be used both inside the memory subsystem and at the interface layer. Right now.. the duplication between flags and request types seems somewhat erm.. duplicate :)
-
src/mem/request.hh (Diff revision 2) -
Why do we have new request types and new flags? To me, you'd do only either? So only mark loads with acquire and stores with release, no?
-
src/mem/request.hh (Diff revision 2) -
Boolean OR of the flags could be faster.
I am also curious how these
Ship It!
