Review Board 2.0.15


mem: Remove unused Packet src and dest fields

Review Request #2602 - Created Jan. 12, 2015 and submitted

Information
Andreas Hansson
gem5
default
Reviewers
Default
Changeset 10657:9fe25a9a8c8a
---------------------------
mem: Remove unused Packet src and dest fields

This patch takes the final step in removing the src and dest fields in
the packet. These fields were rather confusing in that they only
remember a single multiplexing component, and pushed the
responsibility to the bridge and caches to store the fields in a
senderstate, thus effectively creating a stack. With the recent
changes to the crossbar response routing the crossbar is now
responsible without relying on the packet fields. Thus, these
variables are now unused and can be removed.

   
Review request changed
Updated (Jan. 22, 2015, 1:56 a.m.)

Status: Closed (submitted)