Merging upstream version 1.15.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
14665a711e
commit
d975eb29d0
116 changed files with 6031 additions and 2284 deletions
|
@ -9,13 +9,16 @@ SYNOPSIS
|
|||
--------
|
||||
[verse]
|
||||
'nvme get-log' <device> [--log-id=<log-id> | -i <log-id>]
|
||||
[--log-len=<log-len> | -l <log-len>]
|
||||
[--aen=<aen> | -a <aen>]
|
||||
[--namespace-id=<nsid> | -n <nsid>]
|
||||
[--raw-binary | -b]
|
||||
[--lpo=<offset> | -o <offset>]
|
||||
[--lsp=<field> | -s <field>]
|
||||
[--rae | -r]
|
||||
[--log-len=<log-len> | -l <log-len>]
|
||||
[--aen=<aen> | -a <aen>]
|
||||
[--namespace-id=<nsid> | -n <nsid>]
|
||||
[--raw-binary | -b]
|
||||
[--lpo=<offset> | -o <offset>]
|
||||
[--lsp=<field> | -s <field>]
|
||||
[--lsi=<field> | -S <field>]
|
||||
[--rae | -r]
|
||||
[--csi=<command_set_identifier> | -y <command_set_identifier>]
|
||||
[--ot | -O]
|
||||
|
||||
DESCRIPTION
|
||||
-----------
|
||||
|
@ -68,10 +71,23 @@ OPTIONS
|
|||
--lsp=<field>::
|
||||
The log specified field of LID.
|
||||
|
||||
-S <field>::
|
||||
--lsi=<field>::
|
||||
The log specified field of Log Specific Identifier.
|
||||
|
||||
-r::
|
||||
--rae::
|
||||
Retain an Asynchronous Event.
|
||||
|
||||
-y <command_set_identifier>::
|
||||
--csi=<command_set_identifier>::
|
||||
This field specifies the identifier of command set.
|
||||
if not issued, NVM Command Set will be selected.
|
||||
|
||||
-O::
|
||||
--ot::
|
||||
Offset Type
|
||||
|
||||
EXAMPLES
|
||||
--------
|
||||
* Get 512 bytes from log page 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue