From: Gollu Appalanaidu Date: Fri, 9 Jul 2021 08:19:58 +0000 (+0530) Subject: nvme add Storage Tag Check field in NVM Commands X-Git-Tag: v2.0-rc0~53^2~50 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=aec30ac30d1bb396f02bb1ffe0c6132544e4d93a;p=users%2Fsagi%2Fnvme-cli.git nvme add Storage Tag Check field in NVM Commands Add Storage Tag Check(STC) field in Write, Read, Compare, Write Zeroes and Verify commands Signed-off-by: Gollu Appalanaidu [dwagner: changed NVME_RW_STORAGE_TAG_CHECK to NVME_SC_STORAGE_TAG_CHECK] Signed-off-by: Daniel Wagner --- diff --git a/Documentation/nvme-compare.1 b/Documentation/nvme-compare.1 index 0638190d..ada1790e 100644 --- a/Documentation/nvme-compare.1 +++ b/Documentation/nvme-compare.1 @@ -1,13 +1,13 @@ '\" t .\" Title: nvme-compare -.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author] -.\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 10/20/2020 +.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] +.\" Generator: DocBook XSL Stylesheets v1.79.1 +.\" Date: 07/09/2021 .\" Manual: NVMe Manual .\" Source: NVMe .\" Language: English .\" -.TH "NVME\-COMPARE" "1" "10/20/2020" "NVMe" "NVMe Manual" +.TH "NVME\-COMPARE" "1" "07/09/2021" "NVMe" "NVMe Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -50,6 +50,7 @@ nvme-compare \- Send an NVMe Compare command, provide results [\-\-show\-command | \-v] [\-\-dry\-run | \-w] [\-\-latency | \-t] + [\-\-storage\-tag\-check | \-C ] .fi .SH "DESCRIPTION" .sp @@ -202,6 +203,11 @@ be set\&. Otherwise \-\-dry\-run option will be .RS 4 Print out the latency the IOCTL took (in us)\&. .RE +.PP +\-\-storage\-tag\-check=, \-C +.RS 4 +This bit specifies the Storage Tag field shall be checked as part of end\-to\-end data protection processing\&. +.RE .SH "EXAMPLES" .sp No examples yet\&. diff --git a/Documentation/nvme-compare.html b/Documentation/nvme-compare.html index e3b68574..0c13e326 100644 --- a/Documentation/nvme-compare.html +++ b/Documentation/nvme-compare.html @@ -1,9 +1,10 @@ + - + nvme-compare(1)