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

@ -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