----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2039/ -----------------------------------------------------------
(Updated Jan. 23, 2014, 5:34 p.m.) Review request for Default. Repository: gem5 Description (updated) ------- Changeset 10024:e4070f4c57f3 --------------------------- ruby: Simplify RubyPort flow control and routing This patch simplfies the retry logic in the RubyPort, avoiding redundant attributes, and enforcing more stringent checks on the interactions with the normal ports. The patch also simplifies the routing done by the RubyPort, using the port identifiers instead of a heavy-weight sender state. The patch also fixes a bug in the sending of responses from PIO ports. Previously these responses bypassed the queue in the queued port, and ignored the return value, potentially leading to response packets being lost. Diffs (updated) ----- src/mem/qport.hh a362694dda2d src/mem/ruby/system/RubyPort.hh a362694dda2d src/mem/ruby/system/RubyPort.cc a362694dda2d src/mem/ruby/system/Sequencer.cc a362694dda2d Diff: http://reviews.gem5.org/r/2039/diff/ Testing ------- All regressions pass Thanks, Andreas Hansson _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
