blob: 7a112612fc8f51eda29e3a7d7a7c45973c2dc0cb [file] [log] [blame]
Chuck Levera2268cf2018-05-04 15:34:32 -04001// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
\"Talpey, Thomas\f58851e2007-09-10 13:50:12 -04002/*
Chuck Lever62b56a62017-10-30 16:22:14 -04003 * Copyright (c) 2014-2017 Oracle. All rights reserved.
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -04004 * Copyright (c) 2003-2007 Network Appliance, Inc. All rights reserved.
5 *
6 * This software is available to you under a choice of one of two
7 * licenses. You may choose to be licensed under the terms of the GNU
8 * General Public License (GPL) Version 2, available from the file
9 * COPYING in the main directory of this source tree, or the BSD-type
10 * license below:
11 *
12 * Redistribution and use in source and binary forms, with or without
13 * modification, are permitted provided that the following conditions
14 * are met:
15 *
16 * Redistributions of source code must retain the above copyright
17 * notice, this list of conditions and the following disclaimer.
18 *
19 * Redistributions in binary form must reproduce the above
20 * copyright notice, this list of conditions and the following
21 * disclaimer in the documentation and/or other materials provided
22 * with the distribution.
23 *
24 * Neither the name of the Network Appliance, Inc. nor the names of
25 * its contributors may be used to endorse or promote products
26 * derived from this software without specific prior written
27 * permission.
28 *
29 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
30 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
31 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
32 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
33 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
34 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
35 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
36 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
37 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
38 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
39 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\"Talpey, Thomas\f58851e2007-09-10 13:50:12 -040040 */
41
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -040042/*
43 * verbs.c
44 *
45 * Encapsulates the major functions managing:
46 * o adapters
47 * o endpoints
48 * o connections
49 * o buffer memory
50 */
51
Alexey Dobriyana6b7a402011-06-06 10:43:46 +000052#include <linux/interrupt.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090053#include <linux/slab.h>
Chuck Lever0dd39ca2015-03-30 14:33:43 -040054#include <linux/sunrpc/addr.h>
Chuck Lever05c97462016-09-06 11:22:58 -040055#include <linux/sunrpc/svc_rdma.h>
Chuck Leverf3c66a22019-08-19 18:40:11 -040056#include <linux/log2.h>
Chuck Leverae729502017-10-20 10:48:12 -040057
58#include <asm-generic/barrier.h>
Chuck Lever65866f82014-05-28 10:33:59 -040059#include <asm/bitops.h>
Chuck Lever56a6bd12017-04-11 13:23:34 -040060
Chuck Lever0a904872017-02-08 17:00:35 -050061#include <rdma/ib_cm.h>
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -040062
\"Talpey, Thomas\f58851e2007-09-10 13:50:12 -040063#include "xprt_rdma.h"
Chuck Leverb6e717cb2018-05-07 15:27:05 -040064#include <trace/events/rpcrdma.h>
\"Talpey, Thomas\f58851e2007-09-10 13:50:12 -040065
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -040066/*
67 * Globals/Macros
68 */
69
Jeff Laytonf895b252014-11-17 16:58:04 -050070#if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -040071# define RPCDBG_FACILITY RPCDBG_TRANS
72#endif
73
74/*
75 * internal functions
76 */
Chuck Levercb586de2020-01-03 11:56:32 -050077static int rpcrdma_sendctxs_create(struct rpcrdma_xprt *r_xprt);
78static void rpcrdma_sendctxs_destroy(struct rpcrdma_xprt *r_xprt);
Chuck Leverf9958792019-10-17 14:31:18 -040079static void rpcrdma_sendctx_put_locked(struct rpcrdma_xprt *r_xprt,
80 struct rpcrdma_sendctx *sc);
Chuck Leverb78de1d2020-01-03 11:56:53 -050081static int rpcrdma_reqs_setup(struct rpcrdma_xprt *r_xprt);
Chuck Levera31b2f92019-10-09 13:07:27 -040082static void rpcrdma_reqs_reset(struct rpcrdma_xprt *r_xprt);
Chuck Lever85810382020-01-03 11:56:58 -050083static void rpcrdma_rep_destroy(struct rpcrdma_rep *rep);
Chuck Lever671c4502020-01-03 11:52:22 -050084static void rpcrdma_reps_unmap(struct rpcrdma_xprt *r_xprt);
Chuck Lever96cedde2017-12-14 20:57:55 -050085static void rpcrdma_mrs_create(struct rpcrdma_xprt *r_xprt);
Chuck Lever9d2da4f2019-10-09 13:07:48 -040086static void rpcrdma_mrs_destroy(struct rpcrdma_xprt *r_xprt);
Chuck Lever2acc5ca2020-06-15 09:20:52 -040087static void rpcrdma_ep_get(struct rpcrdma_ep *ep);
88static int rpcrdma_ep_put(struct rpcrdma_ep *ep);
Chuck Leverd2832af2019-04-24 09:39:32 -040089static struct rpcrdma_regbuf *
90rpcrdma_regbuf_alloc(size_t size, enum dma_data_direction direction,
91 gfp_t flags);
92static void rpcrdma_regbuf_dma_unmap(struct rpcrdma_regbuf *rb);
93static void rpcrdma_regbuf_free(struct rpcrdma_regbuf *rb);
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -040094
Chuck Leverb8fe6772019-04-24 09:40:36 -040095/* Wait for outstanding transport work to finish. ib_drain_qp
96 * handles the drains in the wrong order for us, so open code
97 * them here.
Chuck Lever6d2d0ee2018-12-19 10:58:29 -050098 */
99static void rpcrdma_xprt_drain(struct rpcrdma_xprt *r_xprt)
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400100{
Chuck Lever2acc5ca2020-06-15 09:20:52 -0400101 struct rpcrdma_ep *ep = r_xprt->rx_ep;
102 struct rdma_cm_id *id = ep->re_id;
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400103
Chuck Lever6d2d0ee2018-12-19 10:58:29 -0500104 /* Flush Receives, then wait for deferred Reply work
105 * to complete.
106 */
Chuck Lever93aa8e02020-02-21 17:00:54 -0500107 ib_drain_rq(id->qp);
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400108
Chuck Lever6d2d0ee2018-12-19 10:58:29 -0500109 /* Deferred Reply processing might have scheduled
110 * local invalidations.
111 */
Chuck Lever93aa8e02020-02-21 17:00:54 -0500112 ib_drain_sq(id->qp);
Chuck Lever2acc5ca2020-06-15 09:20:52 -0400113
114 rpcrdma_ep_put(ep);
Chuck Leverf1a03b72014-11-08 20:14:37 -0500115}
116
Chuck Lever31e62d22018-10-01 14:26:08 -0400117/**
Chuck Leverf9521d52018-10-01 14:26:13 -0400118 * rpcrdma_qp_event_handler - Handle one QP event (error notification)
119 * @event: details of the event
120 * @context: ep that owns QP where event occurred
121 *
122 * Called from the RDMA provider (device driver) possibly in an interrupt
Chuck Lever745b7342020-02-21 17:01:00 -0500123 * context. The QP is always destroyed before the ID, so the ID will be
124 * reliably available when this handler is invoked.
Chuck Leverf9521d52018-10-01 14:26:13 -0400125 */
Chuck Lever745b7342020-02-21 17:01:00 -0500126static void rpcrdma_qp_event_handler(struct ib_event *event, void *context)
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400127{
128 struct rpcrdma_ep *ep = context;
129
Chuck Lever745b7342020-02-21 17:01:00 -0500130 trace_xprtrdma_qp_event(ep, event);
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400131}
132
Chuck Lever2fa8f882016-03-04 11:28:53 -0500133/**
Chuck Leverd6ccebf2020-02-21 17:00:49 -0500134 * rpcrdma_flush_disconnect - Disconnect on flushed completion
Chuck Leverf423f752020-06-15 09:21:02 -0400135 * @r_xprt: transport to disconnect
Chuck Leverd6ccebf2020-02-21 17:00:49 -0500136 * @wc: work completion entry
137 *
138 * Must be called in process context.
139 */
Chuck Leverf423f752020-06-15 09:21:02 -0400140void rpcrdma_flush_disconnect(struct rpcrdma_xprt *r_xprt, struct ib_wc *wc)
Chuck Leverd6ccebf2020-02-21 17:00:49 -0500141{
Chuck Leverd6ccebf2020-02-21 17:00:49 -0500142 struct rpc_xprt *xprt = &r_xprt->rx_xprt;
143
Chuck Lever93aa8e02020-02-21 17:00:54 -0500144 if (wc->status != IB_WC_SUCCESS &&
Chuck Levere28ce902020-02-21 17:01:05 -0500145 r_xprt->rx_ep->re_connect_status == 1) {
146 r_xprt->rx_ep->re_connect_status = -ECONNABORTED;
Chuck Leverd6ccebf2020-02-21 17:00:49 -0500147 xprt_force_disconnect(xprt);
148 }
149}
150
151/**
Chuck Lever2fa8f882016-03-04 11:28:53 -0500152 * rpcrdma_wc_send - Invoked by RDMA provider for each polled Send WC
Chuck Leverf9958792019-10-17 14:31:18 -0400153 * @cq: completion queue
Chuck Leverd6ccebf2020-02-21 17:00:49 -0500154 * @wc: WCE for a completed Send WR
Chuck Lever2fa8f882016-03-04 11:28:53 -0500155 *
Chuck Lever4220a072015-10-24 17:26:45 -0400156 */
Chuck Leverd6ccebf2020-02-21 17:00:49 -0500157static void rpcrdma_wc_send(struct ib_cq *cq, struct ib_wc *wc)
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400158{
Chuck Leverae729502017-10-20 10:48:12 -0400159 struct ib_cqe *cqe = wc->wr_cqe;
160 struct rpcrdma_sendctx *sc =
161 container_of(cqe, struct rpcrdma_sendctx, sc_cqe);
Chuck Leverf423f752020-06-15 09:21:02 -0400162 struct rpcrdma_xprt *r_xprt = cq->cq_context;
Chuck Leverae729502017-10-20 10:48:12 -0400163
Chuck Lever2fa8f882016-03-04 11:28:53 -0500164 /* WARNING: Only wr_cqe and status are reliable at this point */
Chuck Leverab03eff2017-12-20 16:30:40 -0500165 trace_xprtrdma_wc_send(sc, wc);
Chuck Leverf423f752020-06-15 09:21:02 -0400166 rpcrdma_sendctx_put_locked(r_xprt, sc);
167 rpcrdma_flush_disconnect(r_xprt, wc);
Chuck Leverfc664482014-05-28 10:33:25 -0400168}
169
Chuck Lever552bf222016-03-04 11:28:36 -0500170/**
Chuck Lever1519e962016-09-15 10:57:49 -0400171 * rpcrdma_wc_receive - Invoked by RDMA provider for each polled Receive WC
Chuck Leverd6ccebf2020-02-21 17:00:49 -0500172 * @cq: completion queue
173 * @wc: WCE for a completed Receive WR
Chuck Lever552bf222016-03-04 11:28:36 -0500174 *
175 */
Chuck Leverd6ccebf2020-02-21 17:00:49 -0500176static void rpcrdma_wc_receive(struct ib_cq *cq, struct ib_wc *wc)
Chuck Leverfc664482014-05-28 10:33:25 -0400177{
Chuck Lever552bf222016-03-04 11:28:36 -0500178 struct ib_cqe *cqe = wc->wr_cqe;
179 struct rpcrdma_rep *rep = container_of(cqe, struct rpcrdma_rep,
180 rr_cqe);
Chuck Leverd6ccebf2020-02-21 17:00:49 -0500181 struct rpcrdma_xprt *r_xprt = cq->cq_context;
Chuck Leverfc664482014-05-28 10:33:25 -0400182
Chuck Lever6ceea362018-12-19 10:58:24 -0500183 /* WARNING: Only wr_cqe and status are reliable at this point */
Chuck Lever0e0b8542018-05-04 15:35:14 -0400184 trace_xprtrdma_wc_receive(wc);
Chuck Levere28ce902020-02-21 17:01:05 -0500185 --r_xprt->rx_ep->re_receive_count;
Chuck Lever85024272015-01-21 11:02:04 -0500186 if (wc->status != IB_WC_SUCCESS)
Chuck Lever6ceea362018-12-19 10:58:24 -0500187 goto out_flushed;
Chuck Leverfc664482014-05-28 10:33:25 -0400188
Chuck Lever85024272015-01-21 11:02:04 -0500189 /* status == SUCCESS means all fields in wc are trustworthy */
Chuck Lever96f87782017-08-03 14:30:03 -0400190 rpcrdma_set_xdrlen(&rep->rr_hdrbuf, wc->byte_len);
Chuck Leverc8b920b2016-09-15 10:57:16 -0400191 rep->rr_wc_flags = wc->wc_flags;
192 rep->rr_inv_rkey = wc->ex.invalidate_rkey;
193
Chuck Lever91a10c52017-04-11 13:23:02 -0400194 ib_dma_sync_single_for_cpu(rdmab_device(rep->rr_rdmabuf),
Chuck Lever6b1184c2015-01-21 11:04:25 -0500195 rdmab_addr(rep->rr_rdmabuf),
Chuck Levere2a67192017-08-03 14:30:44 -0400196 wc->byte_len, DMA_FROM_DEVICE);
Chuck Lever23826c72016-03-04 11:28:27 -0500197
Chuck Leverd8f532d2017-10-16 15:01:30 -0400198 rpcrdma_reply_handler(rep);
Chuck Lever85024272015-01-21 11:02:04 -0500199 return;
Chuck Leverfe97b472015-10-24 17:27:10 -0400200
Chuck Lever6ceea362018-12-19 10:58:24 -0500201out_flushed:
Chuck Leverf423f752020-06-15 09:21:02 -0400202 rpcrdma_flush_disconnect(r_xprt, wc);
Chuck Lever85810382020-01-03 11:56:58 -0500203 rpcrdma_rep_destroy(rep);
Chuck Leverfc664482014-05-28 10:33:25 -0400204}
205
Chuck Lever745b7342020-02-21 17:01:00 -0500206static void rpcrdma_update_cm_private(struct rpcrdma_ep *ep,
Chuck Leverf54c8702019-10-23 10:02:09 -0400207 struct rdma_conn_param *param)
Chuck Lever87cfb9a2016-09-15 10:57:07 -0400208{
Chuck Lever87cfb9a2016-09-15 10:57:07 -0400209 const struct rpcrdma_connect_private *pmsg = param->private_data;
210 unsigned int rsize, wsize;
211
Chuck Leverc8b920b2016-09-15 10:57:16 -0400212 /* Default settings for RPC-over-RDMA Version One */
Chuck Lever93aa8e02020-02-21 17:00:54 -0500213 ep->re_implicit_roundup = xprt_rdma_pad_optimize;
Chuck Lever87cfb9a2016-09-15 10:57:07 -0400214 rsize = RPCRDMA_V1_DEF_INLINE_SIZE;
215 wsize = RPCRDMA_V1_DEF_INLINE_SIZE;
216
217 if (pmsg &&
218 pmsg->cp_magic == rpcrdma_cmp_magic &&
219 pmsg->cp_version == RPCRDMA_CMP_VERSION) {
Chuck Lever93aa8e02020-02-21 17:00:54 -0500220 ep->re_implicit_roundup = true;
Chuck Lever87cfb9a2016-09-15 10:57:07 -0400221 rsize = rpcrdma_decode_buffer_size(pmsg->cp_send_size);
222 wsize = rpcrdma_decode_buffer_size(pmsg->cp_recv_size);
223 }
224
Chuck Lever93aa8e02020-02-21 17:00:54 -0500225 if (rsize < ep->re_inline_recv)
226 ep->re_inline_recv = rsize;
227 if (wsize < ep->re_inline_send)
228 ep->re_inline_send = wsize;
Chuck Leverf54c8702019-10-23 10:02:09 -0400229
Chuck Lever93aa8e02020-02-21 17:00:54 -0500230 rpcrdma_set_max_header_sizes(ep);
Chuck Lever87cfb9a2016-09-15 10:57:07 -0400231}
232
Chuck Leverae382882018-10-01 14:25:47 -0400233/**
234 * rpcrdma_cm_event_handler - Handle RDMA CM events
235 * @id: rdma_cm_id on which an event has occurred
236 * @event: details of the event
237 *
238 * Called with @id's mutex held. Returns 1 if caller should
239 * destroy @id, otherwise 0.
240 */
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400241static int
Chuck Leverae382882018-10-01 14:25:47 -0400242rpcrdma_cm_event_handler(struct rdma_cm_id *id, struct rdma_cm_event *event)
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400243{
Chuck Lever745b7342020-02-21 17:01:00 -0500244 struct sockaddr *sap = (struct sockaddr *)&id->route.addr.dst_addr;
Chuck Levere28ce902020-02-21 17:01:05 -0500245 struct rpcrdma_ep *ep = id->context;
246 struct rpc_xprt *xprt = ep->re_xprt;
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400247
Chuck Leverae382882018-10-01 14:25:47 -0400248 might_sleep();
249
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400250 switch (event->event) {
251 case RDMA_CM_EVENT_ADDR_RESOLVED:
252 case RDMA_CM_EVENT_ROUTE_RESOLVED:
Chuck Lever93aa8e02020-02-21 17:00:54 -0500253 ep->re_async_rc = 0;
254 complete(&ep->re_done);
Chuck Lever316a6162018-10-01 14:26:03 -0400255 return 0;
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400256 case RDMA_CM_EVENT_ADDR_ERROR:
Chuck Lever93aa8e02020-02-21 17:00:54 -0500257 ep->re_async_rc = -EPROTO;
258 complete(&ep->re_done);
Chuck Lever316a6162018-10-01 14:26:03 -0400259 return 0;
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400260 case RDMA_CM_EVENT_ROUTE_ERROR:
Chuck Lever93aa8e02020-02-21 17:00:54 -0500261 ep->re_async_rc = -ENETUNREACH;
262 complete(&ep->re_done);
Chuck Lever316a6162018-10-01 14:26:03 -0400263 return 0;
Chuck Leverbebd0312017-04-11 13:23:10 -0400264 case RDMA_CM_EVENT_DEVICE_REMOVAL:
Chuck Lever745b7342020-02-21 17:01:00 -0500265 pr_info("rpcrdma: removing device %s for %pISpc\n",
266 ep->re_id->device->name, sap);
Chuck Levere28ce902020-02-21 17:01:05 -0500267 /* fall through */
268 case RDMA_CM_EVENT_ADDR_CHANGE:
Chuck Lever93aa8e02020-02-21 17:00:54 -0500269 ep->re_connect_status = -ENODEV;
Chuck Levered97f1f2018-10-01 14:25:52 -0400270 xprt_force_disconnect(xprt);
Chuck Levere28ce902020-02-21 17:01:05 -0500271 goto disconnected;
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400272 case RDMA_CM_EVENT_ESTABLISHED:
Chuck Lever2acc5ca2020-06-15 09:20:52 -0400273 rpcrdma_ep_get(ep);
Chuck Lever93aa8e02020-02-21 17:00:54 -0500274 ep->re_connect_status = 1;
Chuck Lever745b7342020-02-21 17:01:00 -0500275 rpcrdma_update_cm_private(ep, &event->param.conn);
276 trace_xprtrdma_inline_thresh(ep);
Chuck Lever93aa8e02020-02-21 17:00:54 -0500277 wake_up_all(&ep->re_connect_wait);
Chuck Lever31e62d22018-10-01 14:26:08 -0400278 break;
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400279 case RDMA_CM_EVENT_CONNECT_ERROR:
Chuck Lever93aa8e02020-02-21 17:00:54 -0500280 ep->re_connect_status = -ENOTCONN;
Chuck Lever31e62d22018-10-01 14:26:08 -0400281 goto disconnected;
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400282 case RDMA_CM_EVENT_UNREACHABLE:
Chuck Lever93aa8e02020-02-21 17:00:54 -0500283 ep->re_connect_status = -ENETUNREACH;
Chuck Lever31e62d22018-10-01 14:26:08 -0400284 goto disconnected;
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400285 case RDMA_CM_EVENT_REJECTED:
Chuck Lever745b7342020-02-21 17:01:00 -0500286 dprintk("rpcrdma: connection to %pISpc rejected: %s\n",
287 sap, rdma_reject_msg(id, event->status));
Chuck Lever93aa8e02020-02-21 17:00:54 -0500288 ep->re_connect_status = -ECONNREFUSED;
Chuck Lever0a904872017-02-08 17:00:35 -0500289 if (event->status == IB_CM_REJ_STALE_CONN)
Chuck Lever93aa8e02020-02-21 17:00:54 -0500290 ep->re_connect_status = -EAGAIN;
Chuck Lever31e62d22018-10-01 14:26:08 -0400291 goto disconnected;
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400292 case RDMA_CM_EVENT_DISCONNECTED:
Chuck Lever93aa8e02020-02-21 17:00:54 -0500293 ep->re_connect_status = -ECONNABORTED;
Chuck Lever31e62d22018-10-01 14:26:08 -0400294disconnected:
Chuck Lever58bd6652020-04-19 20:03:00 -0400295 xprt_force_disconnect(xprt);
Chuck Lever2acc5ca2020-06-15 09:20:52 -0400296 return rpcrdma_ep_put(ep);
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400297 default:
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400298 break;
299 }
300
Chuck Lever745b7342020-02-21 17:01:00 -0500301 dprintk("RPC: %s: %pISpc on %s/frwr: %s\n", __func__, sap,
Chuck Lever93aa8e02020-02-21 17:00:54 -0500302 ep->re_id->device->name, rdma_event_msg(event->event));
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400303 return 0;
304}
305
Chuck Lever93aa8e02020-02-21 17:00:54 -0500306static struct rdma_cm_id *rpcrdma_create_id(struct rpcrdma_xprt *r_xprt,
307 struct rpcrdma_ep *ep)
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400308{
Chuck Lever109b88a2016-11-29 10:52:40 -0500309 unsigned long wtimeout = msecs_to_jiffies(RDMA_RESOLVE_TIMEOUT) + 1;
Chuck Lever93aa8e02020-02-21 17:00:54 -0500310 struct rpc_xprt *xprt = &r_xprt->rx_xprt;
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400311 struct rdma_cm_id *id;
312 int rc;
313
Chuck Lever93aa8e02020-02-21 17:00:54 -0500314 init_completion(&ep->re_done);
Tom Talpey1a954052008-10-09 15:01:31 -0400315
Chuck Levere28ce902020-02-21 17:01:05 -0500316 id = rdma_create_id(xprt->xprt_net, rpcrdma_cm_event_handler, ep,
Chuck Lever93aa8e02020-02-21 17:00:54 -0500317 RDMA_PS_TCP, IB_QPT_RC);
Chuck Leverddbb3472018-12-19 10:59:39 -0500318 if (IS_ERR(id))
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400319 return id;
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400320
Chuck Lever93aa8e02020-02-21 17:00:54 -0500321 ep->re_async_rc = -ETIMEDOUT;
322 rc = rdma_resolve_addr(id, NULL, (struct sockaddr *)&xprt->addr,
Chuck Leverdd229ce2017-12-14 20:56:58 -0500323 RDMA_RESOLVE_TIMEOUT);
Chuck Leverddbb3472018-12-19 10:59:39 -0500324 if (rc)
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400325 goto out;
Chuck Lever93aa8e02020-02-21 17:00:54 -0500326 rc = wait_for_completion_interruptible_timeout(&ep->re_done, wtimeout);
Chuck Lever7b020f12019-10-23 10:01:58 -0400327 if (rc < 0)
Chuck Lever109b88a2016-11-29 10:52:40 -0500328 goto out;
Devesh Sharmad0f36c42015-08-03 13:05:04 -0400329
Chuck Lever93aa8e02020-02-21 17:00:54 -0500330 rc = ep->re_async_rc;
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400331 if (rc)
332 goto out;
333
Chuck Lever93aa8e02020-02-21 17:00:54 -0500334 ep->re_async_rc = -ETIMEDOUT;
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400335 rc = rdma_resolve_route(id, RDMA_RESOLVE_TIMEOUT);
Chuck Leverddbb3472018-12-19 10:59:39 -0500336 if (rc)
Chuck Lever56a6bd12017-04-11 13:23:34 -0400337 goto out;
Chuck Lever93aa8e02020-02-21 17:00:54 -0500338 rc = wait_for_completion_interruptible_timeout(&ep->re_done, wtimeout);
Chuck Lever7b020f12019-10-23 10:01:58 -0400339 if (rc < 0)
Chuck Lever56a6bd12017-04-11 13:23:34 -0400340 goto out;
Chuck Lever93aa8e02020-02-21 17:00:54 -0500341 rc = ep->re_async_rc;
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400342 if (rc)
Chuck Lever56a6bd12017-04-11 13:23:34 -0400343 goto out;
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400344
345 return id;
Chuck Lever56a6bd12017-04-11 13:23:34 -0400346
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400347out:
348 rdma_destroy_id(id);
349 return ERR_PTR(rc);
350}
351
Chuck Lever2acc5ca2020-06-15 09:20:52 -0400352static void rpcrdma_ep_destroy(struct kref *kref)
Chuck Levere28ce902020-02-21 17:01:05 -0500353{
354 struct rpcrdma_ep *ep = container_of(kref, struct rpcrdma_ep, re_kref);
355
356 if (ep->re_id->qp) {
357 rdma_destroy_qp(ep->re_id);
358 ep->re_id->qp = NULL;
359 }
360
361 if (ep->re_attr.recv_cq)
362 ib_free_cq(ep->re_attr.recv_cq);
363 ep->re_attr.recv_cq = NULL;
364 if (ep->re_attr.send_cq)
365 ib_free_cq(ep->re_attr.send_cq);
366 ep->re_attr.send_cq = NULL;
367
368 if (ep->re_pd)
369 ib_dealloc_pd(ep->re_pd);
370 ep->re_pd = NULL;
371
372 kfree(ep);
373 module_put(THIS_MODULE);
374}
375
Chuck Lever2acc5ca2020-06-15 09:20:52 -0400376static noinline void rpcrdma_ep_get(struct rpcrdma_ep *ep)
377{
378 kref_get(&ep->re_kref);
379}
380
Chuck Levere28ce902020-02-21 17:01:05 -0500381/* Returns:
382 * %0 if @ep still has a positive kref count, or
383 * %1 if @ep was destroyed successfully.
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400384 */
Chuck Lever2acc5ca2020-06-15 09:20:52 -0400385static noinline int rpcrdma_ep_put(struct rpcrdma_ep *ep)
Chuck Levere28ce902020-02-21 17:01:05 -0500386{
Chuck Lever2acc5ca2020-06-15 09:20:52 -0400387 return kref_put(&ep->re_kref, rpcrdma_ep_destroy);
Chuck Levere28ce902020-02-21 17:01:05 -0500388}
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400389
Chuck Lever81fe0c52020-02-21 17:00:38 -0500390static int rpcrdma_ep_create(struct rpcrdma_xprt *r_xprt)
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400391{
Chuck Levere28ce902020-02-21 17:01:05 -0500392 struct rpcrdma_connect_private *pmsg;
393 struct ib_device *device;
Chuck Lever81fe0c52020-02-21 17:00:38 -0500394 struct rdma_cm_id *id;
Chuck Levere28ce902020-02-21 17:01:05 -0500395 struct rpcrdma_ep *ep;
Chuck Lever2fa8f882016-03-04 11:28:53 -0500396 int rc;
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400397
Chuck Levere28ce902020-02-21 17:01:05 -0500398 ep = kzalloc(sizeof(*ep), GFP_NOFS);
399 if (!ep)
400 return -EAGAIN;
401 ep->re_xprt = &r_xprt->rx_xprt;
402 kref_init(&ep->re_kref);
403
Chuck Lever93aa8e02020-02-21 17:00:54 -0500404 id = rpcrdma_create_id(r_xprt, ep);
Chuck Levere28ce902020-02-21 17:01:05 -0500405 if (IS_ERR(id)) {
406 rc = PTR_ERR(id);
407 goto out_free;
408 }
409 __module_get(THIS_MODULE);
410 device = id->device;
411 ep->re_id = id;
Chuck Lever81fe0c52020-02-21 17:00:38 -0500412
Chuck Lever93aa8e02020-02-21 17:00:54 -0500413 ep->re_max_requests = r_xprt->rx_xprt.max_reqs;
414 ep->re_inline_send = xprt_rdma_max_inline_write;
415 ep->re_inline_recv = xprt_rdma_max_inline_read;
Chuck Levere28ce902020-02-21 17:01:05 -0500416 rc = frwr_query_device(ep, device);
Chuck Lever914fcad2018-05-04 15:34:48 -0400417 if (rc)
Chuck Lever81fe0c52020-02-21 17:00:38 -0500418 goto out_destroy;
419
Chuck Lever93aa8e02020-02-21 17:00:54 -0500420 r_xprt->rx_buf.rb_max_requests = cpu_to_be32(ep->re_max_requests);
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400421
Chuck Lever93aa8e02020-02-21 17:00:54 -0500422 ep->re_attr.event_handler = rpcrdma_qp_event_handler;
423 ep->re_attr.qp_context = ep;
424 ep->re_attr.srq = NULL;
425 ep->re_attr.cap.max_inline_data = 0;
426 ep->re_attr.sq_sig_type = IB_SIGNAL_REQ_WR;
427 ep->re_attr.qp_type = IB_QPT_RC;
428 ep->re_attr.port_num = ~0;
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400429
430 dprintk("RPC: %s: requested max: dtos: send %d recv %d; "
431 "iovs: send %d recv %d\n",
432 __func__,
Chuck Lever93aa8e02020-02-21 17:00:54 -0500433 ep->re_attr.cap.max_send_wr,
434 ep->re_attr.cap.max_recv_wr,
435 ep->re_attr.cap.max_send_sge,
436 ep->re_attr.cap.max_recv_sge);
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400437
Chuck Lever93aa8e02020-02-21 17:00:54 -0500438 ep->re_send_batch = ep->re_max_requests >> 3;
439 ep->re_send_count = ep->re_send_batch;
440 init_waitqueue_head(&ep->re_connect_wait);
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400441
Chuck Levere28ce902020-02-21 17:01:05 -0500442 ep->re_attr.send_cq = ib_alloc_cq_any(device, r_xprt,
Chuck Lever93aa8e02020-02-21 17:00:54 -0500443 ep->re_attr.cap.max_send_wr,
444 IB_POLL_WORKQUEUE);
445 if (IS_ERR(ep->re_attr.send_cq)) {
446 rc = PTR_ERR(ep->re_attr.send_cq);
Chuck Lever85cd8e22020-02-21 17:00:12 -0500447 goto out_destroy;
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400448 }
449
Chuck Levere28ce902020-02-21 17:01:05 -0500450 ep->re_attr.recv_cq = ib_alloc_cq_any(device, r_xprt,
Chuck Lever93aa8e02020-02-21 17:00:54 -0500451 ep->re_attr.cap.max_recv_wr,
452 IB_POLL_WORKQUEUE);
453 if (IS_ERR(ep->re_attr.recv_cq)) {
454 rc = PTR_ERR(ep->re_attr.recv_cq);
Chuck Lever85cd8e22020-02-21 17:00:12 -0500455 goto out_destroy;
Chuck Leverfc664482014-05-28 10:33:25 -0400456 }
Chuck Lever93aa8e02020-02-21 17:00:54 -0500457 ep->re_receive_count = 0;
Chuck Leverfc664482014-05-28 10:33:25 -0400458
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400459 /* Initialize cma parameters */
Chuck Lever93aa8e02020-02-21 17:00:54 -0500460 memset(&ep->re_remote_cma, 0, sizeof(ep->re_remote_cma));
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400461
Chuck Lever87cfb9a2016-09-15 10:57:07 -0400462 /* Prepare RDMA-CM private message */
Chuck Levere28ce902020-02-21 17:01:05 -0500463 pmsg = &ep->re_cm_private;
Chuck Lever87cfb9a2016-09-15 10:57:07 -0400464 pmsg->cp_magic = rpcrdma_cmp_magic;
465 pmsg->cp_version = RPCRDMA_CMP_VERSION;
Chuck Lever5f624122018-12-19 10:59:01 -0500466 pmsg->cp_flags |= RPCRDMA_CMP_F_SND_W_INV_OK;
Chuck Lever93aa8e02020-02-21 17:00:54 -0500467 pmsg->cp_send_size = rpcrdma_encode_buffer_size(ep->re_inline_send);
468 pmsg->cp_recv_size = rpcrdma_encode_buffer_size(ep->re_inline_recv);
469 ep->re_remote_cma.private_data = pmsg;
470 ep->re_remote_cma.private_data_len = sizeof(*pmsg);
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400471
472 /* Client offers RDMA Read but does not initiate */
Chuck Lever93aa8e02020-02-21 17:00:54 -0500473 ep->re_remote_cma.initiator_depth = 0;
474 ep->re_remote_cma.responder_resources =
Chuck Levere28ce902020-02-21 17:01:05 -0500475 min_t(int, U8_MAX, device->attrs.max_qp_rd_atom);
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400476
Chuck Leverb2dde942016-05-02 14:43:03 -0400477 /* Limit transport retries so client can detect server
478 * GID changes quickly. RPC layer handles re-establishing
479 * transport connection and retransmission.
480 */
Chuck Lever93aa8e02020-02-21 17:00:54 -0500481 ep->re_remote_cma.retry_count = 6;
Chuck Leverb2dde942016-05-02 14:43:03 -0400482
483 /* RPC-over-RDMA handles its own flow control. In addition,
484 * make all RNR NAKs visible so we know that RPC-over-RDMA
485 * flow control is working correctly (no NAKs should be seen).
486 */
Chuck Lever93aa8e02020-02-21 17:00:54 -0500487 ep->re_remote_cma.flow_control = 0;
488 ep->re_remote_cma.rnr_retry_count = 0;
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400489
Chuck Levere28ce902020-02-21 17:01:05 -0500490 ep->re_pd = ib_alloc_pd(device, 0);
Chuck Lever93aa8e02020-02-21 17:00:54 -0500491 if (IS_ERR(ep->re_pd)) {
492 rc = PTR_ERR(ep->re_pd);
Chuck Lever9ba373e2020-02-21 17:00:33 -0500493 goto out_destroy;
494 }
495
Chuck Lever93aa8e02020-02-21 17:00:54 -0500496 rc = rdma_create_qp(id, ep->re_pd, &ep->re_attr);
Chuck Lever85cd8e22020-02-21 17:00:12 -0500497 if (rc)
498 goto out_destroy;
Chuck Lever93aa8e02020-02-21 17:00:54 -0500499
Chuck Levere28ce902020-02-21 17:01:05 -0500500 r_xprt->rx_ep = ep;
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400501 return 0;
502
Chuck Lever85cd8e22020-02-21 17:00:12 -0500503out_destroy:
Chuck Lever2acc5ca2020-06-15 09:20:52 -0400504 rpcrdma_ep_put(ep);
Chuck Lever81fe0c52020-02-21 17:00:38 -0500505 rdma_destroy_id(id);
Chuck Levere28ce902020-02-21 17:01:05 -0500506out_free:
507 kfree(ep);
508 r_xprt->rx_ep = NULL;
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400509 return rc;
510}
511
Chuck Levere28ce902020-02-21 17:01:05 -0500512/**
513 * rpcrdma_xprt_connect - Connect an unconnected transport
514 * @r_xprt: controlling transport instance
515 *
516 * Returns 0 on success or a negative errno.
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400517 */
Chuck Lever9144a802020-02-21 17:00:28 -0500518int rpcrdma_xprt_connect(struct rpcrdma_xprt *r_xprt)
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400519{
Chuck Lever31e62d22018-10-01 14:26:08 -0400520 struct rpc_xprt *xprt = &r_xprt->rx_xprt;
Chuck Levere28ce902020-02-21 17:01:05 -0500521 struct rpcrdma_ep *ep;
Chuck Lever18908962017-04-11 13:23:18 -0400522 int rc;
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400523
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400524retry:
Chuck Lever81fe0c52020-02-21 17:00:38 -0500525 rpcrdma_xprt_disconnect(r_xprt);
526 rc = rpcrdma_ep_create(r_xprt);
527 if (rc)
Chuck Levere28ce902020-02-21 17:01:05 -0500528 return rc;
529 ep = r_xprt->rx_ep;
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400530
Chuck Lever31e62d22018-10-01 14:26:08 -0400531 xprt_clear_connected(xprt);
Chuck Levereea63ca2019-10-09 13:07:32 -0400532 rpcrdma_reset_cwnd(r_xprt);
Chuck Lever2acc5ca2020-06-15 09:20:52 -0400533
534 /* Bump the ep's reference count while there are
535 * outstanding Receives.
536 */
537 rpcrdma_ep_get(ep);
Chuck Lever8d4fb8f2018-07-28 10:46:47 -0400538 rpcrdma_post_recvs(r_xprt, true);
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400539
Chuck Levercb586de2020-01-03 11:56:32 -0500540 rc = rpcrdma_sendctxs_create(r_xprt);
541 if (rc)
542 goto out;
543
Chuck Lever93aa8e02020-02-21 17:00:54 -0500544 rc = rdma_connect(ep->re_id, &ep->re_remote_cma);
Chuck Leverddbb3472018-12-19 10:59:39 -0500545 if (rc)
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400546 goto out;
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400547
Chuck Leverf9e1afe2019-08-26 13:12:51 -0400548 if (xprt->reestablish_timeout < RPCRDMA_INIT_REEST_TO)
549 xprt->reestablish_timeout = RPCRDMA_INIT_REEST_TO;
Chuck Lever93aa8e02020-02-21 17:00:54 -0500550 wait_event_interruptible(ep->re_connect_wait,
551 ep->re_connect_status != 0);
552 if (ep->re_connect_status <= 0) {
553 if (ep->re_connect_status == -EAGAIN)
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400554 goto retry;
Chuck Lever93aa8e02020-02-21 17:00:54 -0500555 rc = ep->re_connect_status;
Chuck Lever0a904872017-02-08 17:00:35 -0500556 goto out;
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400557 }
558
Chuck Leverb78de1d2020-01-03 11:56:53 -0500559 rc = rpcrdma_reqs_setup(r_xprt);
560 if (rc) {
Chuck Lever9144a802020-02-21 17:00:28 -0500561 rpcrdma_xprt_disconnect(r_xprt);
Chuck Leverb78de1d2020-01-03 11:56:53 -0500562 goto out;
563 }
Chuck Lever9d2da4f2019-10-09 13:07:48 -0400564 rpcrdma_mrs_create(r_xprt);
Chuck Lever7c8d9e72018-05-04 15:35:20 -0400565
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400566out:
Chuck Lever7b020f12019-10-23 10:01:58 -0400567 trace_xprtrdma_connect(r_xprt, rc);
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400568 return rc;
569}
570
Chuck Lever6d2d0ee2018-12-19 10:58:29 -0500571/**
Chuck Lever9144a802020-02-21 17:00:28 -0500572 * rpcrdma_xprt_disconnect - Disconnect underlying transport
573 * @r_xprt: controlling transport instance
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400574 *
Chuck Lever9d2da4f2019-10-09 13:07:48 -0400575 * Caller serializes. Either the transport send lock is held,
576 * or we're being called to destroy the transport.
Chuck Levere28ce902020-02-21 17:01:05 -0500577 *
578 * On return, @r_xprt is completely divested of all hardware
579 * resources and prepared for the next ->connect operation.
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400580 */
Chuck Lever9144a802020-02-21 17:00:28 -0500581void rpcrdma_xprt_disconnect(struct rpcrdma_xprt *r_xprt)
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400582{
Chuck Levere28ce902020-02-21 17:01:05 -0500583 struct rpcrdma_ep *ep = r_xprt->rx_ep;
584 struct rdma_cm_id *id;
585 int rc;
Chuck Lever897b7be2020-02-21 17:00:44 -0500586
Chuck Levere28ce902020-02-21 17:01:05 -0500587 if (!ep)
Chuck Lever897b7be2020-02-21 17:00:44 -0500588 return;
Chuck Lever85cd8e22020-02-21 17:00:12 -0500589
Chuck Levere28ce902020-02-21 17:01:05 -0500590 id = ep->re_id;
Chuck Lever85cd8e22020-02-21 17:00:12 -0500591 rc = rdma_disconnect(id);
Chuck Lever6d2d0ee2018-12-19 10:58:29 -0500592 trace_xprtrdma_disconnect(r_xprt, rc);
Chuck Lever550d7502016-05-02 14:41:47 -0400593
Chuck Levere28ce902020-02-21 17:01:05 -0500594 rpcrdma_xprt_drain(r_xprt);
Chuck Lever897b7be2020-02-21 17:00:44 -0500595 rpcrdma_reps_unmap(r_xprt);
Chuck Levera31b2f92019-10-09 13:07:27 -0400596 rpcrdma_reqs_reset(r_xprt);
Chuck Lever9d2da4f2019-10-09 13:07:48 -0400597 rpcrdma_mrs_destroy(r_xprt);
Chuck Levercb586de2020-01-03 11:56:32 -0500598 rpcrdma_sendctxs_destroy(r_xprt);
Chuck Lever85cd8e22020-02-21 17:00:12 -0500599
Chuck Lever2acc5ca2020-06-15 09:20:52 -0400600 if (rpcrdma_ep_put(ep))
Chuck Lever897b7be2020-02-21 17:00:44 -0500601 rdma_destroy_id(id);
Chuck Levere28ce902020-02-21 17:01:05 -0500602
603 r_xprt->rx_ep = NULL;
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -0400604}
605
Chuck Leverae729502017-10-20 10:48:12 -0400606/* Fixed-size circular FIFO queue. This implementation is wait-free and
607 * lock-free.
608 *
609 * Consumer is the code path that posts Sends. This path dequeues a
610 * sendctx for use by a Send operation. Multiple consumer threads
611 * are serialized by the RPC transport lock, which allows only one
612 * ->send_request call at a time.
613 *
614 * Producer is the code path that handles Send completions. This path
615 * enqueues a sendctx that has been completed. Multiple producer
616 * threads are serialized by the ib_poll_cq() function.
617 */
618
619/* rpcrdma_sendctxs_destroy() assumes caller has already quiesced
Chuck Leverb8fe6772019-04-24 09:40:36 -0400620 * queue activity, and rpcrdma_xprt_drain has flushed all remaining
621 * Send requests.
Chuck Leverae729502017-10-20 10:48:12 -0400622 */
Chuck Levercb586de2020-01-03 11:56:32 -0500623static void rpcrdma_sendctxs_destroy(struct rpcrdma_xprt *r_xprt)
Chuck Leverae729502017-10-20 10:48:12 -0400624{
Chuck Levercb586de2020-01-03 11:56:32 -0500625 struct rpcrdma_buffer *buf = &r_xprt->rx_buf;
Chuck Leverae729502017-10-20 10:48:12 -0400626 unsigned long i;
627
Chuck Levercb586de2020-01-03 11:56:32 -0500628 if (!buf->rb_sc_ctxs)
629 return;
Chuck Leverae729502017-10-20 10:48:12 -0400630 for (i = 0; i <= buf->rb_sc_last; i++)
631 kfree(buf->rb_sc_ctxs[i]);
632 kfree(buf->rb_sc_ctxs);
Chuck Levercb586de2020-01-03 11:56:32 -0500633 buf->rb_sc_ctxs = NULL;
Chuck Leverae729502017-10-20 10:48:12 -0400634}
635
Chuck Lever2e870362020-01-03 11:56:27 -0500636static struct rpcrdma_sendctx *rpcrdma_sendctx_create(struct rpcrdma_ep *ep)
Chuck Leverae729502017-10-20 10:48:12 -0400637{
638 struct rpcrdma_sendctx *sc;
639
Chuck Lever93aa8e02020-02-21 17:00:54 -0500640 sc = kzalloc(struct_size(sc, sc_sges, ep->re_attr.cap.max_send_sge),
Chuck Leverae729502017-10-20 10:48:12 -0400641 GFP_KERNEL);
642 if (!sc)
643 return NULL;
644
Chuck Leverae729502017-10-20 10:48:12 -0400645 sc->sc_cqe.done = rpcrdma_wc_send;
646 return sc;
647}
648
649static int rpcrdma_sendctxs_create(struct rpcrdma_xprt *r_xprt)
650{
651 struct rpcrdma_buffer *buf = &r_xprt->rx_buf;
652 struct rpcrdma_sendctx *sc;
653 unsigned long i;
654
655 /* Maximum number of concurrent outstanding Send WRs. Capping
656 * the circular queue size stops Send Queue overflow by causing
657 * the ->send_request call to fail temporarily before too many
658 * Sends are posted.
659 */
Chuck Levere28ce902020-02-21 17:01:05 -0500660 i = r_xprt->rx_ep->re_max_requests + RPCRDMA_MAX_BC_REQUESTS;
Chuck Leverae729502017-10-20 10:48:12 -0400661 buf->rb_sc_ctxs = kcalloc(i, sizeof(sc), GFP_KERNEL);
662 if (!buf->rb_sc_ctxs)
663 return -ENOMEM;
664
665 buf->rb_sc_last = i - 1;
666 for (i = 0; i <= buf->rb_sc_last; i++) {
Chuck Levere28ce902020-02-21 17:01:05 -0500667 sc = rpcrdma_sendctx_create(r_xprt->rx_ep);
Chuck Leverae729502017-10-20 10:48:12 -0400668 if (!sc)
Dan Carpenter6e17f582019-01-05 16:06:48 +0300669 return -ENOMEM;
Chuck Leverae729502017-10-20 10:48:12 -0400670
Chuck Leverae729502017-10-20 10:48:12 -0400671 buf->rb_sc_ctxs[i] = sc;
672 }
673
Chuck Levercb586de2020-01-03 11:56:32 -0500674 buf->rb_sc_head = 0;
675 buf->rb_sc_tail = 0;
Chuck Leverae729502017-10-20 10:48:12 -0400676 return 0;
Chuck Leverae729502017-10-20 10:48:12 -0400677}
678
679/* The sendctx queue is not guaranteed to have a size that is a
680 * power of two, thus the helpers in circ_buf.h cannot be used.
681 * The other option is to use modulus (%), which can be expensive.
682 */
683static unsigned long rpcrdma_sendctx_next(struct rpcrdma_buffer *buf,
684 unsigned long item)
685{
686 return likely(item < buf->rb_sc_last) ? item + 1 : 0;
687}
688
689/**
690 * rpcrdma_sendctx_get_locked - Acquire a send context
Chuck Leverdbcc53a2019-04-24 09:39:53 -0400691 * @r_xprt: controlling transport instance
Chuck Leverae729502017-10-20 10:48:12 -0400692 *
693 * Returns pointer to a free send completion context; or NULL if
694 * the queue is empty.
695 *
696 * Usage: Called to acquire an SGE array before preparing a Send WR.
697 *
Chuck Leverdbcc53a2019-04-24 09:39:53 -0400698 * The caller serializes calls to this function (per transport), and
699 * provides an effective memory barrier that flushes the new value
Chuck Leverae729502017-10-20 10:48:12 -0400700 * of rb_sc_head.
701 */
Chuck Leverdbcc53a2019-04-24 09:39:53 -0400702struct rpcrdma_sendctx *rpcrdma_sendctx_get_locked(struct rpcrdma_xprt *r_xprt)
Chuck Leverae729502017-10-20 10:48:12 -0400703{
Chuck Leverdbcc53a2019-04-24 09:39:53 -0400704 struct rpcrdma_buffer *buf = &r_xprt->rx_buf;
Chuck Leverae729502017-10-20 10:48:12 -0400705 struct rpcrdma_sendctx *sc;
706 unsigned long next_head;
707
708 next_head = rpcrdma_sendctx_next(buf, buf->rb_sc_head);
709
710 if (next_head == READ_ONCE(buf->rb_sc_tail))
711 goto out_emptyq;
712
713 /* ORDER: item must be accessed _before_ head is updated */
714 sc = buf->rb_sc_ctxs[next_head];
715
716 /* Releasing the lock in the caller acts as a memory
717 * barrier that flushes rb_sc_head.
718 */
719 buf->rb_sc_head = next_head;
720
721 return sc;
722
723out_emptyq:
724 /* The queue is "empty" if there have not been enough Send
725 * completions recently. This is a sign the Send Queue is
726 * backing up. Cause the caller to pause and try again.
727 */
Chuck Lever05eb06d2019-06-19 10:32:48 -0400728 xprt_wait_for_buffer_space(&r_xprt->rx_xprt);
Chuck Leverae729502017-10-20 10:48:12 -0400729 r_xprt->rx_stats.empty_sendctx_q++;
730 return NULL;
731}
732
733/**
734 * rpcrdma_sendctx_put_locked - Release a send context
Chuck Leverf9958792019-10-17 14:31:18 -0400735 * @r_xprt: controlling transport instance
Chuck Leverae729502017-10-20 10:48:12 -0400736 * @sc: send context to release
737 *
738 * Usage: Called from Send completion to return a sendctxt
739 * to the queue.
740 *
Chuck Leverdbcc53a2019-04-24 09:39:53 -0400741 * The caller serializes calls to this function (per transport).
Chuck Leverae729502017-10-20 10:48:12 -0400742 */
Chuck Leverf9958792019-10-17 14:31:18 -0400743static void rpcrdma_sendctx_put_locked(struct rpcrdma_xprt *r_xprt,
744 struct rpcrdma_sendctx *sc)
Chuck Leverae729502017-10-20 10:48:12 -0400745{
Chuck Leverf9958792019-10-17 14:31:18 -0400746 struct rpcrdma_buffer *buf = &r_xprt->rx_buf;
Chuck Leverae729502017-10-20 10:48:12 -0400747 unsigned long next_tail;
748
Chuck Leverdbcc53a2019-04-24 09:39:53 -0400749 /* Unmap SGEs of previously completed but unsignaled
Chuck Leverae729502017-10-20 10:48:12 -0400750 * Sends by walking up the queue until @sc is found.
751 */
752 next_tail = buf->rb_sc_tail;
753 do {
754 next_tail = rpcrdma_sendctx_next(buf, next_tail);
755
756 /* ORDER: item must be accessed _before_ tail is updated */
Chuck Leverdbcc53a2019-04-24 09:39:53 -0400757 rpcrdma_sendctx_unmap(buf->rb_sc_ctxs[next_tail]);
Chuck Leverae729502017-10-20 10:48:12 -0400758
759 } while (buf->rb_sc_ctxs[next_tail] != sc);
760
761 /* Paired with READ_ONCE */
762 smp_store_release(&buf->rb_sc_tail, next_tail);
Chuck Lever2fad6592018-05-04 15:35:57 -0400763
Chuck Leverf9958792019-10-17 14:31:18 -0400764 xprt_write_space(&r_xprt->rx_xprt);
Chuck Leverae729502017-10-20 10:48:12 -0400765}
766
Chuck Lever505bbe62016-06-29 13:52:54 -0400767static void
Chuck Lever96cedde2017-12-14 20:57:55 -0500768rpcrdma_mrs_create(struct rpcrdma_xprt *r_xprt)
Chuck Levere2ac2362016-06-29 13:54:00 -0400769{
770 struct rpcrdma_buffer *buf = &r_xprt->rx_buf;
Chuck Levere28ce902020-02-21 17:01:05 -0500771 struct rpcrdma_ep *ep = r_xprt->rx_ep;
Chuck Levere2ac2362016-06-29 13:54:00 -0400772 unsigned int count;
Chuck Levere2ac2362016-06-29 13:54:00 -0400773
Chuck Lever93aa8e02020-02-21 17:00:54 -0500774 for (count = 0; count < ep->re_max_rdma_segs; count++) {
Chuck Lever96cedde2017-12-14 20:57:55 -0500775 struct rpcrdma_mr *mr;
Chuck Levere2ac2362016-06-29 13:54:00 -0400776 int rc;
777
Chuck Lever805a1f62019-08-19 18:46:24 -0400778 mr = kzalloc(sizeof(*mr), GFP_NOFS);
Chuck Lever96cedde2017-12-14 20:57:55 -0500779 if (!mr)
Chuck Levere2ac2362016-06-29 13:54:00 -0400780 break;
781
Chuck Lever253a5162020-02-21 17:00:17 -0500782 rc = frwr_mr_init(r_xprt, mr);
Chuck Levere2ac2362016-06-29 13:54:00 -0400783 if (rc) {
Chuck Lever96cedde2017-12-14 20:57:55 -0500784 kfree(mr);
Chuck Levere2ac2362016-06-29 13:54:00 -0400785 break;
786 }
787
Chuck Lever4d6b8892019-08-19 18:47:57 -0400788 spin_lock(&buf->rb_lock);
Chuck Leverc3700782019-10-09 13:07:43 -0400789 rpcrdma_mr_push(mr, &buf->rb_mrs);
Chuck Levereed48a92019-08-19 18:42:31 -0400790 list_add(&mr->mr_all, &buf->rb_all_mrs);
Chuck Lever4d6b8892019-08-19 18:47:57 -0400791 spin_unlock(&buf->rb_lock);
Chuck Levere2ac2362016-06-29 13:54:00 -0400792 }
793
Chuck Levere2ac2362016-06-29 13:54:00 -0400794 r_xprt->rx_stats.mrs_allocated += count;
Chuck Lever1c443eff2017-12-20 16:31:21 -0500795 trace_xprtrdma_createmrs(r_xprt, count);
Chuck Levere2ac2362016-06-29 13:54:00 -0400796}
797
798static void
799rpcrdma_mr_refresh_worker(struct work_struct *work)
800{
801 struct rpcrdma_buffer *buf = container_of(work, struct rpcrdma_buffer,
Chuck Lever3b39f522019-08-19 18:45:37 -0400802 rb_refresh_worker);
Chuck Levere2ac2362016-06-29 13:54:00 -0400803 struct rpcrdma_xprt *r_xprt = container_of(buf, struct rpcrdma_xprt,
804 rx_buf);
805
Chuck Lever96cedde2017-12-14 20:57:55 -0500806 rpcrdma_mrs_create(r_xprt);
Chuck Lever05eb06d2019-06-19 10:32:48 -0400807 xprt_write_space(&r_xprt->rx_xprt);
Chuck Levere2ac2362016-06-29 13:54:00 -0400808}
809
Chuck Lever1769e6a2019-04-24 09:39:05 -0400810/**
Chuck Lever9d2da4f2019-10-09 13:07:48 -0400811 * rpcrdma_mrs_refresh - Wake the MR refresh worker
812 * @r_xprt: controlling transport instance
813 *
814 */
815void rpcrdma_mrs_refresh(struct rpcrdma_xprt *r_xprt)
816{
817 struct rpcrdma_buffer *buf = &r_xprt->rx_buf;
Chuck Levere28ce902020-02-21 17:01:05 -0500818 struct rpcrdma_ep *ep = r_xprt->rx_ep;
Chuck Lever9d2da4f2019-10-09 13:07:48 -0400819
Chuck Lever897b7be2020-02-21 17:00:44 -0500820 /* If there is no underlying connection, it's no use
821 * to wake the refresh worker.
Chuck Lever9d2da4f2019-10-09 13:07:48 -0400822 */
Chuck Lever93aa8e02020-02-21 17:00:54 -0500823 if (ep->re_connect_status == 1) {
Chuck Lever9d2da4f2019-10-09 13:07:48 -0400824 /* The work is scheduled on a WQ_MEM_RECLAIM
825 * workqueue in order to prevent MR allocation
826 * from recursing into NFS during direct reclaim.
827 */
828 queue_work(xprtiod_workqueue, &buf->rb_refresh_worker);
829 }
830}
831
832/**
Chuck Lever1769e6a2019-04-24 09:39:05 -0400833 * rpcrdma_req_create - Allocate an rpcrdma_req object
834 * @r_xprt: controlling r_xprt
Chuck Leverbb93a1a2019-04-24 09:39:21 -0400835 * @size: initial size, in bytes, of send and receive buffers
Chuck Lever1769e6a2019-04-24 09:39:05 -0400836 * @flags: GFP flags passed to memory allocators
837 *
838 * Returns an allocated and fully initialized rpcrdma_req or NULL.
839 */
Chuck Leverbb93a1a2019-04-24 09:39:21 -0400840struct rpcrdma_req *rpcrdma_req_create(struct rpcrdma_xprt *r_xprt, size_t size,
841 gfp_t flags)
Chuck Lever13924022015-01-21 11:03:52 -0500842{
Chuck Leverf531a5d2015-10-24 17:27:43 -0400843 struct rpcrdma_buffer *buffer = &r_xprt->rx_buf;
Chuck Lever13924022015-01-21 11:03:52 -0500844 struct rpcrdma_req *req;
Chuck Lever13924022015-01-21 11:03:52 -0500845
Chuck Lever1769e6a2019-04-24 09:39:05 -0400846 req = kzalloc(sizeof(*req), flags);
Chuck Lever13924022015-01-21 11:03:52 -0500847 if (req == NULL)
Chuck Leverbb93a1a2019-04-24 09:39:21 -0400848 goto out1;
Chuck Lever13924022015-01-21 11:03:52 -0500849
Chuck Leverd2832af2019-04-24 09:39:32 -0400850 req->rl_sendbuf = rpcrdma_regbuf_alloc(size, DMA_TO_DEVICE, flags);
Chuck Leverbb93a1a2019-04-24 09:39:21 -0400851 if (!req->rl_sendbuf)
Chuck Leverb78de1d2020-01-03 11:56:53 -0500852 goto out2;
Chuck Leverbb93a1a2019-04-24 09:39:21 -0400853
Chuck Leverd2832af2019-04-24 09:39:32 -0400854 req->rl_recvbuf = rpcrdma_regbuf_alloc(size, DMA_NONE, flags);
Chuck Leverbb93a1a2019-04-24 09:39:21 -0400855 if (!req->rl_recvbuf)
Chuck Leverb78de1d2020-01-03 11:56:53 -0500856 goto out3;
Chuck Leverbb93a1a2019-04-24 09:39:21 -0400857
Chuck Lever6dc6ec92019-08-19 18:47:10 -0400858 INIT_LIST_HEAD(&req->rl_free_mrs);
Chuck Lever2dd4a012018-02-28 15:31:05 -0500859 INIT_LIST_HEAD(&req->rl_registered);
Chuck Lever92f44332018-12-19 10:59:33 -0500860 spin_lock(&buffer->rb_lock);
Chuck Leverf531a5d2015-10-24 17:27:43 -0400861 list_add(&req->rl_all, &buffer->rb_allreqs);
Chuck Lever92f44332018-12-19 10:59:33 -0500862 spin_unlock(&buffer->rb_lock);
Chuck Lever13924022015-01-21 11:03:52 -0500863 return req;
Chuck Leverbb93a1a2019-04-24 09:39:21 -0400864
Chuck Leverbb93a1a2019-04-24 09:39:21 -0400865out3:
Chuck Leverb78de1d2020-01-03 11:56:53 -0500866 kfree(req->rl_sendbuf);
Chuck Leverbb93a1a2019-04-24 09:39:21 -0400867out2:
868 kfree(req);
869out1:
870 return NULL;
Chuck Lever13924022015-01-21 11:03:52 -0500871}
872
Chuck Levera31b2f92019-10-09 13:07:27 -0400873/**
Chuck Leverb78de1d2020-01-03 11:56:53 -0500874 * rpcrdma_req_setup - Per-connection instance setup of an rpcrdma_req object
Chuck Levera31b2f92019-10-09 13:07:27 -0400875 * @r_xprt: controlling transport instance
Chuck Leverb78de1d2020-01-03 11:56:53 -0500876 * @req: rpcrdma_req object to set up
Chuck Levera31b2f92019-10-09 13:07:27 -0400877 *
Chuck Leverb78de1d2020-01-03 11:56:53 -0500878 * Returns zero on success, and a negative errno on failure.
879 */
880int rpcrdma_req_setup(struct rpcrdma_xprt *r_xprt, struct rpcrdma_req *req)
881{
882 struct rpcrdma_regbuf *rb;
883 size_t maxhdrsize;
884
885 /* Compute maximum header buffer size in bytes */
886 maxhdrsize = rpcrdma_fixed_maxsz + 3 +
Chuck Levere28ce902020-02-21 17:01:05 -0500887 r_xprt->rx_ep->re_max_rdma_segs * rpcrdma_readchunk_maxsz;
Chuck Leverb78de1d2020-01-03 11:56:53 -0500888 maxhdrsize *= sizeof(__be32);
889 rb = rpcrdma_regbuf_alloc(__roundup_pow_of_two(maxhdrsize),
890 DMA_TO_DEVICE, GFP_KERNEL);
891 if (!rb)
892 goto out;
893
894 if (!__rpcrdma_regbuf_dma_map(r_xprt, rb))
895 goto out_free;
896
897 req->rl_rdmabuf = rb;
898 xdr_buf_init(&req->rl_hdrbuf, rdmab_data(rb), rdmab_length(rb));
899 return 0;
900
901out_free:
902 rpcrdma_regbuf_free(rb);
903out:
904 return -ENOMEM;
905}
906
907/* ASSUMPTION: the rb_allreqs list is stable for the duration,
908 * and thus can be walked without holding rb_lock. Eg. the
909 * caller is holding the transport send lock to exclude
910 * device removal or disconnection.
911 */
912static int rpcrdma_reqs_setup(struct rpcrdma_xprt *r_xprt)
913{
914 struct rpcrdma_buffer *buf = &r_xprt->rx_buf;
915 struct rpcrdma_req *req;
916 int rc;
917
918 list_for_each_entry(req, &buf->rb_allreqs, rl_all) {
919 rc = rpcrdma_req_setup(r_xprt, req);
920 if (rc)
921 return rc;
922 }
923 return 0;
924}
925
926static void rpcrdma_req_reset(struct rpcrdma_req *req)
927{
928 /* Credits are valid for only one connection */
929 req->rl_slot.rq_cong = 0;
930
931 rpcrdma_regbuf_free(req->rl_rdmabuf);
932 req->rl_rdmabuf = NULL;
933
934 rpcrdma_regbuf_dma_unmap(req->rl_sendbuf);
935 rpcrdma_regbuf_dma_unmap(req->rl_recvbuf);
936}
937
938/* ASSUMPTION: the rb_allreqs list is stable for the duration,
Chuck Levera31b2f92019-10-09 13:07:27 -0400939 * and thus can be walked without holding rb_lock. Eg. the
940 * caller is holding the transport send lock to exclude
941 * device removal or disconnection.
942 */
943static void rpcrdma_reqs_reset(struct rpcrdma_xprt *r_xprt)
944{
945 struct rpcrdma_buffer *buf = &r_xprt->rx_buf;
946 struct rpcrdma_req *req;
947
Chuck Leverb78de1d2020-01-03 11:56:53 -0500948 list_for_each_entry(req, &buf->rb_allreqs, rl_all)
949 rpcrdma_req_reset(req);
Chuck Levera31b2f92019-10-09 13:07:27 -0400950}
951
Chuck Lever85810382020-01-03 11:56:58 -0500952/* No locking needed here. This function is called only by the
953 * Receive completion handler.
954 */
Chuck Levere515dd92020-01-03 11:57:09 -0500955static noinline
956struct rpcrdma_rep *rpcrdma_rep_create(struct rpcrdma_xprt *r_xprt,
957 bool temp)
Chuck Lever13924022015-01-21 11:03:52 -0500958{
Chuck Lever13924022015-01-21 11:03:52 -0500959 struct rpcrdma_rep *rep;
Chuck Lever13924022015-01-21 11:03:52 -0500960
Chuck Lever6b1184c2015-01-21 11:04:25 -0500961 rep = kzalloc(sizeof(*rep), GFP_KERNEL);
Chuck Lever13924022015-01-21 11:03:52 -0500962 if (rep == NULL)
963 goto out;
Chuck Lever13924022015-01-21 11:03:52 -0500964
Chuck Levere28ce902020-02-21 17:01:05 -0500965 rep->rr_rdmabuf = rpcrdma_regbuf_alloc(r_xprt->rx_ep->re_inline_recv,
Chuck Lever99ef4db2016-09-15 10:56:10 -0400966 DMA_FROM_DEVICE, GFP_KERNEL);
Chuck Lever8cec3db2019-04-24 09:39:16 -0400967 if (!rep->rr_rdmabuf)
Chuck Lever13924022015-01-21 11:03:52 -0500968 goto out_free;
Chuck Lever379d1bc2019-06-19 10:33:20 -0400969
Chuck Levere515dd92020-01-03 11:57:09 -0500970 if (!rpcrdma_regbuf_dma_map(r_xprt, rep->rr_rdmabuf))
971 goto out_free_regbuf;
972
Chuck Lever8cec3db2019-04-24 09:39:16 -0400973 xdr_buf_init(&rep->rr_hdrbuf, rdmab_data(rep->rr_rdmabuf),
Chuck Lever96f87782017-08-03 14:30:03 -0400974 rdmab_length(rep->rr_rdmabuf));
Chuck Lever1519e962016-09-15 10:57:49 -0400975 rep->rr_cqe.done = rpcrdma_wc_receive;
Chuck Leverfed171b2015-05-26 11:51:37 -0400976 rep->rr_rxprt = r_xprt;
Chuck Lever6ea8e712016-09-15 10:56:51 -0400977 rep->rr_recv_wr.next = NULL;
978 rep->rr_recv_wr.wr_cqe = &rep->rr_cqe;
979 rep->rr_recv_wr.sg_list = &rep->rr_rdmabuf->rg_iov;
980 rep->rr_recv_wr.num_sge = 1;
Chuck Lever7c8d9e72018-05-04 15:35:20 -0400981 rep->rr_temp = temp;
Chuck Lever671c4502020-01-03 11:52:22 -0500982 list_add(&rep->rr_all, &r_xprt->rx_buf.rb_all_reps);
Chuck Lever379d1bc2019-06-19 10:33:20 -0400983 return rep;
Chuck Lever13924022015-01-21 11:03:52 -0500984
Chuck Levere515dd92020-01-03 11:57:09 -0500985out_free_regbuf:
986 rpcrdma_regbuf_free(rep->rr_rdmabuf);
Chuck Lever13924022015-01-21 11:03:52 -0500987out_free:
988 kfree(rep);
989out:
Chuck Lever379d1bc2019-06-19 10:33:20 -0400990 return NULL;
Chuck Lever13924022015-01-21 11:03:52 -0500991}
992
Chuck Lever85810382020-01-03 11:56:58 -0500993/* No locking needed here. This function is invoked only by the
994 * Receive completion handler, or during transport shutdown.
995 */
Chuck Leverb0b227f2019-08-19 18:48:43 -0400996static void rpcrdma_rep_destroy(struct rpcrdma_rep *rep)
997{
Chuck Lever671c4502020-01-03 11:52:22 -0500998 list_del(&rep->rr_all);
Chuck Leverb0b227f2019-08-19 18:48:43 -0400999 rpcrdma_regbuf_free(rep->rr_rdmabuf);
1000 kfree(rep);
1001}
1002
1003static struct rpcrdma_rep *rpcrdma_rep_get_locked(struct rpcrdma_buffer *buf)
1004{
1005 struct llist_node *node;
1006
1007 /* Calls to llist_del_first are required to be serialized */
1008 node = llist_del_first(&buf->rb_free_reps);
1009 if (!node)
1010 return NULL;
1011 return llist_entry(node, struct rpcrdma_rep, rr_node);
1012}
1013
1014static void rpcrdma_rep_put(struct rpcrdma_buffer *buf,
1015 struct rpcrdma_rep *rep)
1016{
Chuck Lever671c4502020-01-03 11:52:22 -05001017 llist_add(&rep->rr_node, &buf->rb_free_reps);
1018}
1019
1020static void rpcrdma_reps_unmap(struct rpcrdma_xprt *r_xprt)
1021{
1022 struct rpcrdma_buffer *buf = &r_xprt->rx_buf;
1023 struct rpcrdma_rep *rep;
1024
Chuck Leverb7ff0182020-01-03 11:57:04 -05001025 list_for_each_entry(rep, &buf->rb_all_reps, rr_all) {
Chuck Lever671c4502020-01-03 11:52:22 -05001026 rpcrdma_regbuf_dma_unmap(rep->rr_rdmabuf);
Chuck Leverb7ff0182020-01-03 11:57:04 -05001027 rep->rr_temp = true;
1028 }
Chuck Leverb0b227f2019-08-19 18:48:43 -04001029}
1030
1031static void rpcrdma_reps_destroy(struct rpcrdma_buffer *buf)
1032{
1033 struct rpcrdma_rep *rep;
1034
1035 while ((rep = rpcrdma_rep_get_locked(buf)) != NULL)
1036 rpcrdma_rep_destroy(rep);
1037}
1038
Chuck Lever86c4ccd2019-04-24 09:40:25 -04001039/**
1040 * rpcrdma_buffer_create - Create initial set of req/rep objects
1041 * @r_xprt: transport instance to (re)initialize
1042 *
1043 * Returns zero on success, otherwise a negative errno.
1044 */
1045int rpcrdma_buffer_create(struct rpcrdma_xprt *r_xprt)
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -04001046{
Chuck Leverac920d02015-01-21 11:03:44 -05001047 struct rpcrdma_buffer *buf = &r_xprt->rx_buf;
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -04001048 int i, rc;
1049
Chuck Leverf531a5d2015-10-24 17:27:43 -04001050 buf->rb_bc_srv_max_requests = 0;
Chuck Lever505bbe62016-06-29 13:52:54 -04001051 spin_lock_init(&buf->rb_lock);
Chuck Lever96cedde2017-12-14 20:57:55 -05001052 INIT_LIST_HEAD(&buf->rb_mrs);
Chuck Levereed48a92019-08-19 18:42:31 -04001053 INIT_LIST_HEAD(&buf->rb_all_mrs);
Chuck Lever3b39f522019-08-19 18:45:37 -04001054 INIT_WORK(&buf->rb_refresh_worker, rpcrdma_mr_refresh_worker);
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -04001055
Chuck Lever1e465fd2015-10-24 17:27:02 -04001056 INIT_LIST_HEAD(&buf->rb_send_bufs);
Chuck Leverf531a5d2015-10-24 17:27:43 -04001057 INIT_LIST_HEAD(&buf->rb_allreqs);
Chuck Lever671c4502020-01-03 11:52:22 -05001058 INIT_LIST_HEAD(&buf->rb_all_reps);
Chuck Lever1769e6a2019-04-24 09:39:05 -04001059
1060 rc = -ENOMEM;
Chuck Lever7581d902020-01-03 11:56:37 -05001061 for (i = 0; i < r_xprt->rx_xprt.max_reqs; i++) {
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -04001062 struct rpcrdma_req *req;
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -04001063
Chuck Lever614f3c92019-10-17 14:31:53 -04001064 req = rpcrdma_req_create(r_xprt, RPCRDMA_V1_DEF_INLINE_SIZE * 2,
Chuck Leverbb93a1a2019-04-24 09:39:21 -04001065 GFP_KERNEL);
Chuck Lever1769e6a2019-04-24 09:39:05 -04001066 if (!req)
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -04001067 goto out;
Chuck Levera80d66c2017-06-08 11:52:12 -04001068 list_add(&req->rl_list, &buf->rb_send_bufs);
Chuck Lever1e465fd2015-10-24 17:27:02 -04001069 }
1070
Chuck Leverb0b227f2019-08-19 18:48:43 -04001071 init_llist_head(&buf->rb_free_reps);
Chuck Lever13924022015-01-21 11:03:52 -05001072
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -04001073 return 0;
1074out:
1075 rpcrdma_buffer_destroy(buf);
1076 return rc;
1077}
1078
Chuck Lever92f44332018-12-19 10:59:33 -05001079/**
1080 * rpcrdma_req_destroy - Destroy an rpcrdma_req object
1081 * @req: unused object to be destroyed
1082 *
Chuck Lever9d2da4f2019-10-09 13:07:48 -04001083 * Relies on caller holding the transport send lock to protect
1084 * removing req->rl_all from buf->rb_all_reqs safely.
Chuck Lever92f44332018-12-19 10:59:33 -05001085 */
Chuck Lever6dc6ec92019-08-19 18:47:10 -04001086void rpcrdma_req_destroy(struct rpcrdma_req *req)
Chuck Lever13924022015-01-21 11:03:52 -05001087{
Chuck Leverc3700782019-10-09 13:07:43 -04001088 struct rpcrdma_mr *mr;
1089
Chuck Lever92f44332018-12-19 10:59:33 -05001090 list_del(&req->rl_all);
1091
Chuck Leverc3700782019-10-09 13:07:43 -04001092 while ((mr = rpcrdma_mr_pop(&req->rl_free_mrs))) {
1093 struct rpcrdma_buffer *buf = &mr->mr_xprt->rx_buf;
1094
1095 spin_lock(&buf->rb_lock);
1096 list_del(&mr->mr_all);
1097 spin_unlock(&buf->rb_lock);
1098
1099 frwr_release_mr(mr);
1100 }
Chuck Lever6dc6ec92019-08-19 18:47:10 -04001101
Chuck Leverd2832af2019-04-24 09:39:32 -04001102 rpcrdma_regbuf_free(req->rl_recvbuf);
1103 rpcrdma_regbuf_free(req->rl_sendbuf);
1104 rpcrdma_regbuf_free(req->rl_rdmabuf);
Chuck Lever13924022015-01-21 11:03:52 -05001105 kfree(req);
1106}
1107
Chuck Leverc3700782019-10-09 13:07:43 -04001108/**
1109 * rpcrdma_mrs_destroy - Release all of a transport's MRs
Chuck Lever9d2da4f2019-10-09 13:07:48 -04001110 * @r_xprt: controlling transport instance
Chuck Leverc3700782019-10-09 13:07:43 -04001111 *
1112 * Relies on caller holding the transport send lock to protect
1113 * removing mr->mr_list from req->rl_free_mrs safely.
1114 */
Chuck Lever9d2da4f2019-10-09 13:07:48 -04001115static void rpcrdma_mrs_destroy(struct rpcrdma_xprt *r_xprt)
Chuck Levere2ac2362016-06-29 13:54:00 -04001116{
Chuck Lever9d2da4f2019-10-09 13:07:48 -04001117 struct rpcrdma_buffer *buf = &r_xprt->rx_buf;
Chuck Lever96cedde2017-12-14 20:57:55 -05001118 struct rpcrdma_mr *mr;
Chuck Levere2ac2362016-06-29 13:54:00 -04001119
Chuck Lever9d2da4f2019-10-09 13:07:48 -04001120 cancel_work_sync(&buf->rb_refresh_worker);
1121
Chuck Lever4d6b8892019-08-19 18:47:57 -04001122 spin_lock(&buf->rb_lock);
Chuck Levereed48a92019-08-19 18:42:31 -04001123 while ((mr = list_first_entry_or_null(&buf->rb_all_mrs,
1124 struct rpcrdma_mr,
1125 mr_all)) != NULL) {
Chuck Leverc3700782019-10-09 13:07:43 -04001126 list_del(&mr->mr_list);
Chuck Lever96cedde2017-12-14 20:57:55 -05001127 list_del(&mr->mr_all);
Chuck Lever4d6b8892019-08-19 18:47:57 -04001128 spin_unlock(&buf->rb_lock);
Chuck Lever054f1552018-05-01 11:37:14 -04001129
Chuck Lever5f624122018-12-19 10:59:01 -05001130 frwr_release_mr(mr);
Chuck Lever9d2da4f2019-10-09 13:07:48 -04001131
Chuck Lever4d6b8892019-08-19 18:47:57 -04001132 spin_lock(&buf->rb_lock);
Chuck Levere2ac2362016-06-29 13:54:00 -04001133 }
Chuck Lever4d6b8892019-08-19 18:47:57 -04001134 spin_unlock(&buf->rb_lock);
Chuck Levere2ac2362016-06-29 13:54:00 -04001135}
1136
Chuck Leveraf65ed42018-12-19 11:00:37 -05001137/**
1138 * rpcrdma_buffer_destroy - Release all hw resources
1139 * @buf: root control block for resources
1140 *
Chuck Leverb8fe6772019-04-24 09:40:36 -04001141 * ORDERING: relies on a prior rpcrdma_xprt_drain :
Chuck Leveraf65ed42018-12-19 11:00:37 -05001142 * - No more Send or Receive completions can occur
1143 * - All MRs, reps, and reqs are returned to their free lists
1144 */
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -04001145void
1146rpcrdma_buffer_destroy(struct rpcrdma_buffer *buf)
1147{
Chuck Leverb0b227f2019-08-19 18:48:43 -04001148 rpcrdma_reps_destroy(buf);
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -04001149
Chuck Lever92f44332018-12-19 10:59:33 -05001150 while (!list_empty(&buf->rb_send_bufs)) {
Chuck Lever1e465fd2015-10-24 17:27:02 -04001151 struct rpcrdma_req *req;
Allen Andrews4034ba02014-05-28 10:32:09 -04001152
Chuck Lever92f44332018-12-19 10:59:33 -05001153 req = list_first_entry(&buf->rb_send_bufs,
1154 struct rpcrdma_req, rl_list);
1155 list_del(&req->rl_list);
1156 rpcrdma_req_destroy(req);
Chuck Lever9f9d8022014-07-29 17:24:45 -04001157 }
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -04001158}
1159
Chuck Lever96cedde2017-12-14 20:57:55 -05001160/**
1161 * rpcrdma_mr_get - Allocate an rpcrdma_mr object
1162 * @r_xprt: controlling transport
1163 *
1164 * Returns an initialized rpcrdma_mr or NULL if no free
1165 * rpcrdma_mr objects are available.
1166 */
1167struct rpcrdma_mr *
1168rpcrdma_mr_get(struct rpcrdma_xprt *r_xprt)
Chuck Leverc2922c02014-07-29 17:24:36 -04001169{
Chuck Lever346aa662015-05-26 11:52:06 -04001170 struct rpcrdma_buffer *buf = &r_xprt->rx_buf;
Chuck Lever265a38d2019-08-19 18:44:04 -04001171 struct rpcrdma_mr *mr;
Chuck Lever346aa662015-05-26 11:52:06 -04001172
Chuck Lever4d6b8892019-08-19 18:47:57 -04001173 spin_lock(&buf->rb_lock);
Chuck Lever265a38d2019-08-19 18:44:04 -04001174 mr = rpcrdma_mr_pop(&buf->rb_mrs);
Chuck Lever4d6b8892019-08-19 18:47:57 -04001175 spin_unlock(&buf->rb_lock);
Chuck Lever96cedde2017-12-14 20:57:55 -05001176 return mr;
Chuck Leverec12e472017-12-14 20:58:04 -05001177}
1178
Chuck Lever96cedde2017-12-14 20:57:55 -05001179/**
Chuck Lever1ca3f4c2019-08-19 18:44:50 -04001180 * rpcrdma_mr_put - DMA unmap an MR and release it
1181 * @mr: MR to release
Chuck Lever96cedde2017-12-14 20:57:55 -05001182 *
1183 */
Chuck Lever1ca3f4c2019-08-19 18:44:50 -04001184void rpcrdma_mr_put(struct rpcrdma_mr *mr)
Chuck Leverec12e472017-12-14 20:58:04 -05001185{
1186 struct rpcrdma_xprt *r_xprt = mr->mr_xprt;
1187
Chuck Levere2f34e22018-12-19 10:58:13 -05001188 if (mr->mr_dir != DMA_NONE) {
1189 trace_xprtrdma_mr_unmap(mr);
Chuck Levere28ce902020-02-21 17:01:05 -05001190 ib_dma_unmap_sg(r_xprt->rx_ep->re_id->device,
Chuck Levere2f34e22018-12-19 10:58:13 -05001191 mr->mr_sg, mr->mr_nents, mr->mr_dir);
1192 mr->mr_dir = DMA_NONE;
1193 }
Chuck Lever1ca3f4c2019-08-19 18:44:50 -04001194
Chuck Lever6dc6ec92019-08-19 18:47:10 -04001195 rpcrdma_mr_push(mr, &mr->mr_req->rl_free_mrs);
1196}
1197
Chuck Lever7c8d9e72018-05-04 15:35:20 -04001198/**
1199 * rpcrdma_buffer_get - Get a request buffer
1200 * @buffers: Buffer pool from which to obtain a buffer
Chuck Lever78d506e2016-09-06 11:22:49 -04001201 *
Chuck Lever7c8d9e72018-05-04 15:35:20 -04001202 * Returns a fresh rpcrdma_req, or NULL if none are available.
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -04001203 */
1204struct rpcrdma_req *
1205rpcrdma_buffer_get(struct rpcrdma_buffer *buffers)
1206{
1207 struct rpcrdma_req *req;
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -04001208
Chuck Levera5b027e2015-10-24 17:27:27 -04001209 spin_lock(&buffers->rb_lock);
Chuck Levere68699c2018-05-04 15:35:31 -04001210 req = list_first_entry_or_null(&buffers->rb_send_bufs,
1211 struct rpcrdma_req, rl_list);
1212 if (req)
1213 list_del_init(&req->rl_list);
Chuck Levera5b027e2015-10-24 17:27:27 -04001214 spin_unlock(&buffers->rb_lock);
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -04001215 return req;
1216}
1217
Chuck Lever7c8d9e72018-05-04 15:35:20 -04001218/**
1219 * rpcrdma_buffer_put - Put request/reply buffers back into pool
Chuck Lever5828ceb2019-06-19 10:33:36 -04001220 * @buffers: buffer pool
Chuck Lever7c8d9e72018-05-04 15:35:20 -04001221 * @req: object to return
1222 *
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -04001223 */
Chuck Lever5828ceb2019-06-19 10:33:36 -04001224void rpcrdma_buffer_put(struct rpcrdma_buffer *buffers, struct rpcrdma_req *req)
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -04001225{
Chuck Leverb0b227f2019-08-19 18:48:43 -04001226 if (req->rl_reply)
1227 rpcrdma_rep_put(buffers, req->rl_reply);
Chuck Lever1e465fd2015-10-24 17:27:02 -04001228 req->rl_reply = NULL;
1229
Chuck Levera5b027e2015-10-24 17:27:27 -04001230 spin_lock(&buffers->rb_lock);
Chuck Lever7c8d9e72018-05-04 15:35:20 -04001231 list_add(&req->rl_list, &buffers->rb_send_bufs);
Chuck Levera5b027e2015-10-24 17:27:27 -04001232 spin_unlock(&buffers->rb_lock);
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -04001233}
1234
Chuck Leverb0b227f2019-08-19 18:48:43 -04001235/**
1236 * rpcrdma_recv_buffer_put - Release rpcrdma_rep back to free list
1237 * @rep: rep to release
1238 *
1239 * Used after error conditions.
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -04001240 */
Chuck Leverb0b227f2019-08-19 18:48:43 -04001241void rpcrdma_recv_buffer_put(struct rpcrdma_rep *rep)
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -04001242{
Chuck Leverb0b227f2019-08-19 18:48:43 -04001243 rpcrdma_rep_put(&rep->rr_rxprt->rx_buf, rep);
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -04001244}
1245
Chuck Leverd2832af2019-04-24 09:39:32 -04001246/* Returns a pointer to a rpcrdma_regbuf object, or NULL.
Chuck Lever9128c3e2015-01-21 11:04:00 -05001247 *
1248 * xprtrdma uses a regbuf for posting an outgoing RDMA SEND, or for
Chuck Lever99ef4db2016-09-15 10:56:10 -04001249 * receiving the payload of RDMA RECV operations. During Long Calls
Chuck Lever5f624122018-12-19 10:59:01 -05001250 * or Replies they may be registered externally via frwr_map.
Chuck Lever9128c3e2015-01-21 11:04:00 -05001251 */
Chuck Leverd2832af2019-04-24 09:39:32 -04001252static struct rpcrdma_regbuf *
1253rpcrdma_regbuf_alloc(size_t size, enum dma_data_direction direction,
Chuck Lever13650c22016-09-15 10:56:26 -04001254 gfp_t flags)
Chuck Lever9128c3e2015-01-21 11:04:00 -05001255{
1256 struct rpcrdma_regbuf *rb;
Chuck Lever9128c3e2015-01-21 11:04:00 -05001257
Chuck Lever8cec3db2019-04-24 09:39:16 -04001258 rb = kmalloc(sizeof(*rb), flags);
1259 if (!rb)
1260 return NULL;
1261 rb->rg_data = kmalloc(size, flags);
1262 if (!rb->rg_data) {
1263 kfree(rb);
1264 return NULL;
1265 }
Chuck Lever9128c3e2015-01-21 11:04:00 -05001266
Chuck Lever54cbd6b2016-09-15 10:56:18 -04001267 rb->rg_device = NULL;
Chuck Lever99ef4db2016-09-15 10:56:10 -04001268 rb->rg_direction = direction;
Chuck Lever54cbd6b2016-09-15 10:56:18 -04001269 rb->rg_iov.length = size;
Chuck Lever9128c3e2015-01-21 11:04:00 -05001270 return rb;
Chuck Lever54cbd6b2016-09-15 10:56:18 -04001271}
Chuck Lever9128c3e2015-01-21 11:04:00 -05001272
Chuck Lever54cbd6b2016-09-15 10:56:18 -04001273/**
Chuck Lever0f665ce2019-04-24 09:39:27 -04001274 * rpcrdma_regbuf_realloc - re-allocate a SEND/RECV buffer
1275 * @rb: regbuf to reallocate
1276 * @size: size of buffer to be allocated, in bytes
1277 * @flags: GFP flags
1278 *
1279 * Returns true if reallocation was successful. If false is
1280 * returned, @rb is left untouched.
1281 */
1282bool rpcrdma_regbuf_realloc(struct rpcrdma_regbuf *rb, size_t size, gfp_t flags)
1283{
1284 void *buf;
1285
1286 buf = kmalloc(size, flags);
1287 if (!buf)
1288 return false;
1289
Chuck Leverd2832af2019-04-24 09:39:32 -04001290 rpcrdma_regbuf_dma_unmap(rb);
Chuck Lever0f665ce2019-04-24 09:39:27 -04001291 kfree(rb->rg_data);
1292
1293 rb->rg_data = buf;
1294 rb->rg_iov.length = size;
1295 return true;
1296}
1297
1298/**
Chuck Leverd2832af2019-04-24 09:39:32 -04001299 * __rpcrdma_regbuf_dma_map - DMA-map a regbuf
1300 * @r_xprt: controlling transport instance
Chuck Lever54cbd6b2016-09-15 10:56:18 -04001301 * @rb: regbuf to be mapped
Chuck Leverd2832af2019-04-24 09:39:32 -04001302 *
1303 * Returns true if the buffer is now DMA mapped to @r_xprt's device
Chuck Lever54cbd6b2016-09-15 10:56:18 -04001304 */
Chuck Leverd2832af2019-04-24 09:39:32 -04001305bool __rpcrdma_regbuf_dma_map(struct rpcrdma_xprt *r_xprt,
1306 struct rpcrdma_regbuf *rb)
Chuck Lever54cbd6b2016-09-15 10:56:18 -04001307{
Chuck Levere28ce902020-02-21 17:01:05 -05001308 struct ib_device *device = r_xprt->rx_ep->re_id->device;
Chuck Lever91a10c52017-04-11 13:23:02 -04001309
Chuck Lever54cbd6b2016-09-15 10:56:18 -04001310 if (rb->rg_direction == DMA_NONE)
1311 return false;
1312
Chuck Leverd2832af2019-04-24 09:39:32 -04001313 rb->rg_iov.addr = ib_dma_map_single(device, rdmab_data(rb),
1314 rdmab_length(rb), rb->rg_direction);
Chuck Lever53b2c1c2018-12-19 11:00:06 -05001315 if (ib_dma_mapping_error(device, rdmab_addr(rb))) {
1316 trace_xprtrdma_dma_maperr(rdmab_addr(rb));
Chuck Lever54cbd6b2016-09-15 10:56:18 -04001317 return false;
Chuck Lever53b2c1c2018-12-19 11:00:06 -05001318 }
Chuck Lever54cbd6b2016-09-15 10:56:18 -04001319
Chuck Lever91a10c52017-04-11 13:23:02 -04001320 rb->rg_device = device;
Chuck Levere28ce902020-02-21 17:01:05 -05001321 rb->rg_iov.lkey = r_xprt->rx_ep->re_pd->local_dma_lkey;
Chuck Lever54cbd6b2016-09-15 10:56:18 -04001322 return true;
1323}
1324
Chuck Leverd2832af2019-04-24 09:39:32 -04001325static void rpcrdma_regbuf_dma_unmap(struct rpcrdma_regbuf *rb)
Chuck Lever54cbd6b2016-09-15 10:56:18 -04001326{
Chuck Levere89e8d8f2018-01-31 12:34:13 -05001327 if (!rb)
1328 return;
1329
Chuck Lever54cbd6b2016-09-15 10:56:18 -04001330 if (!rpcrdma_regbuf_is_mapped(rb))
1331 return;
1332
Chuck Leverd2832af2019-04-24 09:39:32 -04001333 ib_dma_unmap_single(rb->rg_device, rdmab_addr(rb), rdmab_length(rb),
1334 rb->rg_direction);
Chuck Lever54cbd6b2016-09-15 10:56:18 -04001335 rb->rg_device = NULL;
Chuck Lever9128c3e2015-01-21 11:04:00 -05001336}
1337
Chuck Leverd2832af2019-04-24 09:39:32 -04001338static void rpcrdma_regbuf_free(struct rpcrdma_regbuf *rb)
Chuck Lever9128c3e2015-01-21 11:04:00 -05001339{
Chuck Leverd2832af2019-04-24 09:39:32 -04001340 rpcrdma_regbuf_dma_unmap(rb);
Chuck Lever8cec3db2019-04-24 09:39:16 -04001341 if (rb)
1342 kfree(rb->rg_data);
Chuck Levere531dca2015-08-03 13:03:20 -04001343 kfree(rb);
Chuck Lever9128c3e2015-01-21 11:04:00 -05001344}
1345
Chuck Lever995d3122018-12-19 11:00:32 -05001346/**
Chuck Lever97d0de82020-02-21 17:00:23 -05001347 * rpcrdma_post_sends - Post WRs to a transport's Send Queue
1348 * @r_xprt: controlling transport instance
Chuck Lever995d3122018-12-19 11:00:32 -05001349 * @req: rpcrdma_req containing the Send WR to post
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -04001350 *
Chuck Lever995d3122018-12-19 11:00:32 -05001351 * Returns 0 if the post was successful, otherwise -ENOTCONN
1352 * is returned.
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -04001353 */
Chuck Lever97d0de82020-02-21 17:00:23 -05001354int rpcrdma_post_sends(struct rpcrdma_xprt *r_xprt, struct rpcrdma_req *req)
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -04001355{
Chuck Leverdc15c3d2019-10-17 14:31:35 -04001356 struct ib_send_wr *send_wr = &req->rl_wr;
Chuck Levere28ce902020-02-21 17:01:05 -05001357 struct rpcrdma_ep *ep = r_xprt->rx_ep;
Chuck Lever655fec62016-09-15 10:57:24 -04001358 int rc;
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -04001359
Chuck Lever93aa8e02020-02-21 17:00:54 -05001360 if (!ep->re_send_count || kref_read(&req->rl_kref) > 1) {
Chuck Leverae729502017-10-20 10:48:12 -04001361 send_wr->send_flags |= IB_SEND_SIGNALED;
Chuck Lever93aa8e02020-02-21 17:00:54 -05001362 ep->re_send_count = ep->re_send_batch;
Chuck Leverae729502017-10-20 10:48:12 -04001363 } else {
1364 send_wr->send_flags &= ~IB_SEND_SIGNALED;
Chuck Lever93aa8e02020-02-21 17:00:54 -05001365 --ep->re_send_count;
Chuck Leverae729502017-10-20 10:48:12 -04001366 }
Chuck Lever7a89f9c2016-06-29 13:53:43 -04001367
Chuck Leverbdb2ce82020-04-19 20:03:05 -04001368 trace_xprtrdma_post_send(req);
Chuck Lever97d0de82020-02-21 17:00:23 -05001369 rc = frwr_send(r_xprt, req);
Chuck Leverab03eff2017-12-20 16:30:40 -05001370 if (rc)
1371 return -ENOTCONN;
1372 return 0;
\"Talpey, Thomas\c56c65f2007-09-10 13:51:18 -04001373}
1374
Chuck Lever2ae50ad2019-10-09 13:07:38 -04001375/**
1376 * rpcrdma_post_recvs - Refill the Receive Queue
1377 * @r_xprt: controlling transport instance
1378 * @temp: mark Receive buffers to be deleted after use
1379 *
1380 */
1381void rpcrdma_post_recvs(struct rpcrdma_xprt *r_xprt, bool temp)
Chuck Leverf531a5d2015-10-24 17:27:43 -04001382{
Chuck Lever7c8d9e72018-05-04 15:35:20 -04001383 struct rpcrdma_buffer *buf = &r_xprt->rx_buf;
Chuck Levere28ce902020-02-21 17:01:05 -05001384 struct rpcrdma_ep *ep = r_xprt->rx_ep;
Chuck Levere515dd92020-01-03 11:57:09 -05001385 struct ib_recv_wr *wr, *bad_wr;
Chuck Lever9ef33ef2019-06-19 10:33:26 -04001386 struct rpcrdma_rep *rep;
Chuck Lever7c8d9e72018-05-04 15:35:20 -04001387 int needed, count, rc;
Chuck Leverf531a5d2015-10-24 17:27:43 -04001388
Chuck Lever61c208a2018-10-01 14:26:35 -04001389 rc = 0;
1390 count = 0;
Chuck Lever9ef33ef2019-06-19 10:33:26 -04001391
Chuck Lever7c8d9e72018-05-04 15:35:20 -04001392 needed = buf->rb_credits + (buf->rb_bc_srv_max_requests << 1);
Chuck Lever93aa8e02020-02-21 17:00:54 -05001393 if (likely(ep->re_receive_count > needed))
Chuck Lever61c208a2018-10-01 14:26:35 -04001394 goto out;
Chuck Lever93aa8e02020-02-21 17:00:54 -05001395 needed -= ep->re_receive_count;
Chuck Levere340c2d2019-02-11 11:23:54 -05001396 if (!temp)
1397 needed += RPCRDMA_MAX_RECV_BATCH;
Chuck Leverf531a5d2015-10-24 17:27:43 -04001398
Chuck Lever9ef33ef2019-06-19 10:33:26 -04001399 /* fast path: all needed reps can be found on the free list */
Chuck Lever7c8d9e72018-05-04 15:35:20 -04001400 wr = NULL;
1401 while (needed) {
Chuck Leverb0b227f2019-08-19 18:48:43 -04001402 rep = rpcrdma_rep_get_locked(buf);
Chuck Lever671c4502020-01-03 11:52:22 -05001403 if (rep && rep->rr_temp) {
1404 rpcrdma_rep_destroy(rep);
1405 continue;
1406 }
Chuck Lever9ef33ef2019-06-19 10:33:26 -04001407 if (!rep)
Chuck Leverb0b227f2019-08-19 18:48:43 -04001408 rep = rpcrdma_rep_create(r_xprt, temp);
Chuck Lever9ef33ef2019-06-19 10:33:26 -04001409 if (!rep)
1410 break;
1411
Chuck Levere515dd92020-01-03 11:57:09 -05001412 trace_xprtrdma_post_recv(rep);
Chuck Lever9ef33ef2019-06-19 10:33:26 -04001413 rep->rr_recv_wr.next = wr;
1414 wr = &rep->rr_recv_wr;
1415 --needed;
Chuck Levere515dd92020-01-03 11:57:09 -05001416 ++count;
Chuck Lever9ef33ef2019-06-19 10:33:26 -04001417 }
1418 if (!wr)
Chuck Lever61c208a2018-10-01 14:26:35 -04001419 goto out;
Chuck Leverf531a5d2015-10-24 17:27:43 -04001420
Chuck Levere28ce902020-02-21 17:01:05 -05001421 rc = ib_post_recv(ep->re_id->qp, wr,
Bart Van Assched34ac5c2018-07-18 09:25:32 -07001422 (const struct ib_recv_wr **)&bad_wr);
Chuck Lever9ef33ef2019-06-19 10:33:26 -04001423out:
1424 trace_xprtrdma_post_recvs(r_xprt, count, rc);
Chuck Lever7c8d9e72018-05-04 15:35:20 -04001425 if (rc) {
Chuck Lever2d0abe32019-06-19 10:32:38 -04001426 for (wr = bad_wr; wr;) {
Chuck Lever7c8d9e72018-05-04 15:35:20 -04001427 struct rpcrdma_rep *rep;
Chuck Leverf531a5d2015-10-24 17:27:43 -04001428
Chuck Lever7c8d9e72018-05-04 15:35:20 -04001429 rep = container_of(wr, struct rpcrdma_rep, rr_recv_wr);
Chuck Lever2d0abe32019-06-19 10:32:38 -04001430 wr = wr->next;
Chuck Lever7c8d9e72018-05-04 15:35:20 -04001431 rpcrdma_recv_buffer_put(rep);
1432 --count;
1433 }
1434 }
Chuck Lever93aa8e02020-02-21 17:00:54 -05001435 ep->re_receive_count += count;
Chuck Lever9ef33ef2019-06-19 10:33:26 -04001436 return;
Chuck Leverf531a5d2015-10-24 17:27:43 -04001437}