Whamcloud - gitweb
360383d2653aa2389e80ce8bb2ce41647965df16
[fs/lustre-release.git] / lnet / include / lnet / lib-dlc.h
1 /*
2  * LGPL HEADER START
3  *
4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5  *
6  * This library is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU Lesser General Public
8  * License as published by the Free Software Foundation; either
9  * version 2.1 of the License, or (at your option) any later version.
10  *
11  * This library is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14  * Lesser General Public License for more details.
15  *
16  * You should have received a copy of the GNU Lesser General Public
17  * License along with this library.
18  *
19  * LGPL HEADER END
20  *
21  */
22 /*
23  * Copyright (c) 2014, 2016, Intel Corporation.
24  */
25 /*
26  * Author: Amir Shehata <amir.shehata@intel.com>
27  */
28
29 #ifndef LNET_DLC_H
30 #define LNET_DLC_H
31
32 #include <libcfs/libcfs_ioctl.h>
33 #include <lnet/types.h>
34
35 #define MAX_NUM_SHOW_ENTRIES    32
36 #define LNET_MAX_STR_LEN        128
37 #define LNET_MAX_SHOW_NUM_CPT   128
38 #define LNET_UNDEFINED_HOPS     ((__u32) -1)
39
40 /*
41  * To allow for future enhancements to extend the tunables
42  * add a hdr to this structure, so that the version can be set
43  * and checked for backwards compatibility. Newer versions of LNet
44  * can still work with older versions of lnetctl. The restriction is
45  * that the structure can be added to and not removed from in order
46  * to not invalidate older lnetctl utilities. Moreover, the order of
47  * fields must remain the same, and new fields appended to the structure
48  *
49  * That said all existing LND tunables will be added in this structure
50  * to avoid future changes.
51  */
52 struct lnet_ioctl_config_lnd_cmn_tunables {
53         __u32 lct_version;
54         __s32 lct_peer_timeout;
55         __s32 lct_peer_tx_credits;
56         __s32 lct_peer_rtr_credits;
57         __s32 lct_max_tx_credits;
58 };
59
60 struct lnet_ioctl_config_o2iblnd_tunables {
61         __u32 lnd_version;
62         __u32 lnd_peercredits_hiw;
63         __u32 lnd_map_on_demand;
64         __u32 lnd_concurrent_sends;
65         __u32 lnd_fmr_pool_size;
66         __u32 lnd_fmr_flush_trigger;
67         __u32 lnd_fmr_cache;
68         __u32 pad;
69 };
70
71 struct lnet_lnd_tunables {
72         union {
73                 struct lnet_ioctl_config_o2iblnd_tunables lnd_o2ib;
74         } lnd_tun_u;
75 };
76
77 struct lnet_ioctl_config_lnd_tunables {
78         struct lnet_ioctl_config_lnd_cmn_tunables lt_cmn;
79         struct lnet_lnd_tunables lt_tun;
80 };
81
82 struct lnet_ioctl_net_config {
83         char ni_interfaces[LNET_MAX_INTERFACES][LNET_MAX_STR_LEN];
84         __u32 ni_status;
85         __u32 ni_cpts[LNET_MAX_SHOW_NUM_CPT];
86         char cfg_bulk[0];
87 };
88
89 #define LNET_TINY_BUF_IDX       0
90 #define LNET_SMALL_BUF_IDX      1
91 #define LNET_LARGE_BUF_IDX      2
92
93 /* # different router buffer pools */
94 #define LNET_NRBPOOLS           (LNET_LARGE_BUF_IDX + 1)
95
96 struct lnet_ioctl_pool_cfg {
97         struct {
98                 __u32 pl_npages;
99                 __u32 pl_nbuffers;
100                 __u32 pl_credits;
101                 __u32 pl_mincredits;
102         } pl_pools[LNET_NRBPOOLS];
103         __u32 pl_routing;
104 };
105
106 struct lnet_ioctl_ping_data {
107         struct libcfs_ioctl_hdr ping_hdr;
108
109         __u32 op_param;
110         __u32 ping_count;
111         __u32 ping_flags;
112         bool mr_info;
113         lnet_process_id_t ping_id;
114         lnet_process_id_t __user *ping_buf;
115 };
116
117 struct lnet_ioctl_config_data {
118         struct libcfs_ioctl_hdr cfg_hdr;
119
120         __u32 cfg_net;
121         __u32 cfg_count;
122         __u64 cfg_nid;
123         __u32 cfg_ncpts;
124
125         union {
126                 struct {
127                         __u32 rtr_hop;
128                         __u32 rtr_priority;
129                         __u32 rtr_flags;
130                 } cfg_route;
131                 struct {
132                         char net_intf[LNET_MAX_STR_LEN];
133                         __s32 net_peer_timeout;
134                         __s32 net_peer_tx_credits;
135                         __s32 net_peer_rtr_credits;
136                         __s32 net_max_tx_credits;
137                         __u32 net_cksum_algo;
138                         __u32 net_interface_count;
139                 } cfg_net;
140                 struct {
141                         __u32 buf_enable;
142                         __s32 buf_tiny;
143                         __s32 buf_small;
144                         __s32 buf_large;
145                 } cfg_buffers;
146         } cfg_config_u;
147
148         char cfg_bulk[0];
149 };
150
151 struct lnet_ioctl_comm_count {
152         __u32 ico_get_count;
153         __u32 ico_put_count;
154         __u32 ico_reply_count;
155         __u32 ico_ack_count;
156         __u32 ico_hello_count;
157 };
158
159 struct lnet_ioctl_element_stats {
160         __u32 iel_send_count;
161         __u32 iel_recv_count;
162         __u32 iel_drop_count;
163 };
164
165 struct lnet_ioctl_element_msg_stats {
166         struct libcfs_ioctl_hdr im_hdr;
167         __u32 im_idx;
168         struct lnet_ioctl_comm_count im_send_stats;
169         struct lnet_ioctl_comm_count im_recv_stats;
170         struct lnet_ioctl_comm_count im_drop_stats;
171 };
172
173 /*
174  * lnet_ioctl_config_ni
175  *  This structure describes an NI configuration. There are multiple components
176  *  when configuring an NI: Net, Interfaces, CPT list and LND tunables
177  *  A network is passed as a string to the DLC and translated using
178  *  libcfs_str2net()
179  *  An interface is the name of the system configured interface
180  *  (ex eth0, ib1)
181  *  CPT is the list of CPTS LND tunables are passed in the lic_bulk area
182  */
183 struct lnet_ioctl_config_ni {
184         struct libcfs_ioctl_hdr lic_cfg_hdr;
185         lnet_nid_t              lic_nid;
186         char                    lic_ni_intf[LNET_MAX_INTERFACES][LNET_MAX_STR_LEN];
187         char                    lic_legacy_ip2nets[LNET_MAX_STR_LEN];
188         __u32                   lic_cpts[LNET_MAX_SHOW_NUM_CPT];
189         __u32                   lic_ncpts;
190         __u32                   lic_status;
191         __u32                   lic_tcp_bonding;
192         __u32                   lic_idx;
193         __s32                   lic_dev_cpt;
194         char                    pad[4];
195         char                    lic_bulk[0];
196 };
197
198 struct lnet_peer_ni_credit_info {
199         char cr_aliveness[LNET_MAX_STR_LEN];
200         __u32 cr_refcount;
201         __s32 cr_ni_peer_tx_credits;
202         __s32 cr_peer_tx_credits;
203         __s32 cr_peer_min_tx_credits;
204         __u32 cr_peer_tx_qnob;
205         __s32 cr_peer_rtr_credits;
206         __s32 cr_peer_min_rtr_credits;
207         __u32 cr_ncpt;
208 };
209
210 struct lnet_ioctl_peer {
211         struct libcfs_ioctl_hdr pr_hdr;
212         __u32 pr_count;
213         __u32 pr_pad;
214         lnet_nid_t pr_nid;
215
216         union {
217                 struct lnet_peer_ni_credit_info  pr_peer_credits;
218         } pr_lnd_u;
219 };
220
221 struct lnet_ioctl_peer_cfg {
222         struct libcfs_ioctl_hdr prcfg_hdr;
223         lnet_nid_t prcfg_prim_nid;
224         lnet_nid_t prcfg_cfg_nid;
225         __u32 prcfg_count;
226         bool prcfg_mr;
227         __u32 prcfg_state;
228         __u32 prcfg_size;
229         void __user *prcfg_bulk;
230 };
231
232 struct lnet_ioctl_numa_range {
233         struct libcfs_ioctl_hdr nr_hdr;
234         __u32 nr_range;
235 };
236
237 struct lnet_ioctl_lnet_stats {
238         struct libcfs_ioctl_hdr st_hdr;
239         struct lnet_counters st_cntrs;
240 };
241
242 #endif /* LNET_DLC_H */