From: Baolin Wang <baolin.wang@linux.alibaba.com>
To: kbusch@kernel.org, axboe@fb.com, hch@lst.de, sagi@grimberg.me
Cc: baolin.wang7@gmail.com, linux-nvme@lists.infradead.org,
baolin.wang@linux.alibaba.com, linux-kernel@vger.kernel.org
Subject: [PATCH v2 0/2] Some improvements for NVMe
Date: Wed, 24 Jun 2020 14:49:56 +0800 [thread overview]
Message-ID: <cover.1592980985.git.baolin.wang@linux.alibaba.com> (raw)
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
WARNING: multiple messages have this Message-ID (diff)
From: Baolin Wang <baolin.wang@linux.alibaba.com>
To: kbusch@kernel.org, axboe@fb.com, hch@lst.de, sagi@grimberg.me
Cc: baolin.wang@linux.alibaba.com, baolin.wang7@gmail.com,
linux-nvme@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: [PATCH v2 0/2] Some improvements for NVMe
Date: Wed, 24 Jun 2020 14:49:56 +0800 [thread overview]
Message-ID: <cover.1592980985.git.baolin.wang@linux.alibaba.com> (raw)
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
next reply other threads:[~2020-06-24 6:50 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-24 6:49 Baolin Wang [this message]
2020-06-24 6:49 ` [PATCH v2 0/2] Some improvements for NVMe 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
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=cover.1592980985.git.baolin.wang@linux.alibaba.com \
--to=baolin.wang@linux.alibaba.com \
--cc=axboe@fb.com \
--cc=baolin.wang7@gmail.com \
--cc=hch@lst.de \
--cc=kbusch@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-nvme@lists.infradead.org \
--cc=sagi@grimberg.me \
/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 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.