summaryrefslogtreecommitdiffstats
path: root/doc/man/nvme_fabrics_config.2
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/nvme_fabrics_config.2')
-rw-r--r--doc/man/nvme_fabrics_config.210
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/man/nvme_fabrics_config.2 b/doc/man/nvme_fabrics_config.2
index 24c4f6e..37cb11e 100644
--- a/doc/man/nvme_fabrics_config.2
+++ b/doc/man/nvme_fabrics_config.2
@@ -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