Skip to content

Commit 1268b4d

Browse files
committed
doc: add pull-model-ddr-req-log command
Added the nvme-pull-model-ddr-req-log.txt file. Signed-off-by: Tokunori Ikegami <ikegami.t@gmail.com>
1 parent f61f090 commit 1268b4d

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
nvme-pull-model-ddr-req-log(1)
2+
==============================
3+
4+
NAME
5+
----
6+
nvme-pull-model-ddr-req-log - Retrieve Pull Model DDC Request Log, show it
7+
8+
SYNOPSIS
9+
--------
10+
[verse]
11+
'nvme pull-model-ddr-req-log' <device> [--rae | -r] [--verbose | -v]
12+
[--output-format=<fmt> | -o <fmt>] [--timeout=<timeout>]
13+
14+
DESCRIPTION
15+
-----------
16+
Retrieve Pull Model DDC Request Log, show it
17+
18+
The <device> parameter is mandatory NVMe character device (ex: /dev/nvme0).
19+
20+
On success it returns 0, error code otherwise.
21+
22+
OPTIONS
23+
-------
24+
-r::
25+
--rae::
26+
Retain an Asynchronous Event.
27+
28+
-v::
29+
--verbose::
30+
Increase the information detail in the output.
31+
32+
-o <fmt>::
33+
--output-format=<fmt>::
34+
Set the reporting format to 'normal', 'json' or 'binary'. Only one
35+
output format can be used at a time.
36+
37+
-t <timeout>::
38+
--timeout=<timeout>::
39+
Override default timeout value. In milliseconds.
40+
41+
EXAMPLES
42+
--------
43+
* Has the program issue a pull-model-ddr-req-log
44+
+
45+
------------
46+
# nvme pull-model-ddr-req-log /dev/nvme0
47+
------------
48+
49+
NVME
50+
----
51+
Part of the nvme-user suite.

0 commit comments

Comments
 (0)