linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/1] block: Add test-iosched scheduler
@ 2012-05-20 19:40 Maya Erez
  2012-05-20 19:40 ` [PATCH v1 1/1] " Maya Erez
  0 siblings, 1 reply; 2+ messages in thread
From: Maya Erez @ 2012-05-20 19:40 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

Maya Erez (1):
  block: Add test-iosched scheduler

 Documentation/block/test-iosched.txt |   32 ++
 block/Kconfig.iosched                |    8 +
 block/Makefile                       |    1 +
 block/blk-core.c                     |    4 +-
 block/test-iosched.c                 |  966 ++++++++++++++++++++++++++++++++++
 5 files changed, 1010 insertions(+), 1 deletions(-)
 create mode 100644 Documentation/block/test-iosched.txt
 create mode 100644 block/test-iosched.c

-- 
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] 2+ messages in thread

end of thread, other threads:[~2012-05-20 19:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-20 19:40 [PATCH v1 0/1] block: Add test-iosched scheduler Maya Erez
2012-05-20 19:40 ` [PATCH v1 1/1] " 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).