Linux-NVME Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Introduce service-time multipath policy and document
@ 2024-11-08  8:54 Guixin Liu
  2024-11-08  8:54 ` [PATCH v3 1/2] nvme-multipath: introduce service-time iopolicy Guixin Liu
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Guixin Liu @ 2024-11-08  8:54 UTC (permalink / raw)
  To: Keith Busch, Jens Axboe, Christoph Hellwig, Sagi Grimberg; +Cc: linux-nvme

Hi,
  This patchset introduce a new multipath policy, service-time, and also
add a new document to introduce nvme-multipath and all policies supported.

Changes from v2 to v3:
- Add more detail to message body(Christoph).
- Add a document to introduce nvme-multipath and all policies supported.

Changes from v1 to v2:
- Use atomic64_t to replace atomic_t (Keith).

Guixin Liu (2):
  nvme-multipath: introduce service-time iopolicy
  docs, nvme: add a nvme-multipath document

 Documentation/nvme/nvme-multipath.rst | 83 +++++++++++++++++++++++++++
 drivers/nvme/host/multipath.c         | 53 ++++++++++++++++-
 drivers/nvme/host/nvme.h              |  3 +
 3 files changed, 138 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/nvme/nvme-multipath.rst

-- 
2.43.0



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

end of thread, other threads:[~2024-11-13 10:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-08  8:54 [PATCH v3 0/2] Introduce service-time multipath policy and document Guixin Liu
2024-11-08  8:54 ` [PATCH v3 1/2] nvme-multipath: introduce service-time iopolicy Guixin Liu
2024-11-08  8:54 ` [PATCH v3 2/2] docs, nvme: add a nvme-multipath document Guixin Liu
2024-11-11 10:41 ` [PATCH v3 0/2] Introduce service-time multipath policy and document Guixin Liu
2024-11-13 10:22 ` Guixin Liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox