]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
nbft: add the nbft show plugin
authorStuart Hayes <stuart_hayes@dell.com>
Sat, 15 Apr 2023 02:01:07 +0000 (22:01 -0400)
committerDaniel Wagner <wagi@monom.org>
Mon, 17 Apr 2023 08:06:00 +0000 (10:06 +0200)
commit23daeedc53be9b5225cc6806434888c0a7a8e9bf
tree87a100b02686d64abdc424522b8b8000b7efb8a5
parenta71a08532b5f06ee19ee2ff118a23cec4ecb6719
nbft: add the nbft show plugin

Display contents of the ACPI NBFT files.

Usage: nvme nbft show <device> [OPTIONS]

Options:
  [  --output-format=<FMT>, -o <FMT> ]  --- Output format: normal|json
  [  --subsystem, -s ]                  --- show NBFT subsystems
  [  --hfi, -H ]                        --- show NBFT HFIs
  [  --discovery, -d ]                  --- show NBFT discovery controllers
  [  --nbft-path=<STR> ]                --- user-defined path for NBFT tables

Signed-off-by: Stuart Hayes <stuart_hayes@dell.com>
Signed-off-by: Martin Wilck <mwilck@suse.com>
Signed-off-by: John Meneghini <jmeneghi@redhat.com>
plugins/meson.build
plugins/nbft/nbft-plugin.c [new file with mode: 0644]
plugins/nbft/nbft-plugin.h [new file with mode: 0644]