diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-01-31 04:16:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-01-31 04:16:55 +0000 |
commit | fbe661f56f8f51c8bda7b3ced1ec41af509e61ff (patch) | |
tree | ac8ac7d3960922094733bac6d9a5300da7171c56 /doc/mi.rst.in | |
parent | Adding upstream version 1.2. (diff) | |
download | libnvme-fbe661f56f8f51c8bda7b3ced1ec41af509e61ff.tar.xz libnvme-fbe661f56f8f51c8bda7b3ced1ec41af509e61ff.zip |
Adding upstream version 1.3.upstream/1.3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | doc/mi.rst.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/mi.rst.in b/doc/mi.rst.in index 2806668..a75fd69 100644 --- a/doc/mi.rst.in +++ b/doc/mi.rst.in @@ -13,6 +13,17 @@ Most of the MI API is transport-agnostic, except for the endpoint constructor functions. Once an endpoint object (``nvme_mi_ep_t``) is created, the generic functions can be used to manage it. +When endpoints are created (through one of the transport-specific functions, +like ``nvme_mi_open_mctp()``), the endpoint hardware will be probed to +see if any device-specific workarounds ("quirks") are required. This is +implemented as an Identify Controller command, requesting a small amount of +data on controller ID 0. + +To suppress this probe, the ``LIBNVME_MI_PROBE_ENABLED`` environment var can be +set. Values of ``0``, ``false`` and ``disabled`` will disable the probe, and no +quirks will be applied. Other values, or an unset environment variable, will +enable the probe. + MCTP Transport -------------- |