Linux-NVME Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V4 0/2] nvme-cli: ana log support
@ 2018-08-13  5:59 Chaitanya Kulkarni
  2018-08-13  5:59 ` [PATCH V4 1/2] nvme-cli: add minimal ana-log page support Chaitanya Kulkarni
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Chaitanya Kulkarni @ 2018-08-13  5:59 UTC (permalink / raw)


Hi,

This adds nvme-ana-log support for nvme-cli. Please consider this for
inclusion so we can start using nvme-cli for ANA related testcases.

Regards,
Chaitanya
 
Changes since V3:-

1. Fix the comments from Minwoo Im.
2. Generate the patch series on the top of
   http://lists.infradead.org/pipermail/linux-nvme/2018-August/019635.html.

Chaitanya Kulkarni (2):
  nvme-cli: add minimal ana-log page support
  nvme-cli: add ana-log documentation

 Documentation/nvme-ana-log.1    |  77 +++
 Documentation/nvme-ana-log.html | 815 ++++++++++++++++++++++++++++++++
 Documentation/nvme-ana-log.txt  |  41 ++
 linux/nvme.h                    |  52 +-
 nvme-builtin.h                  |   1 +
 nvme-ioctl.c                    |   8 +
 nvme-ioctl.h                    |   1 +
 nvme-print.c                    | 170 ++++++-
 nvme-print.h                    |   2 +
 nvme.c                          |  72 +++
 10 files changed, 1232 insertions(+), 7 deletions(-)
 create mode 100644 Documentation/nvme-ana-log.1
 create mode 100644 Documentation/nvme-ana-log.html
 create mode 100644 Documentation/nvme-ana-log.txt

-- 
2.17.0

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

end of thread, other threads:[~2018-08-13 14:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-13  5:59 [PATCH V4 0/2] nvme-cli: ana log support Chaitanya Kulkarni
2018-08-13  5:59 ` [PATCH V4 1/2] nvme-cli: add minimal ana-log page support Chaitanya Kulkarni
2018-08-13  5:59 ` [PATCH V4 2/2] nvme-cli: add ana-log documentation Chaitanya Kulkarni
2018-08-13 14:45 ` [PATCH V4 0/2] nvme-cli: ana log support Keith Busch

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