All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] NVMe: Introduce CMB allocation scheme
@ 2015-12-30 17:47 Jon Derrick
  2015-12-30 17:47 ` [PATCH 1/3] NVMe: Introduce sysfs entries for submission queues in CMB Jon Derrick
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Jon Derrick @ 2015-12-30 17:47 UTC (permalink / raw)


Applies to Jens' for-4.5/nvme

This patchset changes the CMB allocation scheme. Instead of reserving
the entire range for SQes and automatically placing the SQes in the CMB,
this set creates sysfs knobs to manage it. This allows partial usage of
the CMB for SQes, so that the remainder can be mmapped or used for other
NVMe-defined CMB usages.

Jon Derrick (3):
  NVMe: Introduce sysfs entries for submission queues in CMB
  NVMe: Generate resource tree for CMB
  NVMe: Create CMB resource sysfs file

 drivers/nvme/host/core.c | 161 ++++++++++++++++++++++++++++++++++-
 drivers/nvme/host/nvme.h |  21 +++++
 drivers/nvme/host/pci.c  | 212 ++++++++++++++++++++++++++++++-----------------
 3 files changed, 313 insertions(+), 81 deletions(-)

-- 
2.1.4

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-01-13  0:27 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-30 17:47 [PATCH 0/3] NVMe: Introduce CMB allocation scheme Jon Derrick
2015-12-30 17:47 ` [PATCH 1/3] NVMe: Introduce sysfs entries for submission queues in CMB Jon Derrick
2015-12-30 17:47 ` [PATCH 2/3] NVMe: Generate resource tree for CMB Jon Derrick
2015-12-30 20:59   ` Jon Derrick
2015-12-30 17:47 ` [PATCH 3/3] NVMe: Create CMB resource sysfs file Jon Derrick
2016-01-06 20:13 ` [PATCH 0/3] NVMe: Introduce CMB allocation scheme Keith Busch
2016-01-06 21:24   ` Stephen Bates
2016-01-13  0:08   ` Keith Busch
2016-01-13  0:27     ` Jon Derrick

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.