mem: Only track snooping ports in the snoop filter
Review Request #3061 - Created Aug. 21, 2015 and submitted
| Information | |
|---|---|
| Andreas Hansson | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 11064:900d7faf3522 --------------------------- mem: Only track snooping ports in the snoop filter This patch changes the tracking of ports in the snoop filter to use local dense port IDs so that we can have 64 snooping ports (rather than crossbar slave ports). This is achieved by adding a simple remapping vector that translates the actal port IDs into the local slave IDs used in the SnoopMask. Ultimately this patch allows us to scale to much larger systems without introducing a hierarchy of crossbars.
So you are assuming that most ports do not need snooping.
-
src/mem/coherent_xbar.cc (Diff revision 1) -
Does the placement of these lines matter?
