public inbox for linux-nvme@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 0/2] extend nvme show-topology tabular output
@ 2026-03-31 14:12 Nilay Shroff
  2026-03-31 14:12 ` [PATCH 1/2] nvme-cli: extend show-topology tabular output for non-multipath subsys Nilay Shroff
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Nilay Shroff @ 2026-03-31 14:12 UTC (permalink / raw)
  To: linux-nvme; +Cc: dwagner, gjoyce

Hi,

This patchset extends the tabular output of the "nvme show-topology"
command.

Currently, the tabular output does not display controller information
if a controller has no associated namespaces or paths. However, it is
valid for a controller within a subsystem to have no namespaces or
paths attached.

In such cases, it is still useful to display controller information
such as the controller name, transport type, address, and state,
while leaving namespace and path-related fields (e.g., nsid, nshead,
anastate, nspath) empty.

This patchset is divided into two patches, first patch extends the output
for non-multipath subsystems while the second patch extends the output for 
multipath subsystems.

As usual, feedback/comments/suggestions are welcome!

Thanks!

Nilay Shroff (2):
  nvme-cli: extend show-topology tabular output for non-multipath subsys
  nvme-cli: extend show-topology tabular output for multipath subsys

 nvme-print-stdout.c | 256 +++++++++++++++++++++++++++++++-------------
 1 file changed, 181 insertions(+), 75 deletions(-)

-- 
2.53.0



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

end of thread, other threads:[~2026-04-01 14:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-31 14:12 [PATCH 0/2] extend nvme show-topology tabular output Nilay Shroff
2026-03-31 14:12 ` [PATCH 1/2] nvme-cli: extend show-topology tabular output for non-multipath subsys Nilay Shroff
2026-03-31 14:12 ` [PATCH 2/2] nvme-cli: extend show-topology tabular output for multipath subsys Nilay Shroff
2026-04-01 14:05 ` [PATCH 0/2] extend nvme show-topology tabular output Daniel Wagner

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