-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviews.gem5.org/r/3445/
-----------------------------------------------------------

Review request for Default.


Repository: gem5


Description
-------

Changeset 11445:fa2f1ee0684f
---------------------------
mem: Update mostly exclusive cache policy to cover more cases

This patch changes how the mostly exclusive policy is enforced to
ensure that we drop blocks in all cases where we can. As part of this
change, the actual invalidation due to the clusivity enforcement is
moved outside the hit handling. For the timing mode that means we can
deal with all MSHR targets before taking any action. The method
satisfyCpuSideRequest is also renamed satisfyRequest as part of this
change (since we only ever see requests from the cpu-side port).


Diffs
-----

  src/mem/cache/cache.hh 0edcf757b6a2 
  src/mem/cache/cache.cc 0edcf757b6a2 

Diff: http://reviews.gem5.org/r/3445/diff/


Testing
-------


Thanks,

Andreas Hansson

_______________________________________________
gem5-dev mailing list
gem5-dev@gem5.org
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to