]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
print-stdout: print Host Behavior Support correctly
authorCaleb Sander <csander@purestorage.com>
Wed, 25 Oct 2023 20:52:19 +0000 (14:52 -0600)
committerDaniel Wagner <wagi@monom.org>
Thu, 2 Nov 2023 16:57:36 +0000 (17:57 +0100)
commit91e625bc2652f62b56cc561a9ca3e60c9cf97b4b
tree8faa9e2d4a7dbc63264faeb749c440142f6682bf
parent8e1955e540d9bb89cfc2715fe0495be5d1611efc
print-stdout: print Host Behavior Support correctly

In nvme-cli 1.16, printing the Host Behavior Support feature
logged the values of the 3 fields ACRE, ETDAS, and LBAFEE.
This appears to have regressed in nvme-cli 2.0,
and now only the value of ACRE is printed, without any description.
Log all 3 fields with proper descriptions.
Drop "Host Behavior Support" from their names,
as it's redundant with the feature name.

Signed-off-by: Caleb Sander <csander@purestorage.com>
nvme-print-stdout.c