Whamcloud - gitweb
LU-9680 lnet: Convert net_fault.c to work with large NIDs
[fs/lustre-release.git] / lnet / include / lnet / lib-lnet.h
1 /*
2  * GPL HEADER START
3  *
4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License version 2 only,
8  * as published by the Free Software Foundation.
9  *
10  * This program is distributed in the hope that it will be useful, but
11  * WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13  * General Public License version 2 for more details (a copy is included
14  * in the LICENSE file that accompanied this code).
15  *
16  * You should have received a copy of the GNU General Public License
17  * version 2 along with this program; If not, see
18  * http://www.gnu.org/licenses/gpl-2.0.html
19  *
20  * GPL HEADER END
21  */
22 /*
23  * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
24  * Use is subject to license terms.
25  *
26  * Copyright (c) 2012, 2017, Intel Corporation.
27  */
28 /*
29  * This file is part of Lustre, http://www.lustre.org/
30  *
31  * lnet/include/lnet/lib-lnet.h
32  *
33  * Top level include for library side routines
34  */
35
36 #ifndef __LNET_LIB_LNET_H__
37 #define __LNET_LIB_LNET_H__
38
39 /* LNET has 0xeXXX */
40 #define CFS_FAIL_PTLRPC_OST_BULK_CB2    0xe000
41
42 #include <linux/netdevice.h>
43
44 #include <libcfs/libcfs.h>
45 #include <lnet/api.h>
46 #include <lnet/lib-types.h>
47 #include <uapi/linux/lnet/lnet-dlc.h>
48 #include <uapi/linux/lnet/lnet-types.h>
49 #include <uapi/linux/lnet/lnetctl.h>
50 #include <uapi/linux/lnet/nidstr.h>
51
52 #include "lock.h"
53
54 extern struct lnet the_lnet;                    /* THE network */
55
56 #if (BITS_PER_LONG == 32)
57 /* 2 CPTs, allowing more CPTs might make us under memory pressure */
58 # define LNET_CPT_MAX_BITS     1
59
60 #else /* 64-bit system */
61 /*
62  * 256 CPTs for thousands of CPUs, allowing more CPTs might make us
63  * under risk of consuming all lh_cookie.
64  */
65 # define LNET_CPT_MAX_BITS     8
66 #endif /* BITS_PER_LONG == 32 */
67
68 /* max allowed CPT number */
69 #define LNET_CPT_MAX            (1 << LNET_CPT_MAX_BITS)
70
71 #define LNET_CPT_NUMBER         (the_lnet.ln_cpt_number)
72 #define LNET_CPT_BITS           (the_lnet.ln_cpt_bits)
73 #define LNET_CPT_MASK           ((1ULL << LNET_CPT_BITS) - 1)
74
75 /** exclusive lock */
76 #define LNET_LOCK_EX            CFS_PERCPT_LOCK_EX
77
78 /* need both kernel and user-land acceptor */
79 #define LNET_ACCEPTOR_MIN_RESERVED_PORT 512
80 #define LNET_ACCEPTOR_MAX_RESERVED_PORT 1023
81
82 /* default timeout and credits */
83 #define DEFAULT_PEER_TIMEOUT    180
84 #define DEFAULT_PEER_CREDITS    8
85 #define DEFAULT_CREDITS         256
86
87 /* default number of connections per peer */
88 #define DEFAULT_CONNS_PER_PEER  0
89
90 #ifdef HAVE_KERN_SOCK_GETNAME_2ARGS
91 #define lnet_kernel_getpeername(sock, addr, addrlen) \
92                 kernel_getpeername(sock, addr)
93 #define lnet_kernel_getsockname(sock, addr, addrlen) \
94                 kernel_getsockname(sock, addr)
95 #else
96 #define lnet_kernel_getpeername(sock, addr, addrlen) \
97                 kernel_getpeername(sock, addr, addrlen)
98 #define lnet_kernel_getsockname(sock, addr, addrlen) \
99                 kernel_getsockname(sock, addr, addrlen)
100 #endif
101
102 /*
103  * kernel 5.3: commit ef11db3310e272d3d8dbe8739e0770820dd20e52
104  * kernel 4.18.0-193.el8:
105  * added in_dev_for_each_ifa_rtnl and in_dev_for_each_ifa_rcu
106  * and removed for_ifa and endfor_ifa.
107  * Use the _rntl variant as the current locking is rtnl.
108  */
109 #ifdef HAVE_IN_DEV_FOR_EACH_IFA_RTNL
110 #define DECLARE_CONST_IN_IFADDR(ifa)            const struct in_ifaddr *ifa
111 #define endfor_ifa(in_dev)
112 #else
113 #define DECLARE_CONST_IN_IFADDR(ifa)
114 #define in_dev_for_each_ifa_rtnl(ifa, in_dev)   for_ifa((in_dev))
115 #define in_dev_for_each_ifa_rcu(ifa, in_dev)    for_ifa((in_dev))
116 #endif
117
118 #ifndef fallthrough
119 # if defined(__GNUC__) && __GNUC__ >= 7
120 #  define fallthrough  __attribute__((fallthrough)) /* fallthrough */
121 # else
122 #  define fallthrough do {} while (0)  /* fallthrough */
123 # endif
124 #endif
125
126 int choose_ipv4_src(__u32 *ret,
127                     int interface, __u32 dst_ipaddr, struct net *ns);
128
129 bool lnet_is_route_alive(struct lnet_route *route);
130 bool lnet_is_gateway_alive(struct lnet_peer *gw);
131
132 static inline int lnet_is_wire_handle_none(struct lnet_handle_wire *wh)
133 {
134         return (wh->wh_interface_cookie == LNET_WIRE_HANDLE_COOKIE_NONE &&
135                 wh->wh_object_cookie == LNET_WIRE_HANDLE_COOKIE_NONE);
136 }
137
138 static inline int lnet_md_exhausted(struct lnet_libmd *md)
139 {
140         return (md->md_threshold == 0 ||
141                 ((md->md_options & LNET_MD_MAX_SIZE) != 0 &&
142                  md->md_offset + md->md_max_size > md->md_length));
143 }
144
145 static inline int lnet_md_unlinkable(struct lnet_libmd *md)
146 {
147         /* Should unlink md when its refcount is 0 and either:
148          *  - md has been flagged for deletion (by auto unlink or LNetM[DE]Unlink,
149          *    in the latter case md may not be exhausted).
150          *  - auto unlink is on and md is exhausted.
151          */
152         if (md->md_refcount != 0)
153                 return 0;
154
155         if ((md->md_flags & LNET_MD_FLAG_ZOMBIE) != 0)
156                 return 1;
157
158         return ((md->md_flags & LNET_MD_FLAG_AUTO_UNLINK) != 0 &&
159                 lnet_md_exhausted(md));
160 }
161
162 #define lnet_cpt_table()        (the_lnet.ln_cpt_table)
163 #define lnet_cpt_current()      cfs_cpt_current(the_lnet.ln_cpt_table, 1)
164
165 static inline int
166 lnet_cpt_of_cookie(__u64 cookie)
167 {
168         unsigned int cpt = (cookie >> LNET_COOKIE_TYPE_BITS) & LNET_CPT_MASK;
169
170         /* LNET_CPT_NUMBER doesn't have to be power2, which means we can
171          * get illegal cpt from it's invalid cookie */
172         return cpt < LNET_CPT_NUMBER ? cpt : cpt % LNET_CPT_NUMBER;
173 }
174
175 static inline void
176 lnet_res_lock(int cpt)
177 {
178         cfs_percpt_lock(the_lnet.ln_res_lock, cpt);
179 }
180
181 static inline void
182 lnet_res_unlock(int cpt)
183 {
184         cfs_percpt_unlock(the_lnet.ln_res_lock, cpt);
185 }
186
187 static inline int
188 lnet_res_lock_current(void)
189 {
190         int cpt = lnet_cpt_current();
191
192         lnet_res_lock(cpt);
193         return cpt;
194 }
195
196 static inline void
197 lnet_net_lock(int cpt)
198 {
199         cfs_percpt_lock(the_lnet.ln_net_lock, cpt);
200 }
201
202 static inline void
203 lnet_net_unlock(int cpt)
204 {
205         cfs_percpt_unlock(the_lnet.ln_net_lock, cpt);
206 }
207
208 static inline int
209 lnet_net_lock_current(void)
210 {
211         int cpt = lnet_cpt_current();
212
213         lnet_net_lock(cpt);
214         return cpt;
215 }
216
217 #define LNET_LOCK()             lnet_net_lock(LNET_LOCK_EX)
218 #define LNET_UNLOCK()           lnet_net_unlock(LNET_LOCK_EX)
219
220 #define lnet_ptl_lock(ptl)      spin_lock(&(ptl)->ptl_lock)
221 #define lnet_ptl_unlock(ptl)    spin_unlock(&(ptl)->ptl_lock)
222 #define lnet_ni_lock(ni)        spin_lock(&(ni)->ni_lock)
223 #define lnet_ni_unlock(ni)      spin_unlock(&(ni)->ni_lock)
224
225 #define MAX_PORTALS     64
226
227 #define LNET_SMALL_MD_SIZE   offsetof(struct lnet_libmd, md_kiov[1])
228 extern struct kmem_cache *lnet_mes_cachep;       /* MEs kmem_cache */
229 extern struct kmem_cache *lnet_small_mds_cachep; /* <= LNET_SMALL_MD_SIZE bytes
230                                                   * MDs kmem_cache */
231 extern struct kmem_cache *lnet_udsp_cachep;
232 extern struct kmem_cache *lnet_rspt_cachep;
233 extern struct kmem_cache *lnet_msg_cachep;
234
235 static inline bool
236 lnet_ni_set_status_locked(struct lnet_ni *ni, __u32 status)
237 __must_hold(&ni->ni_lock)
238 {
239         bool update = false;
240
241         if (ni->ni_status && *ni->ni_status != status) {
242                 CDEBUG(D_NET, "ni %s status changed from %#x to %#x\n",
243                        libcfs_nidstr(&ni->ni_nid),
244                        *ni->ni_status, status);
245                 *ni->ni_status = status;
246                 update = true;
247         }
248
249         return update;
250 }
251
252 static inline unsigned int
253 lnet_ni_get_status_locked(struct lnet_ni *ni)
254 __must_hold(&ni->ni_lock)
255 {
256         if (nid_is_lo0(&ni->ni_nid))
257                 return LNET_NI_STATUS_UP;
258         else if (atomic_read(&ni->ni_fatal_error_on))
259                 return LNET_NI_STATUS_DOWN;
260         else if (the_lnet.ln_routing && ni->ni_status)
261                 return *ni->ni_status;
262         else
263                 return LNET_NI_STATUS_UP;
264 }
265
266 static inline bool
267 lnet_ni_set_status(struct lnet_ni *ni, __u32 status)
268 {
269         bool update;
270
271         lnet_ni_lock(ni);
272         update = lnet_ni_set_status_locked(ni, status);
273         lnet_ni_unlock(ni);
274
275         return update;
276 }
277
278 static inline void lnet_md_wait_handling(struct lnet_libmd *md, int cpt)
279 {
280         wait_queue_head_t *wq = __var_waitqueue(md);
281 #if defined(HAVE_WAIT_BIT_QUEUE_ENTRY) || !defined(HAVE_WAIT_VAR_EVENT)
282         struct wait_bit_queue_entry entry;
283         wait_queue_entry_t *wqe = &entry.wq_entry;
284 #else
285         struct wait_bit_queue entry;
286         wait_queue_entry_t *wqe = &entry.wait;
287 #endif
288         init_wait_var_entry(&entry, md, 0);
289         prepare_to_wait_event(wq, wqe, TASK_IDLE);
290         if (md->md_flags & LNET_MD_FLAG_HANDLING) {
291                 /* Race with unlocked call to ->md_handler.
292                  * It is safe to drop the res_lock here as the
293                  * caller has only just claimed it.
294                  */
295                 lnet_res_unlock(cpt);
296                 schedule();
297                 /* Cannot check md now, it might be freed.  Caller
298                  * must reclaim reference and check.
299                  */
300                 lnet_res_lock(cpt);
301         }
302         finish_wait(wq, wqe);
303 }
304
305 static inline void
306 lnet_md_free(struct lnet_libmd *md)
307 {
308         unsigned int  size;
309
310         LASSERTF(!md->md_rspt_ptr, "md %px rsp %px\n", md, md->md_rspt_ptr);
311
312         size = offsetof(struct lnet_libmd, md_kiov[md->md_niov]);
313
314         if (size <= LNET_SMALL_MD_SIZE) {
315                 LIBCFS_MEM_MSG(md, size, "slab-freed");
316                 kmem_cache_free(lnet_small_mds_cachep, md);
317         } else {
318                 LIBCFS_FREE(md, size);
319         }
320 }
321
322 struct lnet_libhandle *lnet_res_lh_lookup(struct lnet_res_container *rec,
323                                      __u64 cookie);
324 void lnet_res_lh_initialize(struct lnet_res_container *rec,
325                             struct lnet_libhandle *lh);
326 static inline void
327 lnet_res_lh_invalidate(struct lnet_libhandle *lh)
328 {
329         /* ALWAYS called with resource lock held */
330         /* NB: cookie is still useful, don't reset it */
331         list_del(&lh->lh_hash_chain);
332 }
333
334 static inline void
335 lnet_md2handle(struct lnet_handle_md *handle, struct lnet_libmd *md)
336 {
337         handle->cookie = md->md_lh.lh_cookie;
338 }
339
340 static inline struct lnet_libmd *
341 lnet_handle2md(struct lnet_handle_md *handle)
342 {
343         /* ALWAYS called with resource lock held */
344         struct lnet_libhandle *lh;
345         int              cpt;
346
347         cpt = lnet_cpt_of_cookie(handle->cookie);
348         lh = lnet_res_lh_lookup(the_lnet.ln_md_containers[cpt],
349                                 handle->cookie);
350         if (lh == NULL)
351                 return NULL;
352
353         return lh_entry(lh, struct lnet_libmd, md_lh);
354 }
355
356 static inline struct lnet_libmd *
357 lnet_wire_handle2md(struct lnet_handle_wire *wh)
358 {
359         /* ALWAYS called with resource lock held */
360         struct lnet_libhandle *lh;
361         int              cpt;
362
363         if (wh->wh_interface_cookie != the_lnet.ln_interface_cookie)
364                 return NULL;
365
366         cpt = lnet_cpt_of_cookie(wh->wh_object_cookie);
367         lh = lnet_res_lh_lookup(the_lnet.ln_md_containers[cpt],
368                                 wh->wh_object_cookie);
369         if (lh == NULL)
370                 return NULL;
371
372         return lh_entry(lh, struct lnet_libmd, md_lh);
373 }
374
375 static inline void
376 lnet_peer_net_addref_locked(struct lnet_peer_net *lpn)
377 {
378         atomic_inc(&lpn->lpn_refcount);
379 }
380
381 extern void lnet_destroy_peer_net_locked(struct lnet_peer_net *lpn);
382
383 static inline void
384 lnet_peer_net_decref_locked(struct lnet_peer_net *lpn)
385 {
386         if (atomic_dec_and_test(&lpn->lpn_refcount))
387                 lnet_destroy_peer_net_locked(lpn);
388 }
389
390 static inline void
391 lnet_peer_addref_locked(struct lnet_peer *lp)
392 {
393         atomic_inc(&lp->lp_refcount);
394 }
395
396 extern void lnet_destroy_peer_locked(struct lnet_peer *lp);
397
398 static inline void
399 lnet_peer_decref_locked(struct lnet_peer *lp)
400 {
401         if (atomic_dec_and_test(&lp->lp_refcount))
402                 lnet_destroy_peer_locked(lp);
403 }
404
405 static inline void
406 lnet_peer_ni_addref_locked(struct lnet_peer_ni *lp)
407 {
408         kref_get(&lp->lpni_kref);
409 }
410
411 extern void lnet_destroy_peer_ni_locked(struct kref *ref);
412
413 static inline void
414 lnet_peer_ni_decref_locked(struct lnet_peer_ni *lp)
415 {
416         kref_put(&lp->lpni_kref, lnet_destroy_peer_ni_locked);
417 }
418
419 static inline int
420 lnet_isrouter(struct lnet_peer_ni *lpni)
421 {
422         return lpni->lpni_peer_net->lpn_peer->lp_rtr_refcount != 0;
423 }
424
425 static inline void
426 lnet_ni_addref_locked(struct lnet_ni *ni, int cpt)
427 {
428         LASSERT(cpt >= 0 && cpt < LNET_CPT_NUMBER);
429         LASSERT(*ni->ni_refs[cpt] >= 0);
430
431         (*ni->ni_refs[cpt])++;
432 }
433
434 static inline void
435 lnet_ni_addref(struct lnet_ni *ni)
436 {
437         lnet_net_lock(0);
438         lnet_ni_addref_locked(ni, 0);
439         lnet_net_unlock(0);
440 }
441
442 static inline void
443 lnet_ni_decref_locked(struct lnet_ni *ni, int cpt)
444 {
445         LASSERT(cpt >= 0 && cpt < LNET_CPT_NUMBER);
446         LASSERT(*ni->ni_refs[cpt] > 0);
447
448         (*ni->ni_refs[cpt])--;
449 }
450
451 static inline void
452 lnet_ni_decref(struct lnet_ni *ni)
453 {
454         lnet_net_lock(0);
455         lnet_ni_decref_locked(ni, 0);
456         lnet_net_unlock(0);
457 }
458
459 static inline struct lnet_msg *
460 lnet_msg_alloc(void)
461 {
462         struct lnet_msg *msg;
463
464         msg = kmem_cache_zalloc(lnet_msg_cachep, GFP_NOFS);
465
466         return (msg);
467 }
468
469 static inline void
470 lnet_msg_free(struct lnet_msg *msg)
471 {
472         LASSERT(!msg->msg_onactivelist);
473         kmem_cache_free(lnet_msg_cachep, msg);
474 }
475
476 static inline struct lnet_rsp_tracker *
477 lnet_rspt_alloc(int cpt)
478 {
479         struct lnet_rsp_tracker *rspt;
480
481         rspt = kmem_cache_zalloc(lnet_rspt_cachep, GFP_NOFS);
482         if (rspt) {
483                 lnet_net_lock(cpt);
484                 the_lnet.ln_counters[cpt]->lct_health.lch_rst_alloc++;
485                 lnet_net_unlock(cpt);
486         }
487         LIBCFS_ALLOC_POST(rspt, sizeof(*rspt), "alloc");
488         return rspt;
489 }
490
491 static inline void
492 lnet_rspt_free(struct lnet_rsp_tracker *rspt, int cpt)
493 {
494         LIBCFS_FREE_PRE(rspt, sizeof(*rspt), "free");
495         kmem_cache_free(lnet_rspt_cachep, rspt);
496         lnet_net_lock(cpt);
497         the_lnet.ln_counters[cpt]->lct_health.lch_rst_alloc--;
498         lnet_net_unlock(cpt);
499 }
500
501 void lnet_ni_free(struct lnet_ni *ni);
502 void lnet_net_free(struct lnet_net *net);
503
504 struct lnet_net *
505 lnet_net_alloc(__u32 net_type, struct list_head *netlist);
506
507 struct lnet_ni *
508 lnet_ni_alloc(struct lnet_net *net, struct cfs_expr_list *el,
509               char *iface);
510 struct lnet_ni *
511 lnet_ni_alloc_w_cpt_array(struct lnet_net *net, __u32 *cpts, __u32 ncpts,
512                           char *iface);
513 int lnet_ni_add_interface(struct lnet_ni *ni, char *iface);
514
515 static inline int
516 lnet_nid2peerhash(struct lnet_nid *nid)
517 {
518         u32 h = 0;
519         int i;
520
521         for (i = 0; i < 4; i++)
522                 h = cfs_hash_32(nid->nid_addr[i]^h, 32);
523         return cfs_hash_32(LNET_NID_NET(nid) ^ h, LNET_PEER_HASH_BITS);
524 }
525
526 static inline struct list_head *
527 lnet_net2rnethash(__u32 net)
528 {
529         return &the_lnet.ln_remote_nets_hash[(LNET_NETNUM(net) +
530                 LNET_NETTYP(net)) &
531                 ((1U << the_lnet.ln_remote_nets_hbits) - 1)];
532 }
533
534 static inline void lnet_hdr_from_nid4(struct lnet_hdr *hdr,
535                                     const struct lnet_hdr_nid4 *vhdr)
536 {
537         const struct _lnet_hdr_nid4 *hdr_nid4 = (void *)vhdr;
538
539         lnet_nid4_to_nid(le64_to_cpu(hdr_nid4->dest_nid), &hdr->dest_nid);
540         lnet_nid4_to_nid(le64_to_cpu(hdr_nid4->src_nid), &hdr->src_nid);
541         hdr->dest_pid = le32_to_cpu(hdr_nid4->dest_pid);
542         hdr->src_pid = le32_to_cpu(hdr_nid4->src_pid);
543         hdr->type = le32_to_cpu(hdr_nid4->type);
544         hdr->payload_length = le32_to_cpu(hdr_nid4->payload_length);
545
546         hdr->msg = hdr_nid4->msg;
547 }
548
549 static inline void lnet_hdr_to_nid4(const struct lnet_hdr *hdr,
550                                       struct lnet_hdr_nid4 *vhdr)
551 {
552         struct _lnet_hdr_nid4 *hdr_nid4 = (void *)vhdr;
553
554         hdr_nid4->dest_nid = cpu_to_le64(lnet_nid_to_nid4(&hdr->dest_nid));
555         hdr_nid4->src_nid = cpu_to_le64(lnet_nid_to_nid4(&hdr->src_nid));
556         hdr_nid4->dest_pid = cpu_to_le32(hdr->dest_pid);
557         hdr_nid4->src_pid = cpu_to_le32(hdr->src_pid);
558         hdr_nid4->type = cpu_to_le32(hdr->type);
559         hdr_nid4->payload_length = cpu_to_le32(hdr->payload_length);
560
561         hdr_nid4->msg = hdr->msg;
562 }
563
564 static inline void lnet_hdr_from_nid16(struct lnet_hdr *hdr,
565                                         const struct lnet_hdr_nid16 *vhdr)
566 {
567         const struct lnet_hdr *hdr16 = (void *)vhdr;
568
569         hdr->dest_nid = hdr16->dest_nid;
570         hdr->src_nid = hdr16->src_nid;
571         hdr->dest_pid = le32_to_cpu(hdr16->dest_pid);
572         hdr->src_pid = le32_to_cpu(hdr16->src_pid);
573         hdr->type = le32_to_cpu(hdr16->type);
574         hdr->payload_length = le32_to_cpu(hdr16->payload_length);
575
576         hdr->msg = hdr16->msg;
577 }
578
579 static inline void lnet_hdr_to_nid16(const struct lnet_hdr *hdr,
580                                       struct lnet_hdr_nid16 *vhdr)
581 {
582         struct lnet_hdr *hdr16 = (void *)vhdr;
583
584         hdr16->dest_nid = hdr->dest_nid;
585         hdr16->src_nid = hdr->src_nid;
586         hdr16->dest_pid = cpu_to_le32(hdr->dest_pid);
587         hdr16->src_pid = cpu_to_le32(hdr->src_pid);
588         hdr16->type = cpu_to_le32(hdr->type);
589         hdr16->payload_length = cpu_to_le32(hdr->payload_length);
590
591         hdr16->msg = hdr->msg;
592 }
593
594 extern const struct lnet_lnd the_lolnd;
595 extern int avoid_asym_router_failure;
596
597 extern unsigned int lnet_nid_cpt_hash(struct lnet_nid *nid,
598                                       unsigned int number);
599 extern int lnet_cpt_of_nid_locked(struct lnet_nid *nid, struct lnet_ni *ni);
600 extern int lnet_cpt_of_nid(lnet_nid_t nid, struct lnet_ni *ni);
601 extern int lnet_nid2cpt(struct lnet_nid *nid, struct lnet_ni *ni);
602 extern struct lnet_ni *lnet_nid_to_ni_locked(struct lnet_nid *nid, int cpt);
603 extern struct lnet_ni *lnet_net2ni_locked(__u32 net, int cpt);
604 extern struct lnet_ni *lnet_net2ni_addref(__u32 net);
605 extern struct lnet_ni *lnet_nid_to_ni_addref(struct lnet_nid *nid);
606 struct lnet_net *lnet_get_net_locked(__u32 net_id);
607
608 int lnet_lib_init(void);
609 void lnet_lib_exit(void);
610 void lnet_router_exit(void);
611
612 extern unsigned int lnet_response_tracking;
613 extern unsigned lnet_transaction_timeout;
614 extern unsigned lnet_retry_count;
615 extern unsigned int lnet_lnd_timeout;
616 extern unsigned int lnet_numa_range;
617 extern unsigned int lnet_health_sensitivity;
618 extern unsigned int lnet_recovery_interval;
619 extern unsigned int lnet_recovery_limit;
620 extern unsigned int lnet_peer_discovery_disabled;
621 extern unsigned int lnet_drop_asym_route;
622 extern unsigned int lnet_max_recovery_ping_interval;
623 extern unsigned int lnet_max_recovery_ping_count;
624 extern unsigned int router_sensitivity_percentage;
625 extern int alive_router_check_interval;
626 extern int live_router_check_interval;
627 extern int dead_router_check_interval;
628 extern int portal_rotor;
629 extern int lock_prim_nid;
630
631 void lnet_mt_event_handler(struct lnet_event *event);
632
633 int lnet_notify(struct lnet_ni *ni, struct lnet_nid *peer, bool alive,
634                 bool reset, time64_t when);
635 void lnet_notify_locked(struct lnet_peer_ni *lp, int notifylnd, int alive,
636                         time64_t when);
637 int lnet_add_route(__u32 net, __u32 hops, struct lnet_nid *gateway,
638                    __u32 priority, __u32 sensitivity);
639 int lnet_del_route(__u32 net, struct lnet_nid *gw_nid);
640 void lnet_move_route(struct lnet_route *route, struct lnet_peer *lp,
641                      struct list_head *rt_list);
642 void lnet_destroy_routes(void);
643 int lnet_get_route(int idx, __u32 *net, __u32 *hops,
644                    lnet_nid_t *gateway, __u32 *alive, __u32 *priority,
645                    __u32 *sensitivity);
646 int lnet_get_rtr_pool_cfg(int idx, struct lnet_ioctl_pool_cfg *pool_cfg);
647 struct lnet_ni *lnet_get_next_ni_locked(struct lnet_net *mynet,
648                                         struct lnet_ni *prev);
649 struct lnet_ni *lnet_get_ni_idx_locked(int idx);
650 int lnet_get_net_healthv_locked(struct lnet_net *net);
651
652 extern int lnet_get_peer_list(__u32 *countp, __u32 *sizep,
653                               struct lnet_process_id __user *ids);
654 void lnet_peer_ni_set_healthv(struct lnet_nid *nid, int value, bool all);
655 extern void lnet_peer_ni_add_to_recoveryq_locked(struct lnet_peer_ni *lpni,
656                                                  struct list_head *queue,
657                                                  time64_t now);
658 extern int lnet_peer_add_pref_nid(struct lnet_peer_ni *lpni,
659                                   struct lnet_nid *nid);
660 extern void lnet_peer_clr_pref_nids(struct lnet_peer_ni *lpni);
661 extern int lnet_peer_del_pref_nid(struct lnet_peer_ni *lpni,
662                                   struct lnet_nid *nid);
663 void lnet_peer_ni_set_selection_priority(struct lnet_peer_ni *lpni,
664                                          __u32 priority);
665 extern void lnet_ni_add_to_recoveryq_locked(struct lnet_ni *ni,
666                                             struct list_head *queue,
667                                             time64_t now);
668
669 void lnet_router_debugfs_init(void);
670 void lnet_router_debugfs_fini(void);
671 int  lnet_rtrpools_alloc(int im_a_router);
672 void lnet_destroy_rtrbuf(struct lnet_rtrbuf *rb, int npages);
673 int  lnet_rtrpools_adjust(int tiny, int small, int large);
674 int lnet_rtrpools_enable(void);
675 void lnet_rtrpools_disable(void);
676 void lnet_rtrpools_free(int keep_pools);
677 void lnet_rtr_transfer_to_peer(struct lnet_peer *src,
678                                struct lnet_peer *target);
679 struct lnet_remotenet *lnet_find_rnet_locked(__u32 net);
680 int lnet_dyn_add_net(struct lnet_ioctl_config_data *conf);
681 int lnet_dyn_del_net(__u32 net);
682 int lnet_dyn_add_ni(struct lnet_ioctl_config_ni *conf, u32 net,
683                     struct lnet_ioctl_config_lnd_tunables *tun);
684 int lnet_dyn_del_ni(struct lnet_nid *nid);
685 int lnet_clear_lazy_portal(struct lnet_ni *ni, int portal, char *reason);
686 struct lnet_net *lnet_get_net_locked(__u32 net_id);
687 void lnet_net_clr_pref_rtrs(struct lnet_net *net);
688 int lnet_net_add_pref_rtr(struct lnet_net *net, struct lnet_nid *gw_nid);
689
690 int lnet_islocalnid(struct lnet_nid *nid);
691 int lnet_islocalnet(__u32 net);
692 int lnet_islocalnet_locked(__u32 net);
693
694 void lnet_msg_attach_md(struct lnet_msg *msg, struct lnet_libmd *md,
695                         unsigned int offset, unsigned int mlen);
696 void lnet_build_unlink_event(struct lnet_libmd *md, struct lnet_event *ev);
697 void lnet_build_msg_event(struct lnet_msg *msg, enum lnet_event_kind ev_type);
698 void lnet_msg_commit(struct lnet_msg *msg, int cpt);
699 void lnet_msg_decommit(struct lnet_msg *msg, int cpt, int status);
700
701 void lnet_prep_send(struct lnet_msg *msg, int type,
702                     struct lnet_processid *target, unsigned int offset,
703                     unsigned int len);
704 int lnet_send(struct lnet_nid *nid, struct lnet_msg *msg,
705               struct lnet_nid *rtr_nid);
706 int lnet_send_ping(struct lnet_nid *dest_nid, struct lnet_handle_md *mdh,
707                    int bytes, void *user_ptr, lnet_handler_t handler,
708                    bool recovery);
709 void lnet_return_tx_credits_locked(struct lnet_msg *msg);
710 void lnet_return_rx_credits_locked(struct lnet_msg *msg);
711 void lnet_schedule_blocked_locked(struct lnet_rtrbufpool *rbp);
712 void lnet_drop_routed_msgs_locked(struct list_head *list, int cpt);
713
714 struct list_head **lnet_create_array_of_queues(void);
715
716 /* portals functions */
717 /* portals attributes */
718 static inline int
719 lnet_ptl_is_lazy(struct lnet_portal *ptl)
720 {
721         return !!(ptl->ptl_options & LNET_PTL_LAZY);
722 }
723
724 static inline int
725 lnet_ptl_is_unique(struct lnet_portal *ptl)
726 {
727         return !!(ptl->ptl_options & LNET_PTL_MATCH_UNIQUE);
728 }
729
730 static inline int
731 lnet_ptl_is_wildcard(struct lnet_portal *ptl)
732 {
733         return !!(ptl->ptl_options & LNET_PTL_MATCH_WILDCARD);
734 }
735
736 static inline void
737 lnet_ptl_setopt(struct lnet_portal *ptl, int opt)
738 {
739         ptl->ptl_options |= opt;
740 }
741
742 static inline void
743 lnet_ptl_unsetopt(struct lnet_portal *ptl, int opt)
744 {
745         ptl->ptl_options &= ~opt;
746 }
747
748 /* match-table functions */
749 struct list_head *lnet_mt_match_head(struct lnet_match_table *mtable,
750                                struct lnet_processid *id, __u64 mbits);
751 struct lnet_match_table *lnet_mt_of_attach(unsigned int index,
752                                            struct lnet_processid *id,
753                                            __u64 mbits, __u64 ignore_bits,
754                                            enum lnet_ins_pos pos);
755 int lnet_mt_match_md(struct lnet_match_table *mtable,
756                      struct lnet_match_info *info, struct lnet_msg *msg);
757
758 /* portals match/attach functions */
759 void lnet_ptl_attach_md(struct lnet_me *me, struct lnet_libmd *md,
760                         struct list_head *matches, struct list_head *drops);
761 void lnet_ptl_detach_md(struct lnet_me *me, struct lnet_libmd *md);
762 int lnet_ptl_match_md(struct lnet_match_info *info, struct lnet_msg *msg);
763
764 /* initialized and finalize portals */
765 int lnet_portals_create(void);
766 void lnet_portals_destroy(void);
767
768 /* message functions */
769 int lnet_parse(struct lnet_ni *ni, struct lnet_hdr *hdr,
770                struct lnet_nid *fromnid, void *private, int rdma_req);
771 int lnet_parse_local(struct lnet_ni *ni, struct lnet_msg *msg);
772 int lnet_parse_forward_locked(struct lnet_ni *ni, struct lnet_msg *msg);
773
774 void lnet_recv(struct lnet_ni *ni, void *private, struct lnet_msg *msg,
775                int delayed, unsigned int offset, unsigned int mlen,
776                unsigned int rlen);
777 void lnet_ni_recv(struct lnet_ni *ni, void *private, struct lnet_msg *msg,
778                   int delayed, unsigned int offset,
779                   unsigned int mlen, unsigned int rlen);
780 void lnet_ni_send(struct lnet_ni *ni, struct lnet_msg *msg);
781
782 struct lnet_msg *lnet_create_reply_msg(struct lnet_ni *ni,
783                                        struct lnet_msg *get_msg);
784 void lnet_set_reply_msg_len(struct lnet_ni *ni, struct lnet_msg *msg,
785                             unsigned int len);
786 void lnet_detach_rsp_tracker(struct lnet_libmd *md, int cpt);
787 void lnet_clean_zombie_rstqs(void);
788
789 bool lnet_md_discarded(struct lnet_libmd *md);
790 void lnet_finalize(struct lnet_msg *msg, int rc);
791 bool lnet_send_error_simulation(struct lnet_msg *msg,
792                                 enum lnet_msg_hstatus *hstatus);
793 void lnet_handle_remote_failure_locked(struct lnet_peer_ni *lpni);
794
795 void lnet_drop_message(struct lnet_ni *ni, int cpt, void *private,
796                        unsigned int nob, __u32 msg_type);
797 void lnet_drop_delayed_msg_list(struct list_head *head, char *reason);
798 void lnet_recv_delayed_msg_list(struct list_head *head);
799
800 int lnet_msg_container_setup(struct lnet_msg_container *container, int cpt);
801 void lnet_msg_container_cleanup(struct lnet_msg_container *container);
802 void lnet_msg_containers_destroy(void);
803 int lnet_msg_containers_create(void);
804
805 char *lnet_health_error2str(enum lnet_msg_hstatus hstatus);
806 char *lnet_msgtyp2str(int type);
807 int lnet_fail_nid(lnet_nid_t nid, unsigned int threshold);
808
809 /** \addtogroup lnet_fault_simulation @{ */
810
811 /* See struct lnet_fault_attr4 for a description of these fields */
812 struct lnet_fault_large_attr {
813         struct lnet_nid                 fa_src;
814         struct lnet_nid                 fa_dst;
815         struct lnet_nid                 fa_local_nid;
816         u64                             fa_ptl_mask;
817         u32                             fa_msg_mask;
818         union {
819                 struct {
820                         u32             da_rate;
821                         u32             da_interval;
822                         u32             da_health_error_mask;
823                         u32             da_random:1,
824                                         da_drop_all:1;
825                 } drop;
826                 struct {
827                         u32             la_rate;
828                         u32             la_interval;
829                         u32             la_latency;
830                 } delay;
831         } u;
832 };
833
834 int lnet_fault_ctl(int cmd, struct libcfs_ioctl_data *data);
835 int lnet_fault_init(void);
836 void lnet_fault_fini(void);
837
838 bool lnet_drop_rule_match(struct lnet_hdr *hdr, struct lnet_nid *local_nid,
839                           enum lnet_msg_hstatus *hstatus);
840
841 int lnet_delay_rule_add(struct lnet_fault_large_attr *attr);
842 int lnet_delay_rule_del(struct lnet_nid *src, struct lnet_nid *dst,
843                         bool shutdown);
844 int lnet_delay_rule_list(int pos, struct lnet_fault_large_attr *attr,
845                          struct lnet_fault_stat *stat);
846 void lnet_delay_rule_reset(void);
847 void lnet_delay_rule_check(void);
848 bool lnet_delay_rule_match_locked(struct lnet_hdr *hdr, struct lnet_msg *msg);
849
850 /** @} lnet_fault_simulation */
851
852 void lnet_counters_get_common(struct lnet_counters_common *common);
853 int lnet_counters_get(struct lnet_counters *counters);
854 void lnet_counters_reset(void);
855 static inline void
856 lnet_ni_set_sel_priority_locked(struct lnet_ni *ni, __u32 priority)
857 {
858         ni->ni_sel_priority = priority;
859 }
860
861 static inline void
862 lnet_net_set_sel_priority_locked(struct lnet_net *net, __u32 priority)
863 {
864         net->net_sel_priority = priority;
865 }
866
867 unsigned int lnet_iov_nob(unsigned int niov, struct kvec *iov);
868 unsigned int lnet_kiov_nob(unsigned int niov, struct bio_vec *iov);
869 int lnet_extract_kiov(int dst_niov, struct bio_vec *dst,
870                       int src_niov, struct bio_vec *src,
871                       unsigned int offset, unsigned int len);
872
873 void lnet_copy_iov2iov(unsigned int ndiov, struct kvec *diov,
874                        unsigned int doffset,
875                        unsigned int nsiov, struct kvec *siov,
876                        unsigned int soffset, unsigned int nob);
877 void lnet_copy_kiov2iov(unsigned int niov, struct kvec *iov,
878                         unsigned int iovoffset,
879                         unsigned int nkiov, struct bio_vec *kiov,
880                         unsigned int kiovoffset, unsigned int nob);
881 void lnet_copy_iov2kiov(unsigned int nkiov, struct bio_vec *kiov,
882                         unsigned int kiovoffset,
883                         unsigned int niov, struct kvec *iov,
884                         unsigned int iovoffset, unsigned int nob);
885 void lnet_copy_kiov2kiov(unsigned int ndkiov, struct bio_vec *dkiov,
886                          unsigned int doffset,
887                          unsigned int nskiov, struct bio_vec *skiov,
888                          unsigned int soffset, unsigned int nob);
889
890 static inline void
891 lnet_copy_kiov2flat(int dlen, void *dest, unsigned int doffset,
892                     unsigned int nsiov, struct bio_vec *skiov,
893                     unsigned int soffset, unsigned int nob)
894 {
895         struct kvec diov = { .iov_base = dest, .iov_len = dlen };
896
897         lnet_copy_kiov2iov(1, &diov, doffset,
898                            nsiov, skiov, soffset, nob);
899 }
900
901 static inline void
902 lnet_copy_flat2kiov(unsigned int ndiov, struct bio_vec *dkiov,
903                     unsigned int doffset, int slen, void *src,
904                     unsigned int soffset, unsigned int nob)
905 {
906         struct kvec siov = { .iov_base = src, .iov_len = slen };
907         lnet_copy_iov2kiov(ndiov, dkiov, doffset,
908                            1, &siov, soffset, nob);
909 }
910
911 void lnet_me_unlink(struct lnet_me *me);
912
913 void lnet_md_unlink(struct lnet_libmd *md);
914 void lnet_md_deconstruct(struct lnet_libmd *lmd, struct lnet_event *ev);
915 struct page *lnet_get_first_page(struct lnet_libmd *md, unsigned int offset);
916 int lnet_cpt_of_md(struct lnet_libmd *md, unsigned int offset);
917
918 unsigned int lnet_get_lnd_timeout(void);
919 void lnet_register_lnd(const struct lnet_lnd *lnd);
920 void lnet_unregister_lnd(const struct lnet_lnd *lnd);
921
922 struct socket *lnet_connect(struct lnet_nid *peer_nid, int interface,
923                             struct sockaddr *peeraddr, struct net *ns);
924 void lnet_connect_console_error(int rc, struct lnet_nid *peer_nid,
925                                 struct sockaddr *sa);
926 int lnet_count_acceptor_nets(void);
927 int lnet_acceptor_timeout(void);
928 int lnet_acceptor_port(void);
929 int lnet_acceptor_start(void);
930 void lnet_acceptor_stop(void);
931
932 struct lnet_inetdev {
933         u32     li_cpt;
934         union {
935                 struct {
936                         u32     li_ipaddr;
937                         u32     li_netmask;
938                 };
939                 u32     li_ipv6addr[4];
940         };
941         u32     li_index;
942         bool    li_iff_master;
943         u32     li_size;
944         char    li_name[IFNAMSIZ];
945 };
946
947 int lnet_inet_enumerate(struct lnet_inetdev **dev_list, struct net *ns,
948                         bool v6);
949 int lnet_inet_select(struct lnet_ni *ni, struct lnet_inetdev *ifaces,
950                      int num_ifaces);
951
952 void lnet_sock_setbuf(struct socket *socket, int txbufsize, int rxbufsize);
953 void lnet_sock_getbuf(struct socket *socket, int *txbufsize, int *rxbufsize);
954 int lnet_sock_getaddr(struct socket *socket, bool remote,
955                       struct sockaddr_storage *peer);
956 int lnet_sock_write(struct socket *sock, void *buffer, int nob, int timeout);
957 int lnet_sock_read(struct socket *sock, void *buffer, int nob, int timeout);
958
959 struct socket *lnet_sock_listen(int port, int backlog,
960                                 struct net *ns);
961 struct socket *lnet_sock_connect(int interface, int local_port,
962                                  struct sockaddr *peeraddr,
963                                  struct net *ns);
964
965 int lnet_peers_start_down(void);
966 int lnet_peer_buffer_credits(struct lnet_net *net);
967 void lnet_consolidate_routes_locked(struct lnet_peer *orig_lp,
968                                     struct lnet_peer *new_lp);
969 void lnet_router_discovery_complete(struct lnet_peer *lp);
970 void lnet_router_discovery_ping_reply(struct lnet_peer *lp,
971                                       struct lnet_ping_buffer *pbuf);
972
973 int lnet_monitor_thr_start(void);
974 void lnet_monitor_thr_stop(void);
975
976 bool lnet_router_checker_active(void);
977 void lnet_check_routers(void);
978 void lnet_wait_router_start(void);
979 void lnet_swap_pinginfo(struct lnet_ping_buffer *pbuf);
980
981 int lnet_ping_info_validate(struct lnet_ping_info *pinfo);
982 struct lnet_ping_buffer *lnet_ping_buffer_alloc(int bytes, gfp_t gfp);
983 void lnet_ping_buffer_free(struct lnet_ping_buffer *pbuf);
984 int lnet_get_link_status(struct net_device *dev);
985 __u32 lnet_set_link_fatal_state(struct lnet_ni *ni, unsigned int link_state);
986
987 static inline void lnet_ping_buffer_addref(struct lnet_ping_buffer *pbuf)
988 {
989         atomic_inc(&pbuf->pb_refcnt);
990 }
991
992 static inline void lnet_ping_buffer_decref(struct lnet_ping_buffer *pbuf)
993 {
994         if (atomic_dec_and_test(&pbuf->pb_refcnt)) {
995                 wake_up_var(&pbuf->pb_refcnt);
996                 lnet_ping_buffer_free(pbuf);
997         }
998 }
999
1000 struct lnet_ping_iter {
1001         struct lnet_ping_info   *pinfo;
1002         void                    *pos, *end;
1003 };
1004
1005 u32 *ping_iter_first(struct lnet_ping_iter *pi, struct lnet_ping_buffer *pbuf,
1006                      struct lnet_nid *nid);
1007 u32 *ping_iter_next(struct lnet_ping_iter *pi, struct lnet_nid *nid);
1008 int ping_info_count_entries(struct lnet_ping_buffer *pbuf);
1009
1010 static inline int lnet_push_target_resize_needed(void)
1011 {
1012         return the_lnet.ln_push_target->pb_nbytes < the_lnet.ln_push_target_nbytes;
1013 }
1014
1015 int lnet_push_target_resize(void);
1016 int lnet_push_target_post(struct lnet_ping_buffer *pbuf,
1017                           struct lnet_handle_md *mdh);
1018 void lnet_peer_push_event(struct lnet_event *ev);
1019
1020 int lnet_parse_ip2nets(const char **networksp, const char *ip2nets);
1021 int lnet_parse_routes(const char *route_str, int *im_a_router);
1022 int lnet_parse_networks(struct list_head *nilist, const char *networks);
1023 bool lnet_net_unique(__u32 net_id, struct list_head *nilist,
1024                      struct lnet_net **net);
1025 bool lnet_ni_unique_net(struct list_head *nilist, char *iface);
1026 void lnet_incr_dlc_seq(void);
1027 __u32 lnet_get_dlc_seq_locked(void);
1028
1029 struct lnet_peer_net *lnet_get_next_peer_net_locked(struct lnet_peer *lp,
1030                                                     __u32 prev_lpn_id);
1031 struct lnet_peer_ni *lnet_get_next_peer_ni_locked(struct lnet_peer *peer,
1032                                                   struct lnet_peer_net *peer_net,
1033                                                   struct lnet_peer_ni *prev);
1034 struct lnet_peer_ni *lnet_peerni_by_nid_locked(struct lnet_nid *nid,
1035                                                struct lnet_nid *pref,
1036                                                int cpt);
1037 struct lnet_peer_ni *lnet_nid2peerni_ex(struct lnet_nid *nid);
1038 struct lnet_peer_ni *lnet_peer_ni_get_locked(struct lnet_peer *lp,
1039                                              struct lnet_nid *nid);
1040 struct lnet_peer_ni *lnet_peer_ni_find_locked(struct lnet_nid *nid);
1041 struct lnet_peer *lnet_find_peer(struct lnet_nid *nid);
1042 void lnet_peer_net_added(struct lnet_net *net);
1043 void lnet_peer_primary_nid_locked(struct lnet_nid *nid,
1044                                   struct lnet_nid *result);
1045 int lnet_discover_peer_locked(struct lnet_peer_ni *lpni, int cpt, bool block);
1046 void lnet_peer_queue_message(struct lnet_peer *lp, struct lnet_msg *msg);
1047 int lnet_peer_discovery_start(void);
1048 void lnet_peer_discovery_stop(void);
1049 void lnet_push_update_to_peers(int force);
1050 void lnet_peer_tables_cleanup(struct lnet_net *net);
1051 void lnet_peer_uninit(void);
1052 int lnet_peer_tables_create(void);
1053 void lnet_debug_peer(struct lnet_nid *nid);
1054 struct lnet_peer_net *lnet_peer_get_net_locked(struct lnet_peer *peer,
1055                                                __u32 net_id);
1056 bool lnet_peer_is_pref_nid_locked(struct lnet_peer_ni *lpni,
1057                                   struct lnet_nid *nid);
1058 int lnet_peer_add_pref_nid(struct lnet_peer_ni *lpni, struct lnet_nid *nid);
1059 void lnet_peer_clr_pref_nids(struct lnet_peer_ni *lpni);
1060 bool lnet_peer_is_pref_rtr_locked(struct lnet_peer_ni *lpni,
1061                                   struct lnet_nid *gw_nid);
1062 void lnet_peer_clr_pref_rtrs(struct lnet_peer_ni *lpni);
1063 int lnet_peer_add_pref_rtr(struct lnet_peer_ni *lpni, struct lnet_nid *nid);
1064 int lnet_peer_ni_set_non_mr_pref_nid(struct lnet_peer_ni *lpni,
1065                                      struct lnet_nid *nid);
1066 int lnet_user_add_peer_ni(struct lnet_nid *key_nid, struct lnet_nid *nid,
1067                           bool mr, bool lock_prim);
1068 int lnet_del_peer_ni(struct lnet_nid *key_nid, struct lnet_nid *nid,
1069                      int force);
1070 int lnet_get_peer_info(struct lnet_ioctl_peer_cfg *cfg, void __user *bulk);
1071 int lnet_get_peer_ni_info(__u32 peer_index, __u64 *nid,
1072                           char alivness[LNET_MAX_STR_LEN],
1073                           __u32 *cpt_iter, __u32 *refcount,
1074                           __u32 *ni_peer_tx_credits, __u32 *peer_tx_credits,
1075                           __u32 *peer_rtr_credits, __u32 *peer_min_rtr_credtis,
1076                           __u32 *peer_tx_qnob);
1077 int lnet_get_peer_ni_hstats(struct lnet_ioctl_peer_ni_hstats *stats);
1078
1079 static inline void
1080 lnet_peer_net_set_sel_priority_locked(struct lnet_peer_net *lpn, __u32 priority)
1081 {
1082         lpn->lpn_sel_priority = priority;
1083 }
1084
1085
1086 static inline struct lnet_peer_net *
1087 lnet_find_peer_net_locked(struct lnet_peer *peer, __u32 net_id)
1088 {
1089         struct lnet_peer_net *peer_net;
1090
1091         list_for_each_entry(peer_net, &peer->lp_peer_nets, lpn_peer_nets) {
1092                 if (peer_net->lpn_net_id == net_id)
1093                         return peer_net;
1094         }
1095
1096         return NULL;
1097 }
1098
1099 static inline bool
1100 lnet_peer_is_multi_rail(struct lnet_peer *lp)
1101 {
1102         if (lp->lp_state & LNET_PEER_MULTI_RAIL)
1103                 return true;
1104         return false;
1105 }
1106
1107 static inline bool
1108 lnet_peer_ni_is_configured(struct lnet_peer_ni *lpni)
1109 {
1110         if (lpni->lpni_peer_net->lpn_peer->lp_state & LNET_PEER_CONFIGURED)
1111                 return true;
1112         return false;
1113 }
1114
1115 static inline bool
1116 lnet_peer_ni_is_primary(struct lnet_peer_ni *lpni)
1117 {
1118         return nid_same(&lpni->lpni_nid,
1119                          &lpni->lpni_peer_net->lpn_peer->lp_primary_nid);
1120 }
1121
1122 bool lnet_peer_is_uptodate(struct lnet_peer *lp);
1123 bool lnet_peer_is_uptodate_locked(struct lnet_peer *lp);
1124 bool lnet_is_discovery_disabled(struct lnet_peer *lp);
1125 bool lnet_is_discovery_disabled_locked(struct lnet_peer *lp);
1126 bool lnet_peer_gw_discovery(struct lnet_peer *lp);
1127
1128 static inline bool
1129 lnet_peer_needs_push(struct lnet_peer *lp)
1130 {
1131         if (!(lp->lp_state & LNET_PEER_MULTI_RAIL))
1132                 return false;
1133         if (lp->lp_state & LNET_PEER_MARK_DELETED)
1134                 return false;
1135         if (lp->lp_state & LNET_PEER_FORCE_PUSH)
1136                 return true;
1137         if (lp->lp_state & LNET_PEER_NO_DISCOVERY)
1138                 return false;
1139         /* if discovery is not enabled then no need to push */
1140         if (lnet_peer_discovery_disabled)
1141                 return false;
1142         if (lp->lp_node_seqno < atomic_read(&the_lnet.ln_ping_target_seqno))
1143                 return true;
1144         return false;
1145 }
1146
1147 static inline unsigned int
1148 lnet_get_next_recovery_ping(unsigned int ping_count, time64_t now)
1149 {
1150         unsigned int interval;
1151
1152         /* lnet_max_recovery_interval <= 2^lnet_max_recovery_ping_count */
1153         if (ping_count > lnet_max_recovery_ping_count)
1154                 interval = lnet_max_recovery_ping_interval;
1155         else
1156                 interval = 1 << ping_count;
1157
1158         return now + interval;
1159 }
1160
1161 static inline void
1162 lnet_peer_ni_set_next_ping(struct lnet_peer_ni *lpni, time64_t now)
1163 {
1164         lpni->lpni_next_ping =
1165                 lnet_get_next_recovery_ping(lpni->lpni_ping_count, now);
1166 }
1167
1168 static inline void
1169 lnet_ni_set_next_ping(struct lnet_ni *ni, time64_t now)
1170 {
1171         ni->ni_next_ping = lnet_get_next_recovery_ping(ni->ni_ping_count, now);
1172 }
1173
1174 /*
1175  * A peer NI is alive if it satisfies the following two conditions:
1176  *  1. peer NI health >= LNET_MAX_HEALTH_VALUE * router_sensitivity_percentage
1177  *  2. the cached NI status received when we discover the peer is UP
1178  */
1179 static inline bool
1180 lnet_is_peer_ni_alive(struct lnet_peer_ni *lpni)
1181 {
1182         bool halive = false;
1183
1184         halive = (atomic_read(&lpni->lpni_healthv) >=
1185                  (LNET_MAX_HEALTH_VALUE * router_sensitivity_percentage / 100));
1186
1187         return halive && lpni->lpni_ns_status == LNET_NI_STATUS_UP;
1188 }
1189
1190 static inline void
1191 lnet_update_peer_net_healthv(struct lnet_peer_ni *lpni)
1192 {
1193         struct lnet_peer_net *lpn;
1194         int best_healthv = 0;
1195
1196         lpn = lpni->lpni_peer_net;
1197
1198         list_for_each_entry(lpni, &lpn->lpn_peer_nis, lpni_peer_nis) {
1199                 int lpni_healthv = atomic_read(&lpni->lpni_healthv);
1200                 if (best_healthv < lpni_healthv)
1201                         best_healthv = lpni_healthv;
1202         }
1203
1204         lpn->lpn_healthv = best_healthv;
1205 }
1206
1207 static inline void
1208 lnet_set_lpni_healthv_locked(struct lnet_peer_ni *lpni, int value)
1209 {
1210         if (atomic_read(&lpni->lpni_healthv) == value)
1211                 return;
1212         atomic_set(&lpni->lpni_healthv, value);
1213         lnet_update_peer_net_healthv(lpni);
1214 }
1215
1216 static inline bool
1217 lnet_atomic_add_unless_max(atomic_t *v, int a, int u)
1218 {
1219         int c = atomic_read(v);
1220         bool mod = false;
1221         int old;
1222         int m;
1223
1224         if (c == u)
1225                 return mod;
1226
1227         for (;;) {
1228                 if (c + a >= u)
1229                         m = u;
1230                 else
1231                         m = c + a;
1232                 old = atomic_cmpxchg(v, c, m);
1233
1234                 if (old == u)
1235                         break;
1236
1237                 if (old == c) {
1238                         mod = true;
1239                         break;
1240                 }
1241                 c = old;
1242         }
1243
1244         return mod;
1245 }
1246
1247 static bool
1248 lnet_dec_healthv_locked(atomic_t *healthv, int sensitivity)
1249 {
1250         int h = atomic_read(healthv);
1251
1252         if (h == 0)
1253                 return false;
1254
1255         if (h < sensitivity)
1256                 h = 0;
1257         else
1258                 h -= sensitivity;
1259
1260         return (atomic_xchg(healthv, h) != h);
1261 }
1262
1263 static inline void
1264 lnet_dec_lpni_healthv_locked(struct lnet_peer_ni *lpni)
1265 {
1266         /* If there is a health sensitivity in the peer then use that
1267          * instead of the globally set one.
1268          * only adjust the net health if the lpni health value changed
1269          */
1270         if (lnet_dec_healthv_locked(&lpni->lpni_healthv,
1271                         lpni->lpni_peer_net->lpn_peer->lp_health_sensitivity ? :
1272                         lnet_health_sensitivity)) {
1273                 lnet_update_peer_net_healthv(lpni);
1274         }
1275 }
1276
1277 static inline void
1278 lnet_inc_lpni_healthv_locked(struct lnet_peer_ni *lpni)
1279 {
1280         /* If there is a health sensitivity in the peer then use that
1281          * instead of the globally set one.
1282          * only adjust the net health if the lpni health value changed
1283          */
1284         if (lnet_atomic_add_unless_max(&lpni->lpni_healthv,
1285                         lpni->lpni_peer_net->lpn_peer->lp_health_sensitivity ? :
1286                         lnet_health_sensitivity,
1287                                        LNET_MAX_HEALTH_VALUE)) {
1288                 lnet_update_peer_net_healthv(lpni);
1289         }
1290 }
1291
1292 static inline void
1293 lnet_inc_healthv(atomic_t *healthv, int value)
1294 {
1295         lnet_atomic_add_unless_max(healthv, value, LNET_MAX_HEALTH_VALUE);
1296 }
1297
1298 static inline int
1299 lnet_get_list_len(struct list_head *list)
1300 {
1301         struct list_head *l;
1302         int count = 0;
1303
1304         list_for_each(l, list)
1305                 count++;
1306
1307         return count;
1308 }
1309
1310 void lnet_incr_stats(struct lnet_element_stats *stats,
1311                      enum lnet_msg_type msg_type,
1312                      enum lnet_stats_type stats_type);
1313
1314 __u32 lnet_sum_stats(struct lnet_element_stats *stats,
1315                      enum lnet_stats_type stats_type);
1316
1317 void lnet_usr_translate_stats(struct lnet_ioctl_element_msg_stats *msg_stats,
1318                               struct lnet_element_stats *stats);
1319 static inline void
1320 lnet_set_route_aliveness(struct lnet_route *route, bool alive)
1321 {
1322         bool old = atomic_xchg(&route->lr_alive, alive);
1323
1324         if (old != alive)
1325                 CERROR("route to %s through %s has gone from %s to %s\n",
1326                        libcfs_net2str(route->lr_net),
1327                        libcfs_nidstr(&route->lr_gateway->lp_primary_nid),
1328                        old ? "up" : "down",
1329                        alive ? "up" : "down");
1330 }
1331
1332 extern struct blocking_notifier_head lnet_ioctl_list;
1333 static inline int notifier_from_ioctl_errno(int err)
1334 {
1335         if (err == -EINVAL)
1336                 return NOTIFY_OK;
1337         return notifier_from_errno(err) | NOTIFY_STOP_MASK;
1338 }
1339
1340 void lnet_mark_ping_buffer_for_update(void);
1341 void lnet_queue_ping_buffer_update(void);
1342 #endif