Merging upstream version 1.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
cd3404518a
commit
4776b16754
795 changed files with 3047 additions and 1805 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue