commit | c8c8c1bdbe585d9159c4585216451faa4c35e4ec | [log] [tgz] |
---|---|---|
author | Adrian Hunter <adrian.hunter@nokia.com> | Fri Sep 10 11:33:45 2010 +0300 |
committer | Chris Ball <cjb@laptop.org> | Sat Oct 23 21:11:12 2010 +0800 |
tree | 5c641664baba07f1f50b2415ca70a2b2ecda344a | |
parent | 632cf92a72fecda096d0f4608eaefb2c7392b744 [diff] |
mmc_test: fix performance tests that go over max_blk_count The host controller driver limits I/O transfers to maximum transfer size, maximum block count, maximum segment size and maximum segment count. The performance tests were not obeying these limits which meant they would not work with some drivers. This patch fixes that. Signed-off-by: Adrian Hunter <adrian.hunter@nokia.com> Signed-off-by: Chris Ball <cjb@laptop.org>