]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
nvme-print: Display smart log data units read and written SI value
authorTokunori Ikegami <ikegami.t@gmail.com>
Wed, 28 Dec 2022 06:18:25 +0000 (15:18 +0900)
committerTokunori Ikegami <ikegami.t@gmail.com>
Thu, 5 Jan 2023 15:16:54 +0000 (00:16 +0900)
commit2a8bc9483316d2335bcb6f1d0185bc4ac1214479
tree5b4b38d90f4d213b9b3418f79874885fdd4a852e
parentc045535fb0e0e3d3059ed65f18ff9f541e2ad0ac
nvme-print: Display smart log data units read and written SI value

This resolves for the issue #1745. Also change smart log uint128_t values as
group the output with thousands' grouping characters and add test-iunt128-si
unit tests.

Signed-off-by: Tokunori Ikegami <ikegami.t@gmail.com>
nvme-print.c
unit/meson.build
unit/test-uint128-si.c [new file with mode: 0644]
util/suffix.c
util/suffix.h
util/types.c
util/types.h