From: Keith Busch
Date: Thu, 3 Mar 2016 18:14:25 +0000 (-0700)
Subject: Add namespace id param for security commands
X-Git-Tag: v0.5~12
X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=49ea518feb58d1d3713edc15e024bb06147ea780;p=users%2Fsagi%2Fnvme-cli.git
Add namespace id param for security commands
Signed-off-by: Keith Busch
---
diff --git a/Documentation/nvme-security-recv.1 b/Documentation/nvme-security-recv.1
index ede4d6b2..1355bd59 100644
--- a/Documentation/nvme-security-recv.1
+++ b/Documentation/nvme-security-recv.1
@@ -2,12 +2,12 @@
.\" Title: nvme-security-recv
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.76.1
-.\" Date: 06/08/2015
+.\" Date: 03/03/2016
.\" Manual: NVMe Manual
.\" Source: NVMe
.\" Language: English
.\"
-.TH "NVME\-SECURITY\-RECV" "1" "06/08/2015" "NVMe" "NVMe Manual"
+.TH "NVME\-SECURITY\-RECV" "1" "03/03/2016" "NVMe" "NVMe Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -36,6 +36,7 @@ nvme-security-recv \- Security Recv command
[\-\-secp= | \-p ]
[\-\-spsp= | \-s ]
[\-\-tl= | \-t ]
+ [\-\-namespace\-id= | \-n ]
[\-b | \-\-raw\-binary]
.fi
.SH "DESCRIPTION"
@@ -47,6 +48,11 @@ The association between a Security Receive command and previous Security Send co
Each Security Receive command returns the appropriate data corresponding to a Security Send command as defined by the rules of the Security Protocol\&. The Security Receive command data may not be retained if there is a loss of communication between the controller and host, or if a controller reset occurs\&.
.SH "OPTIONS"
.PP
+\-n , \-\-namespace\-id=
+.RS 4
+Target a specific namespace for this security command\&.
+.RE
+.PP
\-x , \-\-size=
.RS 4
Size of buffer to allocate\&. One success it will be printed to STDOUT\&.
diff --git a/Documentation/nvme-security-recv.html b/Documentation/nvme-security-recv.html
index 63af749d..5f681294 100644
--- a/Documentation/nvme-security-recv.html
+++ b/Documentation/nvme-security-recv.html
@@ -435,7 +435,7 @@ thead, p.table.header {
p.table {
margin-top: 0;
}
-/* Because the table frame attribute is overridden by CSS in most browsers. */
+/* Because the table frame attribute is overriden by CSS in most browsers. */
div.tableblock > table[frame="void"] {
border-style: none;
}
@@ -756,6 +756,7 @@ nvme-security-recv(1) Manual Page
[--secp=<security-protocol> | -p <security-protocol>]
[--spsp=<protocol-specific> | -s <protocol-specific>]
[--tl=<transfer-length> | -t <transfer-length>]
+ [--namespace-id=<nsid> | -n <nsid>]
[-b | --raw-binary]
@@ -783,6 +784,17 @@ controller reset occurs.
-
+-n <nsid>
+
+-
+--namespace-id=<nsid>
+
+-
+
+ Target a specific namespace for this security command.
+
+
+-
-x <size>
-
@@ -862,7 +874,7 @@ controller reset occurs.