linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/2] nvme-cli: add ana-log support
@ 2018-07-26  4:18 Chaitanya Kulkarni
  2018-07-26  4:18 ` [PATCH V2 1/2] nvme-cli: add minimal ana-log page support Chaitanya Kulkarni
  2018-07-26  4:18 ` [PATCH V2 2/2] nvme-cli: add ana-log documentation Chaitanya Kulkarni
  0 siblings, 2 replies; 7+ messages in thread
From: Chaitanya Kulkarni @ 2018-07-26  4:18 UTC (permalink / raw)


This allows reading NVMe Asynchronous Namespace Access log page
support to the nvme-cli.

Changes Since V1:-

1. Add JSON output format support.
2. Use RAE bit to retain the AEN when reading the ANA log page.
3. Fix for the Christoph's comments.

Regards,
Chaitanya

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

 Documentation/nvme-ana-log.1    |  82 ++++
 Documentation/nvme-ana-log.html | 826 ++++++++++++++++++++++++++++++++
 Documentation/nvme-ana-log.txt  |  45 ++
 linux/nvme.h                    |  52 +-
 nvme-builtin.h                  |   1 +
 nvme-ioctl.c                    |   8 +
 nvme-ioctl.h                    |   1 +
 nvme-print.c                    | 130 ++++-
 nvme-print.h                    |   2 +
 nvme.c                          |  77 +++
 10 files changed, 1219 insertions(+), 5 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] 7+ messages in thread

end of thread, other threads:[~2018-07-31 17:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-26  4:18 [PATCH V2 0/2] nvme-cli: add ana-log support Chaitanya Kulkarni
2018-07-26  4:18 ` [PATCH V2 1/2] nvme-cli: add minimal ana-log page support Chaitanya Kulkarni
2018-07-30  7:43   ` Hannes Reinecke
2018-07-30  9:04     ` Christoph Hellwig
2018-07-31 17:42     ` Chaitanya Kulkarni
2018-07-26  4:18 ` [PATCH V2 2/2] nvme-cli: add ana-log documentation Chaitanya Kulkarni
2018-07-30  7:43   ` Hannes Reinecke

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).