linux-nvme / nvme-cli

NVMe management command line interface.
https://nvmexpress.org
GNU General Public License v2.0
1.44k stars 647 forks source link

nvme-print-stdout: fix ASQB, ACQB and BMBBA prints #2324

Closed ikegami-t closed 3 months ago

ikegami-t commented 3 months ago

The fields needed be output only as the 52 most significant bits.

ikegami-t commented 3 months ago

Depended on the libnvme PR changes https://github.com/linux-nvme/libnvme/pull/830.

igaw commented 3 months ago

Thanks!