From: jonathan.derrick@intel.com (Jon Derrick)
Subject: [PATCHv4 0/2] NVMe: Enable SQes on the CMB
Date: Thu, 16 Jul 2015 16:51:26 -0600 [thread overview]
Message-ID: <1437087088-1628-1-git-send-email-jonathan.derrick@intel.com> (raw)
This set unifies the command submission path, enables the cmb, and maps
submission queues onto the controller memory buffer.
Applies against axboe's linux-block/master
v4: Fixed shift-overflow with cmbszu having 4GB+ units (Reported by
Stephen Bates). Added module parameter to disable cmb sqes mapping, which
will also disable cmb mapping as there are no other users of the cmb.
v3: Added separate __iomem sq_cmds_io pointer
v2: Removed nvme_{get,put}_cmd and added __iomem sq_cmds pointer
v1: Initial
Jon Derrick (2):
NVMe: Unify SQ entry writing and doorbell ringing
NVMe: Use CMB for the IO SQes if available
drivers/block/nvme-core.c | 199 ++++++++++++++++++++++++++++++++++------------
include/linux/nvme.h | 17 ++++
2 files changed, 166 insertions(+), 50 deletions(-)
--
2.1.4
next reply other threads:[~2015-07-16 22:51 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-16 22:51 Jon Derrick [this message]
2015-07-16 22:51 ` [PATCHv4 1/2] NVMe: Unify SQ entry writing and doorbell ringing Jon Derrick
2015-07-17 7:49 ` Christoph Hellwig
2015-07-16 22:51 ` [PATCHv4 2/2] NVMe: Use CMB for the IO SQes if available Jon Derrick
2015-07-17 7:51 ` Christoph Hellwig
2015-07-17 15:46 ` Jon Derrick
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=1437087088-1628-1-git-send-email-jonathan.derrick@intel.com \
--to=jonathan.derrick@intel.com \
/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