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
|
@ -1,4 +1,4 @@
|
|||
.TH "libnvme" 9 "struct nvme_fabrics_config" "January 2023" "API Manual" LINUX
|
||||
.TH "libnvme" 9 "struct nvme_fabrics_config" "March 2023" "API Manual" LINUX
|
||||
.SH NAME
|
||||
struct nvme_fabrics_config \- Defines all linux nvme fabrics initiator options
|
||||
.SH SYNOPSIS
|
||||
|
@ -26,6 +26,10 @@ struct nvme_fabrics_config {
|
|||
.br
|
||||
.BI " int tos;"
|
||||
.br
|
||||
.BI " int keyring;"
|
||||
.br
|
||||
.BI " int tls_key;"
|
||||
.br
|
||||
.BI " bool duplicate_connect;"
|
||||
.br
|
||||
.BI " bool disable_sqflow;"
|
||||
|
@ -63,6 +67,10 @@ Number of queues to use for exclusively for writing
|
|||
Number of queues to reserve for polling completions
|
||||
.IP "tos" 12
|
||||
Type of service
|
||||
.IP "keyring" 12
|
||||
Keyring to store and lookup keys
|
||||
.IP "tls_key" 12
|
||||
TLS PSK for the connection
|
||||
.IP "duplicate_connect" 12
|
||||
Allow multiple connections to the same target
|
||||
.IP "disable_sqflow" 12
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue