All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH nvme-cli 0/3] Print out controller and ANA state for list-subsys
@ 2018-11-16  7:34 Hannes Reinecke
  2018-11-16  7:34 ` [PATCH nvme-cli 1/3] nvme: introduce get_nvme_ctrl_attr() Hannes Reinecke
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Hannes Reinecke @ 2018-11-16  7:34 UTC (permalink / raw)


Hi all,

this patchset implements the ability to check the path / controller state
on each namespace. It does so by enhancing the 'list-subsys' command to
optionally accept a device name for the namespace to check; with that we
are able to print out the controller and the ANA state per controller leading
up to that namespace.

As usual, comments and reviews are welcome.

Hannes Reinecke (3):
  nvme: introduce get_nvme_ctrl_attr()
  nvme: print out controller state for 'list-subsys'
  nvme-list-subsys: Add device name argument and print out ANA state

 Documentation/nvme-list-subsys.txt |   4 +-
 fabrics.c                          |   2 +-
 nvme-print.c                       |  13 ++-
 nvme.c                             | 226 ++++++++++++++++++++++++++-----------
 nvme.h                             |   4 +-
 5 files changed, 175 insertions(+), 74 deletions(-)

-- 
2.13.7

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

end of thread, other threads:[~2018-11-16 16:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-16  7:34 [PATCH nvme-cli 0/3] Print out controller and ANA state for list-subsys Hannes Reinecke
2018-11-16  7:34 ` [PATCH nvme-cli 1/3] nvme: introduce get_nvme_ctrl_attr() Hannes Reinecke
2018-11-16 16:59   ` Keith Busch
2018-11-16  7:35 ` [PATCH nvme-cli 2/3] nvme: print out controller state for 'list-subsys' Hannes Reinecke
2018-11-16  7:35 ` [PATCH nvme-cli 3/3] nvme-list-subsys: Add device name argument and print out ANA state Hannes Reinecke

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.