Merging upstream version 1.11.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
fc25ba7fb2
commit
bdf865565e
946 changed files with 4896 additions and 1272 deletions
|
@ -29,6 +29,7 @@ Fabrics-specific definitions.
|
|||
int tos;
|
||||
long keyring;
|
||||
long tls_key;
|
||||
long tls_configured_key;
|
||||
bool duplicate_connect;
|
||||
bool disable_sqflow;
|
||||
bool hdr_digest;
|
||||
|
@ -78,6 +79,9 @@ Fabrics-specific definitions.
|
|||
``tls_key``
|
||||
TLS PSK for the connection
|
||||
|
||||
``tls_configured_key``
|
||||
TLS PSK for connect command for the connection
|
||||
|
||||
``duplicate_connect``
|
||||
Allow multiple connections to the same target
|
||||
|
||||
|
@ -376,6 +380,25 @@ into the topology using **h** as parent.
|
|||
0 on success; on failure errno is set and -1 is returned.
|
||||
|
||||
|
||||
.. c:function:: int nvmf_connect_ctrl (nvme_ctrl_t c)
|
||||
|
||||
Connect a controller
|
||||
|
||||
**Parameters**
|
||||
|
||||
``nvme_ctrl_t c``
|
||||
Controller to be connected
|
||||
|
||||
**Description**
|
||||
|
||||
Issues a 'connect' command to the NVMe-oF controller.
|
||||
**c** must be initialized and not connected to the topology.
|
||||
|
||||
**Return**
|
||||
|
||||
0 on success; on failure errno is set and -1 is returned.
|
||||
|
||||
|
||||
.. c:function:: int nvmf_get_discovery_log (nvme_ctrl_t c, struct nvmf_discovery_log **logp, int max_retries)
|
||||
|
||||
Return the discovery log page
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue