All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Some improvements for NVMe
@ 2020-06-24  6:49 ` Baolin Wang
  0 siblings, 0 replies; 14+ messages in thread
From: Baolin Wang @ 2020-06-24  6:49 UTC (permalink / raw)
  To: kbusch, axboe, hch, sagi
  Cc: baolin.wang7, linux-nvme, baolin.wang, linux-kernel

Hi,

The fisrt patch adds Arbitration Burst support, and another one is
a small improvement. Please help to review. Thanks.

Changes from v1:
 - Add new parameter to decide if use the controller's recommended
 arbitration burst.
 - Add arbitration burst mask in case overflow.
 - Do not export the nvme_set_arbitration_burst().
 - Add reviewed tag from Sagi.
 - Drop patch 2 in v1 patch set.

Baolin Wang (2):
  nvme: Add Arbitration Burst support
  nvme: Use USEC_PER_SEC instead of magic numbers

 drivers/nvme/host/core.c | 31 ++++++++++++++++++++++++++++++-
 drivers/nvme/host/nvme.h |  1 +
 include/linux/nvme.h     |  1 +
 3 files changed, 32 insertions(+), 1 deletion(-)

-- 
1.8.3.1


_______________________________________________
Linux-nvme mailing list
Linux-nvme@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-nvme

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

end of thread, other threads:[~2020-06-26 10:35 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-24  6:49 [PATCH v2 0/2] Some improvements for NVMe Baolin Wang
2020-06-24  6:49 ` Baolin Wang
2020-06-24  6:49 ` [PATCH v2 1/2] nvme: Add Arbitration Burst support Baolin Wang
2020-06-24  6:49   ` Baolin Wang
2020-06-24  6:52   ` Christoph Hellwig
2020-06-24  6:52     ` Christoph Hellwig
2020-06-24  7:58     ` Baolin Wang
2020-06-24  7:58       ` Baolin Wang
2020-06-26  8:26       ` Christoph Hellwig
2020-06-26  8:26         ` Christoph Hellwig
2020-06-24  6:49 ` [PATCH v2 2/2] nvme: Use USEC_PER_SEC instead of magic numbers Baolin Wang
2020-06-24  6:49   ` Baolin Wang
2020-06-26  8:28   ` Christoph Hellwig
2020-06-26  8:28     ` Christoph Hellwig

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.