]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
nvme: add get log page 2.0 spec fields
authorGollu Appalanaidu <anaidu.gollu@samsung.com>
Sat, 12 Jun 2021 09:20:14 +0000 (14:50 +0530)
committerKeith Busch <kbusch@kernel.org>
Wed, 23 Jun 2021 14:41:27 +0000 (08:41 -0600)
commit307142bdee94d75a18cd51f3ba19a3aa202cd9eb
treed8ac65f5e5f71d227cd432c14241c759a2c3e39b
parenteb8ff0d15030eb29b2bf931b4d12ffa410d3370b
nvme: add get log page 2.0 spec fields

Add the Offset Type (OT) and Command Set Identifier (CSI) in
get_log and to nvme_get_log14 function as per the Spec 2.0.

Based on the requirement this can be added for the nvme_get_log13
and nvme_get_log when implementing specific log pages that use
these two parameters.

Signed-off-by: Gollu Appalanaidu <anaidu.gollu@samsung.com>
Documentation/nvme-get-log.1
Documentation/nvme-get-log.html
Documentation/nvme-get-log.txt
nvme-ioctl.c
nvme-ioctl.h
nvme.c
plugins/wdc/wdc-nvme.c