memtest: Memtester support for DMA
Review Request #92 - Created Aug. 5, 2010 and submitted
| Information | |
|---|---|
| Brad Beckmann | |
| gem5 | |
| Reviewers | |
| Default | |
memtest: Memtester support for DMA This patch adds DMA testing to the Memtester and is inherits many changes from Polina's old tester_dma_extension patch.
Posted (Aug. 8, 2010, 1:36 a.m.)
-
src/cpu/memtest/MemTest.py (Diff revision 1) -
is_dma seems like a strange name. Something like use_dma or issue_dmas might be better. Also, everything else is a percentage. How often do you issue DMAs here? I think you should either specify it somewhere in a comment or make it a percentage to begin with. Or is it that all requests are DMAs? Don't you want to interleave them?
-
src/cpu/memtest/memtest.cc (Diff revision 1) -
This seems like an unrelated change.
Posted (Aug. 11, 2010, 12:43 p.m.)
It looks like you removed a whole lot of features in this diff. Why did you do this? Can you explain it in the commit message?
-
configs/example/memtest-ruby.py (Diff revision 2) -
Why did you remove this stuff?
-
configs/example/memtest-ruby.py (Diff revision 2) -
What does this mean? Can you add some help?
-
configs/example/memtest-ruby.py (Diff revision 2) -
Why remove this?
