]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
nvme: add support for predictable latency per NVM set log page
authorGollu Appalanaidu <anaidu.gollu@samsung.com>
Wed, 13 Jan 2021 16:27:13 +0000 (21:57 +0530)
committerKeith Busch <kbusch@kernel.org>
Wed, 13 Jan 2021 16:41:36 +0000 (09:41 -0700)
commit9f98711cc383fd54c4233baf8f182f999ab9ef93
tree151c6f124a4bc2e5caf70a5b56ce2447408f8d16
parentc041e211949874a346858a3605488fb2e03a52e0
nvme: add support for predictable latency per NVM set log page

This is to add support for LID = 0x0A, Predictable Latency per
NVM Set, used to determine the current window for the specified
NVM Set when Predictable Latency Mode is enabled and any events
that have occurred for the specified NVM Set. For More details
see NVM Express 1.4 Spec. Section 5.14.1.10 ("Predictable Latency
Per NVM Set (Log Identifier 0Ah)")

Signed-off-by: Gollu Appalanaidu <anaidu.gollu@samsung.com>
Co-Authored-By: Karthik Balan <karthik.b82@samsung.com>
Reviewed-by: Steven Seungcheol Lee <sc108.lee@samsung.com>
12 files changed:
Documentation/nvme-predictable-lat-log.1 [new file with mode: 0644]
Documentation/nvme-predictable-lat-log.html [new file with mode: 0644]
Documentation/nvme-predictable-lat-log.txt [new file with mode: 0644]
completions/_nvme
completions/bash-nvme-completion.sh
linux/nvme.h
nvme-builtin.h
nvme-ioctl.c
nvme-ioctl.h
nvme-print.c
nvme-print.h
nvme.c