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.275
1 files changed, 75 insertions, 0 deletions
diff --git a/doc/man/nvme_fabrics_config.2 b/doc/man/nvme_fabrics_config.2
new file mode 100644
index 0000000..f54377f
--- /dev/null
+++ b/doc/man/nvme_fabrics_config.2
@@ -0,0 +1,75 @@
+.TH "libnvme" 9 "struct nvme_fabrics_config" "April 2022" "API Manual" LINUX
+.SH NAME
+struct nvme_fabrics_config \- Defines all linux nvme fabrics initiator options
+.SH SYNOPSIS
+struct nvme_fabrics_config {
+.br
+.BI " char *host_traddr;"
+.br
+.BI " char *host_iface;"
+.br
+.BI " int queue_size;"
+.br
+.BI " int nr_io_queues;"
+.br
+.BI " int reconnect_delay;"
+.br
+.BI " int ctrl_loss_tmo;"
+.br
+.BI " int fast_io_fail_tmo;"
+.br
+.BI " int keep_alive_tmo;"
+.br
+.BI " int nr_write_queues;"
+.br
+.BI " int nr_poll_queues;"
+.br
+.BI " int tos;"
+.br
+.BI " bool duplicate_connect;"
+.br
+.BI " bool disable_sqflow;"
+.br
+.BI " bool hdr_digest;"
+.br
+.BI " bool data_digest;"
+.br
+.BI " bool tls;"
+.br
+.BI "
+};
+.br
+
+.SH Members
+.IP "host_traddr" 12
+Host transport address
+.IP "host_iface" 12
+Host interface name
+.IP "queue_size" 12
+Number of IO queue entries
+.IP "nr_io_queues" 12
+Number of controller IO queues to establish
+.IP "reconnect_delay" 12
+Time between two consecutive reconnect attempts.
+.IP "ctrl_loss_tmo" 12
+Override the default controller reconnect attempt timeout in seconds
+.IP "fast_io_fail_tmo" 12
+Set the fast I/O fail timeout in seconds.
+.IP "keep_alive_tmo" 12
+Override the default keep-alive-timeout to this value in seconds
+.IP "nr_write_queues" 12
+Number of queues to use for exclusively for writing
+.IP "nr_poll_queues" 12
+Number of queues to reserve for polling completions
+.IP "tos" 12
+Type of service
+.IP "duplicate_connect" 12
+Allow multiple connections to the same target
+.IP "disable_sqflow" 12
+Disable controller sq flow control
+.IP "hdr_digest" 12
+Generate/verify header digest (TCP)
+.IP "data_digest" 12
+Generate/verify data digest (TCP)
+.IP "tls" 12
+Start TLS on the connection (TCP)