From: minwoo.im.dev@gmail.com (Minwoo Im)
Subject: [PATCH 0/2] nvme-cli: add support for an abort command with documentation
Date: Wed, 24 Jan 2018 21:24:42 +0900 [thread overview]
Message-ID: <1516796682-31793-1-git-send-email-minwoo.im.dev@gmail.com> (raw)
It would be convenient to use abort command by a subcommand.
This command will strongly used by device developers to test device.
Minwoo Im (2):
nvme-cli: add support for an abort command
nvme-cli: add documentation for abort command
Documentation/cmds-main.txt | 2 +
Documentation/nvme-abort.1 | 80 ++++
Documentation/nvme-abort.html | 834 ++++++++++++++++++++++++++++++++++++++++++
Documentation/nvme-abort.txt | 51 +++
nvme-builtin.h | 1 +
nvme-ioctl.c | 13 +
nvme-ioctl.h | 1 +
nvme.c | 50 +++
8 files changed, 1032 insertions(+)
create mode 100644 Documentation/nvme-abort.1
create mode 100644 Documentation/nvme-abort.html
create mode 100644 Documentation/nvme-abort.txt
--
2.7.4
next reply other threads:[~2018-01-24 12:24 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-24 12:24 Minwoo Im [this message]
2018-01-24 12:31 ` [PATCH 0/2] nvme-cli: add support for an abort command with documentation Johannes Thumshirn
2018-01-24 12:55 ` Minwoo Im
2018-01-24 13:03 ` Johannes Thumshirn
2018-01-24 13:15 ` Minwoo Im
2018-01-24 17:26 ` James Smart
2018-01-25 13:14 ` 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=1516796682-31793-1-git-send-email-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.