Searched hist:9720 (Results 1 - 3 of 3) sorted by relevance

/gem5/src/cpu/testers/traffic_gen/
H A DTrafficGen.pydiff 9720:090935b1b797 Thu May 30 00:54:00 EDT 2013 Andreas Hansson <andreas.hansson@arm.com> 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.
H A Dtraffic_gen.hhdiff 9720:090935b1b797 Thu May 30 00:54:00 EDT 2013 Andreas Hansson <andreas.hansson@arm.com> 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.
H A Dtraffic_gen.ccdiff 9720:090935b1b797 Thu May 30 00:54:00 EDT 2013 Andreas Hansson <andreas.hansson@arm.com> 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.

Completed in 28 milliseconds