1
0
Fork 0

Merging upstream version 1.4.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-16 10:07:22 +01:00
parent cd3404518a
commit 4776b16754
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
795 changed files with 3047 additions and 1805 deletions

View file

@ -27,6 +27,8 @@ Fabrics-specific definitions.
int nr_write_queues;
int nr_poll_queues;
int tos;
int keyring;
int tls_key;
bool duplicate_connect;
bool disable_sqflow;
bool hdr_digest;
@ -69,6 +71,12 @@ Fabrics-specific definitions.
``tos``
Type of service
``keyring``
Keyring to store and lookup keys
``tls_key``
TLS PSK for the connection
``duplicate_connect``
Allow multiple connections to the same target
@ -424,10 +432,16 @@ identifier, or NULL if not successful.
.. c:function:: char * nvmf_hostnqn_from_file ()
Reads the host nvm qualified name from the config default location in /usr/local/etc/nvme/
Reads the host nvm qualified name from the config default location
**Parameters**
**Description**
Retrieve the qualified name from the config file located in $SYSCONFIDR/nvme.
$SYSCONFDIR is usually /etc.
**Return**
The host nqn, or NULL if unsuccessful. If found, the caller
@ -436,10 +450,16 @@ is responsible to free the string.
.. c:function:: char * nvmf_hostid_from_file ()
Reads the host identifier from the config default location in /usr/local/etc/nvme/.
Reads the host identifier from the config default location
**Parameters**
**Description**
Retrieve the host idenditifer from the config file located in $SYSCONFDIR/nvme/.
$SYSCONFDIR is usually /etc.
**Return**
The host identifier, or NULL if unsuccessful. If found, the caller