From: Maya Erez <merez@codeaurora.org>
To: linux-mmc@vger.kernel.org
Cc: linux-arm-msm@vger.kernel.org, Maya Erez <merez@codeaurora.org>
Subject: [PATCH v1 0/1] block: Add test-iosched scheduler
Date: Sun, 20 May 2012 22:40:30 +0300 [thread overview]
Message-ID: <1337542832-19810-1-git-send-email-merez@codeaurora.org> (raw)
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.
next reply other threads:[~2012-05-20 19:40 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-20 19:40 Maya Erez [this message]
2012-05-20 19:40 ` [PATCH v1 1/1] block: Add test-iosched scheduler Maya Erez
2012-05-20 19:40 ` Maya Erez
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1337542832-19810-1-git-send-email-merez@codeaurora.org \
--to=merez@codeaurora.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-mmc@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.