----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/3004/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 11004:e6aa2b4cfbef --------------------------- mem: Cleanup packet attributes and rely on command type This patch takes one step further in cleaning up the use of packet command attributes, and shifts away from using attributes to distinguish a single command. The commands affected are software prefetch requests and flush requests. There is really no use for attributes, as no other request packets share this property. Instead of looking at the attribute, the locations that identified these packets now check for the actual command. Diffs ----- src/mem/cache/cache_impl.hh 4413195267fd src/mem/packet.hh 4413195267fd src/mem/packet.cc 4413195267fd src/mem/ruby/system/DMASequencer.cc 4413195267fd src/mem/ruby/system/RubyPort.cc 4413195267fd src/mem/ruby/system/Sequencer.cc 4413195267fd Diff: http://reviews.gem5.org/r/3004/diff/ Testing ------- Thanks, Andreas Hansson _______________________________________________ gem5-dev mailing list gem5-dev@gem5.org http://m5sim.org/mailman/listinfo/gem5-dev