From: Mike Snitzer <snitzer@redhat.com>
To: axboe@kernel.dk, dm-devel@redhat.com
Cc: linux-block@vger.kernel.org
Subject: [PATCH for-4.9 v2 0/6] [PATCH for-4.9 v2 0/3] allow delayed requeue of blk-mq requests
Date: Wed, 14 Sep 2016 12:29:30 -0400 [thread overview]
Message-ID: <1473870576-54331-1-git-send-email-snitzer@redhat.com> (raw)
I'd like to see these changes included during the 4.9 merge. The
blk-mq change is a straight-forward switch from work_struct to
delayed_work and the addition of the blk_mq_delay_kick_requeue_list()
interface.
Jens, please pick up the first patch and I'll rebase linux-dm.git
ontop of your 4.9 branch. Hannes, please re-review/ack as you like.
These changes offer reduced CPU utilization during DM multipath's all
path down case (when 'queue_if_no_path' is enabled). Please see each
patch's header for more details.
v2: fixed 'msecs' variable name to be 'delay' in blk-mq, use
msecs_to_jiffies() in dm-rq call to blk-mq, also made
DM-mpath kick the queue if/when a path is reinstated
Mike Snitzer (6):
blk-mq: introduce blk_mq_delay_kick_requeue_list()
dm rq: add DM_MAPIO_DELAY_REQUEUE to delay requeue of blk-mq requests
dm rq: reduce arguments passed to map_request() and
dm_requeue_original_request()
dm rq: introduce dm_mq_kick_requeue_list()
dm mpath: use dm_mq_kick_requeue_list()
dm mpath: delay the requeue of blk-mq requests while all paths down
block/blk-mq.c | 15 ++++++++---
drivers/md/dm-mpath.c | 29 ++++++++++++---------
drivers/md/dm-rq.c | 59 ++++++++++++++++++++++++++-----------------
drivers/md/dm-rq.h | 2 ++
include/linux/blk-mq.h | 1 +
include/linux/blkdev.h | 2 +-
include/linux/device-mapper.h | 1 +
7 files changed, 69 insertions(+), 40 deletions(-)
--
2.7.4 (Apple Git-66)
next reply other threads:[~2016-09-14 16:29 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-14 16:29 Mike Snitzer [this message]
2016-09-14 16:29 ` [PATCH v2 1/6] blk-mq: introduce blk_mq_delay_kick_requeue_list() Mike Snitzer
2016-09-14 16:34 ` Jens Axboe
2016-09-14 17:28 ` [PATCH v3 " Mike Snitzer
2016-09-14 17:49 ` Jens Axboe
2016-09-15 6:10 ` [PATCH v2 " Hannes Reinecke
2016-09-14 16:29 ` [PATCH v2 2/6] dm rq: add DM_MAPIO_DELAY_REQUEUE to delay requeue of blk-mq requests Mike Snitzer
2016-09-15 6:14 ` Hannes Reinecke
2016-09-15 12:54 ` Mike Snitzer
2016-09-14 16:29 ` [PATCH v2 3/6] dm rq: reduce arguments passed to map_request() and dm_requeue_original_request() Mike Snitzer
2016-09-15 6:15 ` Hannes Reinecke
2016-09-14 16:29 ` [PATCH v2 4/6] dm rq: introduce dm_mq_kick_requeue_list() Mike Snitzer
2016-09-15 6:16 ` Hannes Reinecke
2016-09-14 16:29 ` [PATCH v2 5/6] dm mpath: use dm_mq_kick_requeue_list() Mike Snitzer
2016-09-15 6:16 ` Hannes Reinecke
2016-09-14 16:29 ` [PATCH v2 6/6] dm mpath: delay the requeue of blk-mq requests while all paths down Mike Snitzer
2016-09-15 6:18 ` Hannes Reinecke
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=1473870576-54331-1-git-send-email-snitzer@redhat.com \
--to=snitzer@redhat.com \
--cc=axboe@kernel.dk \
--cc=dm-devel@redhat.com \
--cc=linux-block@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 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).