Review Board 2.0.15


Bus: Turn the PortId into a transport function parameter

Review Request #1217 - Created May 22, 2012 and submitted

Information
Andreas Hansson
gem5
default
Reviewers
Default
Changeset 9032:f6e4b5b58356
---------------------------
Bus: Turn the PortId into a transport function parameter

The main aim of this patch is to arrive at a suitable port interface
for vector ports, including both the packet and the port id. This
patch changes the bus transport functions
(recvFunctional/Atomic/Timing) to require a PortId parameter
indicating the source port. Previously this information was passed by
setting the source field of the packet, and this is only required in
the case of a timing request.

With this patch, the use of the source and destination field is also
more restrictive, as they are only needed for timing accesses. The
modifications to these fields for atomic snoops is now removed
entirely, also making minor modifications to the cache.
util/regress all passing (disregarding t1000 and eio)

Issue Summary

1 0 0 1
Description From Last Updated Status
Review request changed
Updated (May 29, 2012, 7:39 p.m.)

Status: Closed (submitted)