Skip to content

Commit 5c62733

Browse files
ikegami-tigaw
authored andcommitted
doc: Add get-feature cdw11 and set-feature cdw12 parameters
Those implemented but missed to described by the documentations. Signed-off-by: Tokunori Ikegami <ikegami.t@gmail.com>
1 parent 9b1253b commit 5c62733

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Documentation/nvme-get-feature.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ SYNOPSIS
99
--------
1010
[verse]
1111
'nvme get-feature' <device> [--namespace-id=<nsid> | -n <nsid>]
12-
[--feature-id=<fid> | -f <fid>] [--cdw11=<cdw11>]
12+
[--feature-id=<fid> | -f <fid>]
1313
[--uuid-index=<uuid-index> | -U <uuid_index>]
1414
[--data-len=<data-len> | -l <data-len>]
1515
[--sel=<select> | -s <select>]
16-
[--raw-binary | -b]
16+
[--raw-binary | -b] [--cdw11=<cdw11> | -c <cdw11>]
1717
[--human-readable | -H]
1818
[--output-format=<fmt> | -o <fmt>] [--verbose | -v]
1919

@@ -69,6 +69,7 @@ OPTIONS
6969
known features do not use this value. The exception is LBA
7070
Range Type
7171

72+
-c <cdw11>::
7273
--cdw11=<cdw11>::
7374
The value for command dword 11, if applicable.
7475

Documentation/nvme-set-feature.txt

+5
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ SYNOPSIS
1414
[--data-len=<data-len> | -l <data-len>]
1515
[--data=<data-file> | -d <data-file>] [--save | -s]
1616
[--output-format=<fmt> | -o <fmt>] [--verbose | -v]
17+
[--cdw12=<cdw12> | -c <cdw12>]
1718

1819
DESCRIPTION
1920
-----------
@@ -73,6 +74,10 @@ OPTIONS
7374
--verbose::
7475
Increase the information detail in the output.
7576

77+
-c <cdw12>::
78+
--cdw12=<cdw12>::
79+
The value for command dword 12, if applicable.
80+
7681
EXAMPLES
7782
--------
7883
* Sets the Power State (PS) to 1 in feature id 2:

0 commit comments

Comments
 (0)