summaryrefslogtreecommitdiffstats
path: root/doc/man/nvme_fabrics_config.2
blob: b5f868d4fee18ba6e7c3abe5fd42052636f951e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
.TH "libnvme" 9 "struct nvme_fabrics_config" "July 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)