Whamcloud - gitweb
ff8f88379c82ed1cf2844f27c74046948354cc14
[fs/lustre-release.git] / lustre / ptlrpc / events.c
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) 2002, 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  * Lustre is a trademark of Sun Microsystems, Inc.
31  */
32
33 #define DEBUG_SUBSYSTEM S_RPC
34
35 #include <libcfs/libcfs.h>
36 #include <linux/kernel.h>
37 #include <linux/delay.h>
38 #include <obd_class.h>
39 #include <lustre_net.h>
40 #include <lustre_sec.h>
41 #include "ptlrpc_internal.h"
42
43 lnet_handler_t ptlrpc_handler;
44 struct percpu_ref ptlrpc_pending;
45
46 /*
47  *  Client's outgoing request callback
48  */
49 void request_out_callback(struct lnet_event *ev)
50 {
51         struct ptlrpc_cb_id   *cbid = ev->md_user_ptr;
52         struct ptlrpc_request *req = cbid->cbid_arg;
53         bool                   wakeup = false;
54         ENTRY;
55
56         LASSERT(ev->type == LNET_EVENT_SEND || ev->type == LNET_EVENT_UNLINK);
57         LASSERT(ev->unlinked);
58
59         if (unlikely(lustre_msg_get_opc(req->rq_reqmsg) == cfs_fail_val &&
60                      CFS_FAIL_CHECK_RESET(OBD_FAIL_NET_ERROR_RPC,
61                                           OBD_FAIL_OSP_PRECREATE_PAUSE |
62                                           CFS_FAIL_ONCE)))
63                 ev->status = -ECONNABORTED;
64
65         DEBUG_REQ(D_NET, req, "type %d, status %d", ev->type, ev->status);
66
67         /* Do not update imp_next_ping for connection request */
68         if (lustre_msg_get_opc(req->rq_reqmsg) !=
69             req->rq_import->imp_connect_op)
70                 ptlrpc_pinger_sending_on_import(req->rq_import);
71
72         sptlrpc_request_out_callback(req);
73
74         spin_lock(&req->rq_lock);
75         req->rq_real_sent = ktime_get_real_seconds();
76         req->rq_req_unlinked = 1;
77         /* reply_in_callback happened before request_out_callback? */
78         if (req->rq_reply_unlinked)
79                 wakeup = true;
80
81         if (ev->type == LNET_EVENT_UNLINK || ev->status != 0) {
82                 /* Failed send: make it seem like the reply timed out, just
83                  * like failing sends in client.c does currently...  */
84                 req->rq_net_err = 1;
85                 wakeup = true;
86         }
87
88         if (wakeup)
89                 ptlrpc_client_wake_req(req);
90
91         spin_unlock(&req->rq_lock);
92
93         ptlrpc_req_finished(req);
94         EXIT;
95 }
96
97 /*
98  * Client's incoming reply callback
99  */
100 void reply_in_callback(struct lnet_event *ev)
101 {
102         struct ptlrpc_cb_id   *cbid = ev->md_user_ptr;
103         struct ptlrpc_request *req = cbid->cbid_arg;
104         ENTRY;
105
106         DEBUG_REQ(D_NET, req, "type %d, status %d", ev->type, ev->status);
107
108         LASSERT(ev->type == LNET_EVENT_PUT || ev->type == LNET_EVENT_UNLINK);
109         LASSERT(ev->md_start == req->rq_repbuf);
110         LASSERT(ev->offset + ev->mlength <= req->rq_repbuf_len);
111         /* We've set LNET_MD_MANAGE_REMOTE for all outgoing requests
112          * for adaptive timeouts' early reply.
113          */
114         LASSERT((ev->md_options & LNET_MD_MANAGE_REMOTE) != 0);
115
116         spin_lock(&req->rq_lock);
117
118         req->rq_receiving_reply = 0;
119         req->rq_early = 0;
120         if (ev->unlinked)
121                 req->rq_reply_unlinked = 1;
122
123         if (ev->status)
124                 goto out_wake;
125
126         if (ev->type == LNET_EVENT_UNLINK) {
127                 LASSERT(ev->unlinked);
128                 DEBUG_REQ(D_NET, req, "unlink");
129                 goto out_wake;
130         }
131
132         if (ev->mlength < ev->rlength ) {
133                 CDEBUG(D_RPCTRACE, "truncate req %p rpc %d - %d+%d\n", req,
134                        req->rq_replen, ev->rlength, ev->offset);
135                 req->rq_reply_truncated = 1;
136                 req->rq_replied = 1;
137                 req->rq_status = -EOVERFLOW;
138                 req->rq_nob_received = ev->rlength + ev->offset;
139                 goto out_wake;
140         }
141
142         if ((ev->offset == 0) &&
143             ((lustre_msghdr_get_flags(req->rq_reqmsg) & MSGHDR_AT_SUPPORT))) {
144                 /* Early reply */
145                 DEBUG_REQ(D_ADAPTTO, req,
146                           "Early reply received, mlen=%u offset=%d replen=%d replied=%d unlinked=%d",
147                           ev->mlength, ev->offset,
148                           req->rq_replen, req->rq_replied, ev->unlinked);
149
150                 req->rq_early_count++; /* number received, client side */
151
152                 /* already got the real reply or buffers are already unlinked */
153                 if (req->rq_replied ||
154                     req->rq_reply_unlinked == 1)
155                         goto out_wake;
156
157                 req->rq_early = 1;
158                 req->rq_reply_off = ev->offset;
159                 req->rq_nob_received = ev->mlength;
160                 /* And we're still receiving */
161                 req->rq_receiving_reply = 1;
162         } else {
163                 /* Real reply */
164                 req->rq_rep_swab_mask = 0;
165                 req->rq_replied = 1;
166                 /* Got reply, no resend required */
167                 req->rq_resend = 0;
168                 req->rq_reply_off = ev->offset;
169                 req->rq_nob_received = ev->mlength;
170                 /* LNetMDUnlink can't be called under the LNET_LOCK,
171                    so we must unlink in ptlrpc_unregister_reply */
172                 DEBUG_REQ(D_INFO, req,
173                           "reply in flags=%x mlen=%u offset=%d replen=%d",
174                           lustre_msg_get_flags(req->rq_reqmsg),
175                           ev->mlength, ev->offset, req->rq_replen);
176         }
177
178         if (lustre_msg_get_opc(req->rq_reqmsg) != OBD_PING)
179                 req->rq_import->imp_last_reply_time = ktime_get_real_seconds();
180
181 out_wake:
182         /* NB don't unlock till after wakeup; req can disappear under us
183          * since we don't have our own ref */
184         ptlrpc_client_wake_req(req);
185         spin_unlock(&req->rq_lock);
186         EXIT;
187 }
188
189 /*
190  * Client's bulk has been written/read
191  */
192 void client_bulk_callback(struct lnet_event *ev)
193 {
194         struct ptlrpc_cb_id     *cbid = ev->md_user_ptr;
195         struct ptlrpc_bulk_desc *desc = cbid->cbid_arg;
196         struct ptlrpc_request   *req;
197         ENTRY;
198
199         LASSERT((ptlrpc_is_bulk_put_sink(desc->bd_type) &&
200                  ev->type == LNET_EVENT_PUT) ||
201                 (ptlrpc_is_bulk_get_source(desc->bd_type) &&
202                  ev->type == LNET_EVENT_GET) ||
203                 ev->type == LNET_EVENT_UNLINK);
204         LASSERT(ev->unlinked);
205
206         if (CFS_FAIL_CHECK_ORSET(OBD_FAIL_PTLRPC_CLIENT_BULK_CB, CFS_FAIL_ONCE))
207                 ev->status = -EIO;
208
209         if (CFS_FAIL_CHECK_ORSET(OBD_FAIL_PTLRPC_CLIENT_BULK_CB2,CFS_FAIL_ONCE))
210                 ev->status = -EIO;
211
212         CDEBUG_LIMIT((ev->status == 0) ? D_NET : D_ERROR,
213                      "event type %d, status %d, desc %p\n",
214                      ev->type, ev->status, desc);
215
216         spin_lock(&desc->bd_lock);
217         req = desc->bd_req;
218         LASSERT(desc->bd_refs > 0);
219         desc->bd_refs--;
220
221         if (ev->type != LNET_EVENT_UNLINK && ev->status == 0) {
222                 desc->bd_nob_transferred += ev->mlength;
223                 desc->bd_sender = ev->sender;
224         } else {
225                 /* start reconnect and resend if network error hit */
226                 spin_lock(&req->rq_lock);
227                 req->rq_net_err = 1;
228                 spin_unlock(&req->rq_lock);
229         }
230
231         if (ev->status != 0)
232                 desc->bd_failure = 1;
233
234         /* NB don't unlock till after wakeup; desc can disappear under us
235          * otherwise */
236         if (desc->bd_refs == 0)
237                 ptlrpc_client_wake_req(desc->bd_req);
238
239         spin_unlock(&desc->bd_lock);
240         EXIT;
241 }
242
243 /*
244  * We will have percpt request history list for ptlrpc service in upcoming
245  * patches because we don't want to be serialized by current per-service
246  * history operations. So we require history ID can (somehow) show arriving
247  * order w/o grabbing global lock, and user can sort them in userspace.
248  *
249  * This is how we generate history ID for ptlrpc_request:
250  * ----------------------------------------------------
251  * |  32 bits  |  16 bits  | (16 - X)bits  |  X bits  |
252  * ----------------------------------------------------
253  * |  seconds  | usec / 16 |   sequence    | CPT id   |
254  * ----------------------------------------------------
255  *
256  * it might not be precise but should be good enough.
257  */
258
259 #define REQS_CPT_BITS(svcpt)    ((svcpt)->scp_service->srv_cpt_bits)
260
261 #define REQS_SEC_SHIFT          32
262 #define REQS_USEC_SHIFT         16
263 #define REQS_SEQ_SHIFT(svcpt)   REQS_CPT_BITS(svcpt)
264
265 static void ptlrpc_req_add_history(struct ptlrpc_service_part *svcpt,
266                                    struct ptlrpc_request *req)
267 {
268         u64 sec = req->rq_arrival_time.tv_sec;
269         u32 usec = req->rq_arrival_time.tv_nsec / NSEC_PER_USEC / 16; /* usec / 16 */
270         u64 new_seq;
271
272         /* set sequence ID for request and add it to history list,
273          * it must be called with hold svcpt::scp_lock */
274
275         new_seq = (sec << REQS_SEC_SHIFT) |
276                   (usec << REQS_USEC_SHIFT) |
277                   (svcpt->scp_cpt < 0 ? 0 : svcpt->scp_cpt);
278
279         if (new_seq > svcpt->scp_hist_seq) {
280                 /* This handles the initial case of scp_hist_seq == 0 or
281                  * we just jumped into a new time window */
282                 svcpt->scp_hist_seq = new_seq;
283         } else {
284                 LASSERT(REQS_SEQ_SHIFT(svcpt) < REQS_USEC_SHIFT);
285                 /* NB: increase sequence number in current usec bucket,
286                  * however, it's possible that we used up all bits for
287                  * sequence and jumped into the next usec bucket (future time),
288                  * then we hope there will be less RPCs per bucket at some
289                  * point, and sequence will catch up again */
290                 svcpt->scp_hist_seq += (1U << REQS_SEQ_SHIFT(svcpt));
291                 new_seq = svcpt->scp_hist_seq;
292         }
293
294         req->rq_history_seq = new_seq;
295
296         list_add_tail(&req->rq_history_list, &svcpt->scp_hist_reqs);
297 }
298
299 /*
300  * Server's incoming request callback
301  */
302 void request_in_callback(struct lnet_event *ev)
303 {
304         struct ptlrpc_cb_id               *cbid = ev->md_user_ptr;
305         struct ptlrpc_request_buffer_desc *rqbd = cbid->cbid_arg;
306         struct ptlrpc_service_part        *svcpt = rqbd->rqbd_svcpt;
307         struct ptlrpc_service             *service = svcpt->scp_service;
308         struct ptlrpc_request             *req;
309         ENTRY;
310
311         LASSERT(ev->type == LNET_EVENT_PUT ||
312                 ev->type == LNET_EVENT_UNLINK);
313         LASSERT((char *)ev->md_start >= rqbd->rqbd_buffer);
314         LASSERT((char *)ev->md_start + ev->offset + ev->mlength <=
315                 rqbd->rqbd_buffer + service->srv_buf_size);
316
317         CDEBUG_LIMIT((ev->status == 0) ? D_NET : D_ERROR,
318                      "event type %d, status %d, service %s\n",
319                      ev->type, ev->status, service->srv_name);
320
321         if (ev->unlinked) {
322                 /* If this is the last request message to fit in the
323                  * request buffer we can use the request object embedded in
324                  * rqbd.  Note that if we failed to allocate a request,
325                  * we'd have to re-post the rqbd, which we can't do in this
326                  * context.
327                  */
328                 req = &rqbd->rqbd_req;
329                 memset(req, 0, sizeof(*req));
330         } else {
331                 LASSERT(ev->type == LNET_EVENT_PUT);
332                 if (ev->status != 0) /* We moaned above already... */
333                         return;
334                 req = ptlrpc_request_cache_alloc(GFP_ATOMIC);
335                 if (req == NULL) {
336                         CERROR("Can't allocate incoming request descriptor: "
337                                "Dropping %s RPC from %s\n",
338                                service->srv_name,
339                                libcfs_id2str(ev->initiator));
340                         return;
341                 }
342         }
343
344         ptlrpc_srv_req_init(req);
345         /* NB we ABSOLUTELY RELY on req being zeroed, so pointers are NULL,
346          * flags are reset and scalars are zero.  We only set the message
347          * size to non-zero if this was a successful receive. */
348         req->rq_xid = ev->match_bits;
349         req->rq_reqbuf = ev->md_start + ev->offset;
350         if (ev->type == LNET_EVENT_PUT && ev->status == 0)
351                 req->rq_reqdata_len = ev->mlength;
352         ktime_get_real_ts64(&req->rq_arrival_time);
353         /* Multi-Rail: keep track of both initiator and source NID. */
354         req->rq_peer = ev->initiator;
355         req->rq_source = ev->source;
356         req->rq_self = ev->target.nid;
357         req->rq_rqbd = rqbd;
358         req->rq_phase = RQ_PHASE_NEW;
359         if (ev->type == LNET_EVENT_PUT)
360                 CDEBUG(D_INFO, "incoming req@%p x%llu msgsize %u\n",
361                        req, req->rq_xid, ev->mlength);
362
363         CDEBUG(D_RPCTRACE, "peer: %s (source: %s)\n",
364                 libcfs_id2str(req->rq_peer), libcfs_id2str(req->rq_source));
365
366         spin_lock(&svcpt->scp_lock);
367
368         ptlrpc_req_add_history(svcpt, req);
369
370         if (ev->unlinked) {
371                 svcpt->scp_nrqbds_posted--;
372                 CDEBUG(D_INFO, "Buffer complete: %d buffers still posted\n",
373                        svcpt->scp_nrqbds_posted);
374
375                 /* Normally, don't complain about 0 buffers posted; LNET won't
376                  * drop incoming reqs since we set the portal lazy */
377                 if (test_req_buffer_pressure &&
378                     ev->type != LNET_EVENT_UNLINK &&
379                     svcpt->scp_nrqbds_posted == 0)
380                         CWARN("All %s request buffers busy\n",
381                               service->srv_name);
382
383                 /* req takes over the network's ref on rqbd */
384         } else {
385                 /* req takes a ref on rqbd */
386                 rqbd->rqbd_refcount++;
387         }
388
389         list_add_tail(&req->rq_list, &svcpt->scp_req_incoming);
390         svcpt->scp_nreqs_incoming++;
391
392         /* NB everything can disappear under us once the request
393          * has been queued and we unlock, so do the wake now... */
394         wake_up(&svcpt->scp_waitq);
395
396         spin_unlock(&svcpt->scp_lock);
397         EXIT;
398 }
399
400 /*
401  *  Server's outgoing reply callback
402  */
403 void reply_out_callback(struct lnet_event *ev)
404 {
405         struct ptlrpc_cb_id       *cbid = ev->md_user_ptr;
406         struct ptlrpc_reply_state *rs = cbid->cbid_arg;
407         struct ptlrpc_service_part *svcpt = rs->rs_svcpt;
408         ENTRY;
409
410         LASSERT (ev->type == LNET_EVENT_SEND ||
411                  ev->type == LNET_EVENT_ACK ||
412                  ev->type == LNET_EVENT_UNLINK);
413
414         if (!rs->rs_difficult) {
415                 /* 'Easy' replies have no further processing so I drop the
416                  * net's ref on 'rs' */
417                 LASSERT (ev->unlinked);
418                 ptlrpc_rs_decref(rs);
419                 EXIT;
420                 return;
421         }
422
423         LASSERT (rs->rs_on_net);
424
425         if (ev->unlinked) {
426                 /* Last network callback. The net's ref on 'rs' stays put
427                  * until ptlrpc_handle_rs() is done with it */
428                 spin_lock(&svcpt->scp_rep_lock);
429                 spin_lock(&rs->rs_lock);
430
431                 rs->rs_on_net = 0;
432                 if (!rs->rs_no_ack ||
433                     rs->rs_transno <=
434                     rs->rs_export->exp_obd->obd_last_committed ||
435                     list_empty(&rs->rs_obd_list))
436                         ptlrpc_schedule_difficult_reply(rs);
437
438                 spin_unlock(&rs->rs_lock);
439                 spin_unlock(&svcpt->scp_rep_lock);
440         }
441         EXIT;
442 }
443
444 #ifdef HAVE_SERVER_SUPPORT
445 /*
446  * Server's bulk completion callback
447  */
448 void server_bulk_callback(struct lnet_event *ev)
449 {
450         struct ptlrpc_cb_id     *cbid = ev->md_user_ptr;
451         struct ptlrpc_bulk_desc *desc = cbid->cbid_arg;
452         ENTRY;
453
454         LASSERT(ev->type == LNET_EVENT_SEND ||
455                 ev->type == LNET_EVENT_UNLINK ||
456                 (ptlrpc_is_bulk_put_source(desc->bd_type) &&
457                  ev->type == LNET_EVENT_ACK) ||
458                 (ptlrpc_is_bulk_get_sink(desc->bd_type) &&
459                  ev->type == LNET_EVENT_REPLY));
460
461         CDEBUG_LIMIT((ev->status == 0) ? D_NET : D_ERROR,
462                      "event type %d, status %d, desc %p\n",
463                      ev->type, ev->status, desc);
464
465         spin_lock(&desc->bd_lock);
466
467         LASSERT(desc->bd_refs > 0);
468
469         if ((ev->type == LNET_EVENT_ACK ||
470              ev->type == LNET_EVENT_REPLY) &&
471             ev->status == 0) {
472                 /* We heard back from the peer, so even if we get this
473                  * before the SENT event (oh yes we can), we know we
474                  * read/wrote the peer buffer and how much... */
475                 desc->bd_nob_transferred += ev->mlength;
476                 desc->bd_sender = ev->sender;
477         }
478
479         if (ev->status != 0)
480                 desc->bd_failure = 1;
481
482         if (ev->unlinked) {
483                 desc->bd_refs--;
484                 /* This is the last callback no matter what... */
485                 if (desc->bd_refs == 0)
486                         wake_up(&desc->bd_waitq);
487         }
488
489         spin_unlock(&desc->bd_lock);
490         EXIT;
491 }
492 #endif
493
494 static void ptlrpc_master_callback(struct lnet_event *ev)
495 {
496         struct ptlrpc_cb_id *cbid = ev->md_user_ptr;
497         void (*callback)(struct lnet_event *ev) = cbid->cbid_fn;
498
499         /* Honestly, it's best to find out early. */
500         LASSERT(cbid->cbid_arg != LP_POISON);
501         LASSERT(callback == request_out_callback ||
502                 callback == reply_in_callback ||
503                 callback == client_bulk_callback ||
504                 callback == request_in_callback ||
505                 callback == reply_out_callback
506 #ifdef HAVE_SERVER_SUPPORT
507                 || callback == server_bulk_callback
508 #endif
509                 );
510
511         callback(ev);
512         if (ev->unlinked)
513                 percpu_ref_put(&ptlrpc_pending);
514 }
515
516 int ptlrpc_uuid_to_peer(struct obd_uuid *uuid,
517                         struct lnet_process_id *peer, lnet_nid_t *self)
518 {
519         int best_dist = 0;
520         __u32 best_order = 0;
521         int count = 0;
522         int rc = -ENOENT;
523         int dist;
524         __u32 order;
525         lnet_nid_t dst_nid;
526         lnet_nid_t src_nid;
527
528         peer->pid = LNET_PID_LUSTRE;
529
530         /* Choose the matching UUID that's closest */
531         while (lustre_uuid_to_peer(uuid->uuid, &dst_nid, count++) == 0) {
532                 if (peer->nid != LNET_NID_ANY && LNET_NIDADDR(peer->nid) == 0 &&
533                     LNET_NIDNET(dst_nid) != LNET_NIDNET(peer->nid))
534                         continue;
535
536                 dist = LNetDist(dst_nid, &src_nid, &order);
537                 if (dist < 0)
538                         continue;
539
540                 if (dist == 0) {                /* local! use loopback LND */
541                         peer->nid = *self = LNET_NID_LO_0;
542                         rc = 0;
543                         break;
544                 }
545
546                 if (rc < 0 ||
547                     dist < best_dist ||
548                     (dist == best_dist && order < best_order)) {
549                         best_dist = dist;
550                         best_order = order;
551
552                         peer->nid = dst_nid;
553                         *self = src_nid;
554                         rc = 0;
555                 }
556         }
557
558         CDEBUG(D_NET, "%s->%s\n", uuid->uuid, libcfs_id2str(*peer));
559         return rc;
560 }
561
562 static struct completion ptlrpc_done;
563
564 static void ptlrpc_release(struct percpu_ref *ref)
565 {
566         complete(&ptlrpc_done);
567 }
568
569 static void ptlrpc_ni_fini(void)
570 {
571         /* Wait for the event queue to become idle since there may still be
572          * messages in flight with pending events (i.e. the fire-and-forget
573          * messages == client requests and "non-difficult" server
574          * replies */
575
576         init_completion(&ptlrpc_done);
577         percpu_ref_kill(&ptlrpc_pending);
578         wait_for_completion(&ptlrpc_done);
579
580         lnet_assert_handler_unused(ptlrpc_handler);
581         LNetNIFini();
582 }
583
584 lnet_pid_t ptl_get_pid(void)
585 {
586         return LNET_PID_LUSTRE;
587 }
588
589 int ptlrpc_ni_init(void)
590 {
591         int rc;
592         lnet_pid_t pid;
593
594         pid = ptl_get_pid();
595         CDEBUG(D_NET, "My pid is: %x\n", pid);
596
597         /* We're not passing any limits yet... */
598         rc = LNetNIInit(pid);
599         if (rc < 0) {
600                 CDEBUG(D_NET, "ptlrpc: Can't init network interface: rc = %d\n",
601                        rc);
602                 return rc;
603         }
604
605         rc = percpu_ref_init(&ptlrpc_pending, ptlrpc_release, 0, GFP_KERNEL);
606         if (rc) {
607                 CERROR("ptlrpc: Can't init percpu refcount: rc = %d\n", rc);
608                 return rc;
609         }
610         /* CAVEAT EMPTOR: how we process portals events is _radically_
611          * different depending on...
612          */
613         /* kernel LNet calls our master callback when there are new event,
614          * because we are guaranteed to get every event via callback,
615          * so we just set EQ size to 0 to avoid overhread of serializing
616          * enqueue/dequeue operations in LNet. */
617         ptlrpc_handler = ptlrpc_master_callback;
618         return 0;
619 }
620
621 int ptlrpc_init_portals(void)
622 {
623         int   rc = ptlrpc_ni_init();
624
625         if (rc != 0) {
626                 CERROR("network initialisation failed\n");
627                 return rc;
628         }
629         rc = ptlrpcd_addref();
630         if (rc == 0)
631                 return 0;
632
633         CERROR("rpcd initialisation failed\n");
634         ptlrpc_ni_fini();
635         return rc;
636 }
637
638 void ptlrpc_exit_portals(void)
639 {
640         ptlrpcd_decref();
641         ptlrpc_ni_fini();
642 }