1
0
Fork 0

Merging upstream version 1.11.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-16 10:51:10 +01:00
parent fc25ba7fb2
commit bdf865565e
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
946 changed files with 4896 additions and 1272 deletions

View file

@ -1,4 +1,4 @@
.TH "libnvme" 9 "struct nvme_fabrics_config" "August 2024" "API Manual" LINUX
.TH "libnvme" 9 "struct nvme_fabrics_config" "October 2024" "API Manual" LINUX
.SH NAME
struct nvme_fabrics_config \- Defines all linux nvme fabrics initiator options
.SH SYNOPSIS
@ -30,6 +30,8 @@ struct nvme_fabrics_config {
.br
.BI " long tls_key;"
.br
.BI " long tls_configured_key;"
.br
.BI " bool duplicate_connect;"
.br
.BI " bool disable_sqflow;"
@ -73,6 +75,8 @@ Type of service
Keyring to store and lookup keys
.IP "tls_key" 12
TLS PSK for the connection
.IP "tls_configured_key" 12
TLS PSK for connect command for the connection
.IP "duplicate_connect" 12
Allow multiple connections to the same target
.IP "disable_sqflow" 12