From dc3f3471f8a00ce0c8fb4cbf2a31e299696f3bbc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 31 Jan 2023 05:13:00 +0100 Subject: Adding upstream version 2.3. Signed-off-by: Daniel Baumann --- Documentation/nvme-io-mgmt-send.html | 852 +++++++++++++++++++++++++++++++++++ 1 file changed, 852 insertions(+) create mode 100644 Documentation/nvme-io-mgmt-send.html (limited to 'Documentation/nvme-io-mgmt-send.html') diff --git a/Documentation/nvme-io-mgmt-send.html b/Documentation/nvme-io-mgmt-send.html new file mode 100644 index 0000000..676544c --- /dev/null +++ b/Documentation/nvme-io-mgmt-send.html @@ -0,0 +1,852 @@ + + + + + + +nvme-io-mgmt-send(1) + + + + + +
+
+

SYNOPSIS

+
+
+
nvme io-mgmt-send <device> [--namespace-id=<NUM> | -n <NUM>]
+                             [--mos=<NUM> | -s <NUM>]
+                             [--mo=<NUM> | -m <NUM>]
+                             [--data=<FILE> | -d <FILE>]
+                             [--data-len=<NUM> | -l <NUM>]
+
+
+
+
+
+

DESCRIPTION

+
+

For the NVMe device given, issues the I/O Management Send command with the +requested management operation (mo) and management operation specific parameter +(mos). This is the generic interface provided for forward compatibility as new +operations are added that this program isn’t aware of at the time of its +development. As such, this is a generic command that does not provide any +convenience parameters to produce the binary payload.

+
+
+
+

OPTIONS

+
+
+
+-n <NUM> +
+
+--namespace-id=<NUM> +
+
+

+ Use the provided namespace id for the command. If not provided, the + namespace id of the block device will be used. If the command is issued + to a non-block device, the parameter is required. +

+
+
+-d <FILE> +
+
+--data=<FILE> +
+
+

+ File to read payload from. If unspecified, data will be read from the + standard input stream. +

+
+
+-l <NUM> +
+
+--data-len=<NUM> +
+
+

+ Payload data buffer length +

+
+
+-m <NUM> +
+
+--mo <NUM> +
+
+

+ Management Operation to perform. +

+
+
+-s <NUM> +
+
+--mos=<NUM> +
+
+

+ Management Operation Specific parameter. +

+
+
+
+
+
+

NVME

+
+

Part of nvme-cli

+
+
+
+

+ + + -- cgit v1.2.3