Adding upstream version 1.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
809e3412a9
commit
336fe81026
743 changed files with 51081 additions and 0 deletions
75
doc/man/nvme_fabrics_config.2
Normal file
75
doc/man/nvme_fabrics_config.2
Normal file
|
@ -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)
|
Loading…
Add table
Add a link
Reference in a new issue