From: minwoo.im.dev@gmail.com (Minwoo Im)
Subject: [PATCH 0/3] nvme-cli: add Get LBA Status command for 1.4
Date: Sun, 4 Aug 2019 16:10:23 +0900 [thread overview]
Message-ID: <20190804071026.16149-1-minwoo.im.dev@gmail.com> (raw)
Hi All,
This series adds Get LBA Status command which has been introduced in
NVMe 1.4 spec. Also it covers new fields in Identify controller data.
Github PR: https://github.com/linux-nvme/nvme-cli/pull/546
Thanks,
Minwoo Im (3):
id-ctrl: add an indicator for get lba status capability
id-ctrl: add 1.4 features to OAES
get-lba-status: add Get LBA Status command
linux/nvme.h | 16 ++++++++++
nvme-builtin.h | 1 +
nvme-ioctl.c | 15 +++++++++
nvme-ioctl.h | 2 ++
nvme-print.c | 49 ++++++++++++++++++++++++++++--
nvme-print.h | 1 +
nvme.c | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++
7 files changed, 164 insertions(+), 2 deletions(-)
--
2.17.1
next reply other threads:[~2019-08-04 7:10 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-04 7:10 Minwoo Im [this message]
2019-08-04 7:10 ` [PATCH 1/3] id-ctrl: add an indicator for get lba status capability Minwoo Im
2019-08-04 7:10 ` [PATCH 2/3] id-ctrl: add 1.4 features to OAES Minwoo Im
2019-08-04 7:10 ` [PATCH 3/3] get-lba-status: add Get LBA Status command Minwoo Im
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=20190804071026.16149-1-minwoo.im.dev@gmail.com \
--to=minwoo.im.dev@gmail.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 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.