Review Board 2.0.15


mem: Adjust cache queue reserve to more conservative values

Review Request #3347 - Created Feb. 24, 2016 and submitted

Information
Andreas Hansson
gem5
default
Reviewers
Default
Changeset 11368:2a10e5484eae
---------------------------
mem: Adjust cache queue reserve to more conservative values

The cache queue reserve is there as an overflow to give us enough
headroom based on when we block the cache, and how many transactions
we may already have accepted before actually blocking. The previous
values were probably chosen to be "big enough", when we actually know
that we check the MSHRs after every single allocation, and for the
write buffers we know that we implicitly may need one entry for every
outstanding MSHR.

   
Review request changed
Updated (March 17, 2016, 5:49 a.m.)

Status: Closed (submitted)