Review Board 2.0.15


mem: Ensure InvalidateReq is considered isForward by MSHRs

Review Request #3729 - Created Nov. 18, 2016 and submitted - Latest diff uploaded

Information
Nikos Nikoleris
gem5
default
Reviewers
Default
Changeset 11713:4f2355e395a3
---------------------------
mem: Ensure InvalidateReq is considered isForward by MSHRs

This patch fixes an issue where an MSHR would incorrectly be perceived
to provide data to targets arriving after an InvalidateReq. To address
this the InvalidateReq is now treated as isForward, much like an
UpgradeReq that did not hit in the cache.

Change-Id: Ia878444d949539b5c33fd19f3e12b0b8a872275e
Reviewed-by: Andreas Hansson <andreas.hansson@arm.com>
Reviewed-by: Stephan Diestelhorst <stephan.diestelhorst@arm.com>