-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviews.gem5.org/r/1843/
-----------------------------------------------------------

Review request for Default.


Description
-------

Changeset 9685:408c15e602c0
---------------------------
cpu: Add request elasticity to the traffic generator

This patch adds an optional request elasticity to the traffic
generator, effectievly compensating for it in the case of the linear
and random generators, and adding it in the case of the trace
generator. The accounting is left with the top-level traffic
generator, and the individual generators do the necessary math as part
of determining the next packet tick.

Note that in the linear and random generators we have to compensate
for the blocked time to not be elastic, i.e. without this patch the
aforementioned generators will slow down in the case of back-pressure.


Diffs
-----

  src/cpu/testers/traffic_gen/TrafficGen.py c5b24e8ed428 
  src/cpu/testers/traffic_gen/generators.hh c5b24e8ed428 
  src/cpu/testers/traffic_gen/generators.cc c5b24e8ed428 
  src/cpu/testers/traffic_gen/traffic_gen.hh c5b24e8ed428 
  src/cpu/testers/traffic_gen/traffic_gen.cc c5b24e8ed428 

Diff: http://reviews.gem5.org/r/1843/diff/


Testing
-------

All regressions pass after stats updates


Thanks,

Andreas Hansson

_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to