* [PATCH v3 0/1] block: Add test-iosched scheduler
@ 2012-06-12 8:56 Maya Erez
0 siblings, 0 replies; only message in thread
From: Maya Erez @ 2012-06-12 8:56 UTC (permalink / raw)
To: linux-mmc; +Cc: linux-arm-msm, Maya Erez
The test scheduler allows testing a block device by dispatching
specific requests according to the test case and declare PASS/FAIL
according to the requests completion error code
Changes in v3:
- checkpatch error fixes
- Changes to support the packed commands tests
Changes in v2:
- Export test-iosched functionality to allow definition of the block device
tests under the block device layer
- Add registration of block device tests utilities
Maya Erez (1):
block: Add test-iosched scheduler
Documentation/block/test-iosched.txt | 39 ++
block/Kconfig.iosched | 11 +
block/Makefile | 1 +
block/blk-core.c | 3 +-
block/test-iosched.c | 1014 ++++++++++++++++++++++++++++++++++
include/linux/test-iosched.h | 218 ++++++++
6 files changed, 1284 insertions(+), 2 deletions(-)
create mode 100644 Documentation/block/test-iosched.txt
create mode 100644 block/test-iosched.c
create mode 100644 include/linux/test-iosched.h
--
1.7.3.3
--
Sent by a consultant of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-06-12 8:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-12 8:56 [PATCH v3 0/1] block: Add test-iosched scheduler Maya Erez
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).