blob: 717ed4b159d3df57c499345f9460171329174c72 [file] [log] [blame]
Mike Marciniszyn77241052015-07-30 15:17:43 -04001/*
Jubin John05d6ac12016-02-14 20:22:17 -08002 * Copyright(c) 2015, 2016 Intel Corporation.
Mike Marciniszyn77241052015-07-30 15:17:43 -04003 *
4 * This file is provided under a dual BSD/GPLv2 license. When using or
5 * redistributing this file, you may do so under either license.
6 *
7 * GPL LICENSE SUMMARY
8 *
Mike Marciniszyn77241052015-07-30 15:17:43 -04009 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of version 2 of the GNU General Public License as
11 * published by the Free Software Foundation.
12 *
13 * This program is distributed in the hope that it will be useful, but
14 * WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 * General Public License for more details.
17 *
18 * BSD LICENSE
19 *
Mike Marciniszyn77241052015-07-30 15:17:43 -040020 * Redistribution and use in source and binary forms, with or without
21 * modification, are permitted provided that the following conditions
22 * are met:
23 *
24 * - Redistributions of source code must retain the above copyright
25 * notice, this list of conditions and the following disclaimer.
26 * - Redistributions in binary form must reproduce the above copyright
27 * notice, this list of conditions and the following disclaimer in
28 * the documentation and/or other materials provided with the
29 * distribution.
30 * - Neither the name of Intel Corporation nor the names of its
31 * contributors may be used to endorse or promote products derived
32 * from this software without specific prior written permission.
33 *
34 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
35 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
36 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
37 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
38 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
39 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
40 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
41 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
42 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
43 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
44 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
45 *
46 */
47
48#include <linux/spinlock.h>
49
50#include "hfi.h"
51#include "mad.h"
52#include "qp.h"
Mike Marciniszyn45842ab2016-02-14 12:44:34 -080053#include "verbs_txreq.h"
Dennis Dalessandrobb5df5f2016-02-14 12:44:43 -080054#include "trace.h"
Mike Marciniszyn77241052015-07-30 15:17:43 -040055
56/*
57 * Convert the AETH RNR timeout code into the number of microseconds.
58 */
59const u32 ib_hfi1_rnr_table[32] = {
60 655360, /* 00: 655.36 */
61 10, /* 01: .01 */
62 20, /* 02 .02 */
63 30, /* 03: .03 */
64 40, /* 04: .04 */
65 60, /* 05: .06 */
66 80, /* 06: .08 */
67 120, /* 07: .12 */
68 160, /* 08: .16 */
69 240, /* 09: .24 */
70 320, /* 0A: .32 */
71 480, /* 0B: .48 */
72 640, /* 0C: .64 */
73 960, /* 0D: .96 */
74 1280, /* 0E: 1.28 */
75 1920, /* 0F: 1.92 */
76 2560, /* 10: 2.56 */
77 3840, /* 11: 3.84 */
78 5120, /* 12: 5.12 */
79 7680, /* 13: 7.68 */
80 10240, /* 14: 10.24 */
81 15360, /* 15: 15.36 */
82 20480, /* 16: 20.48 */
83 30720, /* 17: 30.72 */
84 40960, /* 18: 40.96 */
85 61440, /* 19: 61.44 */
86 81920, /* 1A: 81.92 */
87 122880, /* 1B: 122.88 */
88 163840, /* 1C: 163.84 */
89 245760, /* 1D: 245.76 */
90 327680, /* 1E: 327.68 */
91 491520 /* 1F: 491.52 */
92};
93
94/*
95 * Validate a RWQE and fill in the SGE state.
96 * Return 1 if OK.
97 */
Dennis Dalessandro895420d2016-01-19 14:42:28 -080098static int init_sge(struct rvt_qp *qp, struct rvt_rwqe *wqe)
Mike Marciniszyn77241052015-07-30 15:17:43 -040099{
100 int i, j, ret;
101 struct ib_wc wc;
Dennis Dalessandrocd4ceee2016-01-19 14:41:55 -0800102 struct rvt_lkey_table *rkt;
Dennis Dalessandro4f87ccf2016-01-19 14:41:50 -0800103 struct rvt_pd *pd;
Dennis Dalessandro895420d2016-01-19 14:42:28 -0800104 struct rvt_sge_state *ss;
Mike Marciniszyn77241052015-07-30 15:17:43 -0400105
Dennis Dalessandro895420d2016-01-19 14:42:28 -0800106 rkt = &to_idev(qp->ibqp.device)->rdi.lkey_table;
Dennis Dalessandro4f87ccf2016-01-19 14:41:50 -0800107 pd = ibpd_to_rvtpd(qp->ibqp.srq ? qp->ibqp.srq->pd : qp->ibqp.pd);
Mike Marciniszyn77241052015-07-30 15:17:43 -0400108 ss = &qp->r_sge;
109 ss->sg_list = qp->r_sg_list;
110 qp->r_len = 0;
111 for (i = j = 0; i < wqe->num_sge; i++) {
112 if (wqe->sg_list[i].length == 0)
113 continue;
114 /* Check LKEY */
Dennis Dalessandro895420d2016-01-19 14:42:28 -0800115 if (!rvt_lkey_ok(rkt, pd, j ? &ss->sg_list[j - 1] : &ss->sge,
116 &wqe->sg_list[i], IB_ACCESS_LOCAL_WRITE))
Mike Marciniszyn77241052015-07-30 15:17:43 -0400117 goto bad_lkey;
118 qp->r_len += wqe->sg_list[i].length;
119 j++;
120 }
121 ss->num_sge = j;
122 ss->total_len = qp->r_len;
123 ret = 1;
124 goto bail;
125
126bad_lkey:
127 while (j) {
Dennis Dalessandro895420d2016-01-19 14:42:28 -0800128 struct rvt_sge *sge = --j ? &ss->sg_list[j - 1] : &ss->sge;
Mike Marciniszyn77241052015-07-30 15:17:43 -0400129
Dennis Dalessandro895420d2016-01-19 14:42:28 -0800130 rvt_put_mr(sge->mr);
Mike Marciniszyn77241052015-07-30 15:17:43 -0400131 }
132 ss->num_sge = 0;
133 memset(&wc, 0, sizeof(wc));
134 wc.wr_id = wqe->wr_id;
135 wc.status = IB_WC_LOC_PROT_ERR;
136 wc.opcode = IB_WC_RECV;
137 wc.qp = &qp->ibqp;
138 /* Signal solicited completion event. */
Dennis Dalessandroabd712d2016-01-19 14:43:22 -0800139 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.recv_cq), &wc, 1);
Mike Marciniszyn77241052015-07-30 15:17:43 -0400140 ret = 0;
141bail:
142 return ret;
143}
144
145/**
Dennis Dalessandroec4274f2016-01-19 14:43:44 -0800146 * hfi1_rvt_get_rwqe - copy the next RWQE into the QP's RWQE
Mike Marciniszyn77241052015-07-30 15:17:43 -0400147 * @qp: the QP
148 * @wr_id_only: update qp->r_wr_id only, not qp->r_sge
149 *
150 * Return -1 if there is a local error, 0 if no RWQE is available,
151 * otherwise return 1.
152 *
153 * Can be called from interrupt level.
154 */
Dennis Dalessandroec4274f2016-01-19 14:43:44 -0800155int hfi1_rvt_get_rwqe(struct rvt_qp *qp, int wr_id_only)
Mike Marciniszyn77241052015-07-30 15:17:43 -0400156{
157 unsigned long flags;
Dennis Dalessandro895420d2016-01-19 14:42:28 -0800158 struct rvt_rq *rq;
159 struct rvt_rwq *wq;
Dennis Dalessandro39db3e62016-01-19 14:42:33 -0800160 struct rvt_srq *srq;
Dennis Dalessandro895420d2016-01-19 14:42:28 -0800161 struct rvt_rwqe *wqe;
Mike Marciniszyn77241052015-07-30 15:17:43 -0400162 void (*handler)(struct ib_event *, void *);
163 u32 tail;
164 int ret;
165
166 if (qp->ibqp.srq) {
Dennis Dalessandro39db3e62016-01-19 14:42:33 -0800167 srq = ibsrq_to_rvtsrq(qp->ibqp.srq);
Mike Marciniszyn77241052015-07-30 15:17:43 -0400168 handler = srq->ibsrq.event_handler;
169 rq = &srq->rq;
170 } else {
171 srq = NULL;
172 handler = NULL;
173 rq = &qp->r_rq;
174 }
175
176 spin_lock_irqsave(&rq->lock, flags);
Dennis Dalessandro83693bd2016-01-19 14:43:33 -0800177 if (!(ib_rvt_state_ops[qp->state] & RVT_PROCESS_RECV_OK)) {
Mike Marciniszyn77241052015-07-30 15:17:43 -0400178 ret = 0;
179 goto unlock;
180 }
181
182 wq = rq->wq;
183 tail = wq->tail;
184 /* Validate tail before using it since it is user writable. */
185 if (tail >= rq->size)
186 tail = 0;
187 if (unlikely(tail == wq->head)) {
188 ret = 0;
189 goto unlock;
190 }
191 /* Make sure entry is read after head index is read. */
192 smp_rmb();
Dennis Dalessandroec4274f2016-01-19 14:43:44 -0800193 wqe = rvt_get_rwqe_ptr(rq, tail);
Mike Marciniszyn77241052015-07-30 15:17:43 -0400194 /*
195 * Even though we update the tail index in memory, the verbs
196 * consumer is not supposed to post more entries until a
197 * completion is generated.
198 */
199 if (++tail >= rq->size)
200 tail = 0;
201 wq->tail = tail;
202 if (!wr_id_only && !init_sge(qp, wqe)) {
203 ret = -1;
204 goto unlock;
205 }
206 qp->r_wr_id = wqe->wr_id;
207
208 ret = 1;
Dennis Dalessandro54d10c12016-01-19 14:43:01 -0800209 set_bit(RVT_R_WRID_VALID, &qp->r_aflags);
Mike Marciniszyn77241052015-07-30 15:17:43 -0400210 if (handler) {
211 u32 n;
212
213 /*
214 * Validate head pointer value and compute
215 * the number of remaining WQEs.
216 */
217 n = wq->head;
218 if (n >= rq->size)
219 n = 0;
220 if (n < tail)
221 n += rq->size - tail;
222 else
223 n -= tail;
224 if (n < srq->limit) {
225 struct ib_event ev;
226
227 srq->limit = 0;
228 spin_unlock_irqrestore(&rq->lock, flags);
229 ev.device = qp->ibqp.device;
230 ev.element.srq = qp->ibqp.srq;
231 ev.event = IB_EVENT_SRQ_LIMIT_REACHED;
232 handler(&ev, srq->ibsrq.srq_context);
233 goto bail;
234 }
235 }
236unlock:
237 spin_unlock_irqrestore(&rq->lock, flags);
238bail:
239 return ret;
240}
241
Mike Marciniszyn77241052015-07-30 15:17:43 -0400242static int gid_ok(union ib_gid *gid, __be64 gid_prefix, __be64 id)
243{
244 return (gid->global.interface_id == id &&
245 (gid->global.subnet_prefix == gid_prefix ||
246 gid->global.subnet_prefix == IB_DEFAULT_GID_PREFIX));
247}
248
249/*
250 *
251 * This should be called with the QP r_lock held.
252 *
253 * The s_lock will be acquired around the hfi1_migrate_qp() call.
254 */
Mike Marciniszyn261a4352016-09-06 04:35:05 -0700255int hfi1_ruc_check_hdr(struct hfi1_ibport *ibp, struct ib_header *hdr,
Dennis Dalessandro895420d2016-01-19 14:42:28 -0800256 int has_grh, struct rvt_qp *qp, u32 bth0)
Mike Marciniszyn77241052015-07-30 15:17:43 -0400257{
258 __be64 guid;
259 unsigned long flags;
260 u8 sc5 = ibp->sl_to_sc[qp->remote_ah_attr.sl];
261
262 if (qp->s_mig_state == IB_MIG_ARMED && (bth0 & IB_BTH_MIG_REQ)) {
263 if (!has_grh) {
264 if (qp->alt_ah_attr.ah_flags & IB_AH_GRH)
265 goto err;
266 } else {
267 if (!(qp->alt_ah_attr.ah_flags & IB_AH_GRH))
268 goto err;
269 guid = get_sguid(ibp, qp->alt_ah_attr.grh.sgid_index);
Dennis Dalessandro4eb06882016-01-19 14:42:39 -0800270 if (!gid_ok(&hdr->u.l.grh.dgid, ibp->rvp.gid_prefix,
271 guid))
Mike Marciniszyn77241052015-07-30 15:17:43 -0400272 goto err;
Jubin John17fb4f22016-02-14 20:21:52 -0800273 if (!gid_ok(
274 &hdr->u.l.grh.sgid,
275 qp->alt_ah_attr.grh.dgid.global.subnet_prefix,
276 qp->alt_ah_attr.grh.dgid.global.interface_id))
Mike Marciniszyn77241052015-07-30 15:17:43 -0400277 goto err;
278 }
279 if (unlikely(rcv_pkey_check(ppd_from_ibp(ibp), (u16)bth0,
280 sc5, be16_to_cpu(hdr->lrh[3])))) {
Erik E. Kahn5cd24112015-12-10 09:59:40 -0500281 hfi1_bad_pqkey(ibp, OPA_TRAP_BAD_P_KEY,
Mike Marciniszyn77241052015-07-30 15:17:43 -0400282 (u16)bth0,
283 (be16_to_cpu(hdr->lrh[0]) >> 4) & 0xF,
284 0, qp->ibqp.qp_num,
Erik E. Kahn5cd24112015-12-10 09:59:40 -0500285 be16_to_cpu(hdr->lrh[3]),
286 be16_to_cpu(hdr->lrh[1]));
Mike Marciniszyn77241052015-07-30 15:17:43 -0400287 goto err;
288 }
289 /* Validate the SLID. See Ch. 9.6.1.5 and 17.2.8 */
290 if (be16_to_cpu(hdr->lrh[3]) != qp->alt_ah_attr.dlid ||
291 ppd_from_ibp(ibp)->port != qp->alt_ah_attr.port_num)
292 goto err;
293 spin_lock_irqsave(&qp->s_lock, flags);
294 hfi1_migrate_qp(qp);
295 spin_unlock_irqrestore(&qp->s_lock, flags);
296 } else {
297 if (!has_grh) {
298 if (qp->remote_ah_attr.ah_flags & IB_AH_GRH)
299 goto err;
300 } else {
301 if (!(qp->remote_ah_attr.ah_flags & IB_AH_GRH))
302 goto err;
303 guid = get_sguid(ibp,
304 qp->remote_ah_attr.grh.sgid_index);
Dennis Dalessandro4eb06882016-01-19 14:42:39 -0800305 if (!gid_ok(&hdr->u.l.grh.dgid, ibp->rvp.gid_prefix,
306 guid))
Mike Marciniszyn77241052015-07-30 15:17:43 -0400307 goto err;
Jubin John17fb4f22016-02-14 20:21:52 -0800308 if (!gid_ok(
309 &hdr->u.l.grh.sgid,
310 qp->remote_ah_attr.grh.dgid.global.subnet_prefix,
311 qp->remote_ah_attr.grh.dgid.global.interface_id))
Mike Marciniszyn77241052015-07-30 15:17:43 -0400312 goto err;
313 }
314 if (unlikely(rcv_pkey_check(ppd_from_ibp(ibp), (u16)bth0,
315 sc5, be16_to_cpu(hdr->lrh[3])))) {
Erik E. Kahn5cd24112015-12-10 09:59:40 -0500316 hfi1_bad_pqkey(ibp, OPA_TRAP_BAD_P_KEY,
Mike Marciniszyn77241052015-07-30 15:17:43 -0400317 (u16)bth0,
318 (be16_to_cpu(hdr->lrh[0]) >> 4) & 0xF,
319 0, qp->ibqp.qp_num,
Erik E. Kahn5cd24112015-12-10 09:59:40 -0500320 be16_to_cpu(hdr->lrh[3]),
321 be16_to_cpu(hdr->lrh[1]));
Mike Marciniszyn77241052015-07-30 15:17:43 -0400322 goto err;
323 }
324 /* Validate the SLID. See Ch. 9.6.1.5 */
325 if (be16_to_cpu(hdr->lrh[3]) != qp->remote_ah_attr.dlid ||
326 ppd_from_ibp(ibp)->port != qp->port_num)
327 goto err;
328 if (qp->s_mig_state == IB_MIG_REARM &&
329 !(bth0 & IB_BTH_MIG_REQ))
330 qp->s_mig_state = IB_MIG_ARMED;
331 }
332
333 return 0;
334
335err:
336 return 1;
337}
338
339/**
340 * ruc_loopback - handle UC and RC loopback requests
341 * @sqp: the sending QP
342 *
343 * This is called from hfi1_do_send() to
344 * forward a WQE addressed to the same HFI.
Dennis Dalessandroca00c622016-09-25 07:42:08 -0700345 * Note that although we are single threaded due to the send engine, we still
Mike Marciniszyn77241052015-07-30 15:17:43 -0400346 * have to protect against post_send(). We don't have to worry about
347 * receive interrupts since this is a connected protocol and all packets
348 * will pass through here.
349 */
Dennis Dalessandro895420d2016-01-19 14:42:28 -0800350static void ruc_loopback(struct rvt_qp *sqp)
Mike Marciniszyn77241052015-07-30 15:17:43 -0400351{
352 struct hfi1_ibport *ibp = to_iport(sqp->ibqp.device, sqp->port_num);
Dennis Dalessandro895420d2016-01-19 14:42:28 -0800353 struct rvt_qp *qp;
354 struct rvt_swqe *wqe;
355 struct rvt_sge *sge;
Mike Marciniszyn77241052015-07-30 15:17:43 -0400356 unsigned long flags;
357 struct ib_wc wc;
358 u64 sdata;
359 atomic64_t *maddr;
360 enum ib_wc_status send_status;
361 int release;
362 int ret;
Dean Luick7b0b01a2016-02-03 14:35:49 -0800363 int copy_last = 0;
Mike Marciniszyn34cee282016-02-09 14:29:31 -0800364 u32 to;
Jianxin Xiong0db3dfa2016-07-25 13:38:37 -0700365 int local_ops = 0;
Mike Marciniszyn77241052015-07-30 15:17:43 -0400366
367 rcu_read_lock();
368
369 /*
370 * Note that we check the responder QP state after
371 * checking the requester's state.
372 */
Dennis Dalessandroec4274f2016-01-19 14:43:44 -0800373 qp = rvt_lookup_qpn(ib_to_rvt(sqp->ibqp.device), &ibp->rvp,
374 sqp->remote_qpn);
Mike Marciniszyn77241052015-07-30 15:17:43 -0400375
376 spin_lock_irqsave(&sqp->s_lock, flags);
377
378 /* Return if we are already busy processing a work request. */
Dennis Dalessandro54d10c12016-01-19 14:43:01 -0800379 if ((sqp->s_flags & (RVT_S_BUSY | RVT_S_ANY_WAIT)) ||
Dennis Dalessandro83693bd2016-01-19 14:43:33 -0800380 !(ib_rvt_state_ops[sqp->state] & RVT_PROCESS_OR_FLUSH_SEND))
Mike Marciniszyn77241052015-07-30 15:17:43 -0400381 goto unlock;
382
Dennis Dalessandro54d10c12016-01-19 14:43:01 -0800383 sqp->s_flags |= RVT_S_BUSY;
Mike Marciniszyn77241052015-07-30 15:17:43 -0400384
385again:
Mike Marciniszyn46a80d62016-02-14 12:10:04 -0800386 smp_read_barrier_depends(); /* see post_one_send() */
387 if (sqp->s_last == ACCESS_ONCE(sqp->s_head))
Mike Marciniszyn77241052015-07-30 15:17:43 -0400388 goto clr_busy;
Dennis Dalessandro83693bd2016-01-19 14:43:33 -0800389 wqe = rvt_get_swqe_ptr(sqp, sqp->s_last);
Mike Marciniszyn77241052015-07-30 15:17:43 -0400390
391 /* Return if it is not OK to start a new work request. */
Dennis Dalessandro83693bd2016-01-19 14:43:33 -0800392 if (!(ib_rvt_state_ops[sqp->state] & RVT_PROCESS_NEXT_SEND_OK)) {
393 if (!(ib_rvt_state_ops[sqp->state] & RVT_FLUSH_SEND))
Mike Marciniszyn77241052015-07-30 15:17:43 -0400394 goto clr_busy;
395 /* We are in the error state, flush the work request. */
396 send_status = IB_WC_WR_FLUSH_ERR;
397 goto flush_send;
398 }
399
400 /*
401 * We can rely on the entry not changing without the s_lock
402 * being held until we update s_last.
403 * We increment s_cur to indicate s_last is in progress.
404 */
405 if (sqp->s_last == sqp->s_cur) {
406 if (++sqp->s_cur >= sqp->s_size)
407 sqp->s_cur = 0;
408 }
409 spin_unlock_irqrestore(&sqp->s_lock, flags);
410
Dennis Dalessandro83693bd2016-01-19 14:43:33 -0800411 if (!qp || !(ib_rvt_state_ops[qp->state] & RVT_PROCESS_RECV_OK) ||
Mike Marciniszyn77241052015-07-30 15:17:43 -0400412 qp->ibqp.qp_type != sqp->ibqp.qp_type) {
Dennis Dalessandro4eb06882016-01-19 14:42:39 -0800413 ibp->rvp.n_pkt_drops++;
Mike Marciniszyn77241052015-07-30 15:17:43 -0400414 /*
415 * For RC, the requester would timeout and retry so
416 * shortcut the timeouts and just signal too many retries.
417 */
418 if (sqp->ibqp.qp_type == IB_QPT_RC)
419 send_status = IB_WC_RETRY_EXC_ERR;
420 else
421 send_status = IB_WC_SUCCESS;
422 goto serr;
423 }
424
425 memset(&wc, 0, sizeof(wc));
426 send_status = IB_WC_SUCCESS;
427
428 release = 1;
429 sqp->s_sge.sge = wqe->sg_list[0];
430 sqp->s_sge.sg_list = wqe->sg_list + 1;
431 sqp->s_sge.num_sge = wqe->wr.num_sge;
432 sqp->s_len = wqe->length;
433 switch (wqe->wr.opcode) {
Jianxin Xiong0db3dfa2016-07-25 13:38:37 -0700434 case IB_WR_REG_MR:
Jianxin Xiong0db3dfa2016-07-25 13:38:37 -0700435 goto send_comp;
436
437 case IB_WR_LOCAL_INV:
Jianxin Xiongd9b13c22016-07-25 13:39:45 -0700438 if (!(wqe->wr.send_flags & RVT_SEND_COMPLETION_ONLY)) {
439 if (rvt_invalidate_rkey(sqp,
440 wqe->wr.ex.invalidate_rkey))
441 send_status = IB_WC_LOC_PROT_ERR;
442 local_ops = 1;
443 }
Jianxin Xiong0db3dfa2016-07-25 13:38:37 -0700444 goto send_comp;
445
446 case IB_WR_SEND_WITH_INV:
447 if (!rvt_invalidate_rkey(qp, wqe->wr.ex.invalidate_rkey)) {
448 wc.wc_flags = IB_WC_WITH_INVALIDATE;
449 wc.ex.invalidate_rkey = wqe->wr.ex.invalidate_rkey;
450 }
451 goto send;
452
Mike Marciniszyn77241052015-07-30 15:17:43 -0400453 case IB_WR_SEND_WITH_IMM:
454 wc.wc_flags = IB_WC_WITH_IMM;
455 wc.ex.imm_data = wqe->wr.ex.imm_data;
456 /* FALLTHROUGH */
457 case IB_WR_SEND:
Jianxin Xiong0db3dfa2016-07-25 13:38:37 -0700458send:
Dennis Dalessandroec4274f2016-01-19 14:43:44 -0800459 ret = hfi1_rvt_get_rwqe(qp, 0);
Mike Marciniszyn77241052015-07-30 15:17:43 -0400460 if (ret < 0)
461 goto op_err;
462 if (!ret)
463 goto rnr_nak;
464 break;
465
466 case IB_WR_RDMA_WRITE_WITH_IMM:
467 if (unlikely(!(qp->qp_access_flags & IB_ACCESS_REMOTE_WRITE)))
468 goto inv_err;
469 wc.wc_flags = IB_WC_WITH_IMM;
470 wc.ex.imm_data = wqe->wr.ex.imm_data;
Dennis Dalessandroec4274f2016-01-19 14:43:44 -0800471 ret = hfi1_rvt_get_rwqe(qp, 1);
Mike Marciniszyn77241052015-07-30 15:17:43 -0400472 if (ret < 0)
473 goto op_err;
474 if (!ret)
475 goto rnr_nak;
Dean Luick7b0b01a2016-02-03 14:35:49 -0800476 /* skip copy_last set and qp_access_flags recheck */
477 goto do_write;
Mike Marciniszyn77241052015-07-30 15:17:43 -0400478 case IB_WR_RDMA_WRITE:
Dean Luick7b0b01a2016-02-03 14:35:49 -0800479 copy_last = ibpd_to_rvtpd(qp->ibqp.pd)->user;
Mike Marciniszyn77241052015-07-30 15:17:43 -0400480 if (unlikely(!(qp->qp_access_flags & IB_ACCESS_REMOTE_WRITE)))
481 goto inv_err;
Dean Luick7b0b01a2016-02-03 14:35:49 -0800482do_write:
Mike Marciniszyn77241052015-07-30 15:17:43 -0400483 if (wqe->length == 0)
Harish Chegondi42d6ec12016-03-05 08:49:24 -0800484 break;
Dennis Dalessandro895420d2016-01-19 14:42:28 -0800485 if (unlikely(!rvt_rkey_ok(qp, &qp->r_sge.sge, wqe->length,
486 wqe->rdma_wr.remote_addr,
487 wqe->rdma_wr.rkey,
488 IB_ACCESS_REMOTE_WRITE)))
Mike Marciniszyn77241052015-07-30 15:17:43 -0400489 goto acc_err;
490 qp->r_sge.sg_list = NULL;
491 qp->r_sge.num_sge = 1;
492 qp->r_sge.total_len = wqe->length;
493 break;
494
495 case IB_WR_RDMA_READ:
496 if (unlikely(!(qp->qp_access_flags & IB_ACCESS_REMOTE_READ)))
497 goto inv_err;
Dennis Dalessandro895420d2016-01-19 14:42:28 -0800498 if (unlikely(!rvt_rkey_ok(qp, &sqp->s_sge.sge, wqe->length,
499 wqe->rdma_wr.remote_addr,
500 wqe->rdma_wr.rkey,
501 IB_ACCESS_REMOTE_READ)))
Mike Marciniszyn77241052015-07-30 15:17:43 -0400502 goto acc_err;
503 release = 0;
504 sqp->s_sge.sg_list = NULL;
505 sqp->s_sge.num_sge = 1;
506 qp->r_sge.sge = wqe->sg_list[0];
507 qp->r_sge.sg_list = wqe->sg_list + 1;
508 qp->r_sge.num_sge = wqe->wr.num_sge;
509 qp->r_sge.total_len = wqe->length;
510 break;
511
512 case IB_WR_ATOMIC_CMP_AND_SWP:
513 case IB_WR_ATOMIC_FETCH_AND_ADD:
514 if (unlikely(!(qp->qp_access_flags & IB_ACCESS_REMOTE_ATOMIC)))
515 goto inv_err;
Dennis Dalessandro895420d2016-01-19 14:42:28 -0800516 if (unlikely(!rvt_rkey_ok(qp, &qp->r_sge.sge, sizeof(u64),
517 wqe->atomic_wr.remote_addr,
518 wqe->atomic_wr.rkey,
519 IB_ACCESS_REMOTE_ATOMIC)))
Mike Marciniszyn77241052015-07-30 15:17:43 -0400520 goto acc_err;
521 /* Perform atomic OP and save result. */
Jubin John50e5dcb2016-02-14 20:19:41 -0800522 maddr = (atomic64_t *)qp->r_sge.sge.vaddr;
Christoph Hellwige622f2f2015-10-08 09:16:33 +0100523 sdata = wqe->atomic_wr.compare_add;
Jubin John50e5dcb2016-02-14 20:19:41 -0800524 *(u64 *)sqp->s_sge.sge.vaddr =
Mike Marciniszyn77241052015-07-30 15:17:43 -0400525 (wqe->wr.opcode == IB_WR_ATOMIC_FETCH_AND_ADD) ?
Jubin John50e5dcb2016-02-14 20:19:41 -0800526 (u64)atomic64_add_return(sdata, maddr) - sdata :
527 (u64)cmpxchg((u64 *)qp->r_sge.sge.vaddr,
Christoph Hellwige622f2f2015-10-08 09:16:33 +0100528 sdata, wqe->atomic_wr.swap);
Dennis Dalessandro895420d2016-01-19 14:42:28 -0800529 rvt_put_mr(qp->r_sge.sge.mr);
Mike Marciniszyn77241052015-07-30 15:17:43 -0400530 qp->r_sge.num_sge = 0;
531 goto send_comp;
532
533 default:
534 send_status = IB_WC_LOC_QP_OP_ERR;
535 goto serr;
536 }
537
538 sge = &sqp->s_sge.sge;
539 while (sqp->s_len) {
540 u32 len = sqp->s_len;
541
542 if (len > sge->length)
543 len = sge->length;
544 if (len > sge->sge_length)
545 len = sge->sge_length;
546 WARN_ON_ONCE(len == 0);
Dean Luick7b0b01a2016-02-03 14:35:49 -0800547 hfi1_copy_sge(&qp->r_sge, sge->vaddr, len, release, copy_last);
Mike Marciniszyn77241052015-07-30 15:17:43 -0400548 sge->vaddr += len;
549 sge->length -= len;
550 sge->sge_length -= len;
551 if (sge->sge_length == 0) {
552 if (!release)
Dennis Dalessandro895420d2016-01-19 14:42:28 -0800553 rvt_put_mr(sge->mr);
Mike Marciniszyn77241052015-07-30 15:17:43 -0400554 if (--sqp->s_sge.num_sge)
555 *sge = *sqp->s_sge.sg_list++;
556 } else if (sge->length == 0 && sge->mr->lkey) {
Dennis Dalessandrocd4ceee2016-01-19 14:41:55 -0800557 if (++sge->n >= RVT_SEGSZ) {
Mike Marciniszyn77241052015-07-30 15:17:43 -0400558 if (++sge->m >= sge->mr->mapsz)
559 break;
560 sge->n = 0;
561 }
562 sge->vaddr =
563 sge->mr->map[sge->m]->segs[sge->n].vaddr;
564 sge->length =
565 sge->mr->map[sge->m]->segs[sge->n].length;
566 }
567 sqp->s_len -= len;
568 }
569 if (release)
Dennis Dalessandroec4274f2016-01-19 14:43:44 -0800570 rvt_put_ss(&qp->r_sge);
Mike Marciniszyn77241052015-07-30 15:17:43 -0400571
Dennis Dalessandro54d10c12016-01-19 14:43:01 -0800572 if (!test_and_clear_bit(RVT_R_WRID_VALID, &qp->r_aflags))
Mike Marciniszyn77241052015-07-30 15:17:43 -0400573 goto send_comp;
574
575 if (wqe->wr.opcode == IB_WR_RDMA_WRITE_WITH_IMM)
576 wc.opcode = IB_WC_RECV_RDMA_WITH_IMM;
577 else
578 wc.opcode = IB_WC_RECV;
579 wc.wr_id = qp->r_wr_id;
580 wc.status = IB_WC_SUCCESS;
581 wc.byte_len = wqe->length;
582 wc.qp = &qp->ibqp;
583 wc.src_qp = qp->remote_qpn;
584 wc.slid = qp->remote_ah_attr.dlid;
585 wc.sl = qp->remote_ah_attr.sl;
586 wc.port_num = 1;
587 /* Signal completion event if the solicited bit is set. */
Dennis Dalessandroabd712d2016-01-19 14:43:22 -0800588 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.recv_cq), &wc,
589 wqe->wr.send_flags & IB_SEND_SOLICITED);
Mike Marciniszyn77241052015-07-30 15:17:43 -0400590
591send_comp:
592 spin_lock_irqsave(&sqp->s_lock, flags);
Dennis Dalessandro4eb06882016-01-19 14:42:39 -0800593 ibp->rvp.n_loop_pkts++;
Mike Marciniszyn77241052015-07-30 15:17:43 -0400594flush_send:
595 sqp->s_rnr_retry = sqp->s_rnr_retry_cnt;
596 hfi1_send_complete(sqp, wqe, send_status);
Jianxin Xiong0db3dfa2016-07-25 13:38:37 -0700597 if (local_ops) {
598 atomic_dec(&sqp->local_ops_pending);
599 local_ops = 0;
600 }
Mike Marciniszyn77241052015-07-30 15:17:43 -0400601 goto again;
602
603rnr_nak:
604 /* Handle RNR NAK */
605 if (qp->ibqp.qp_type == IB_QPT_UC)
606 goto send_comp;
Dennis Dalessandro4eb06882016-01-19 14:42:39 -0800607 ibp->rvp.n_rnr_naks++;
Mike Marciniszyn77241052015-07-30 15:17:43 -0400608 /*
609 * Note: we don't need the s_lock held since the BUSY flag
610 * makes this single threaded.
611 */
612 if (sqp->s_rnr_retry == 0) {
613 send_status = IB_WC_RNR_RETRY_EXC_ERR;
614 goto serr;
615 }
616 if (sqp->s_rnr_retry_cnt < 7)
617 sqp->s_rnr_retry--;
618 spin_lock_irqsave(&sqp->s_lock, flags);
Dennis Dalessandro83693bd2016-01-19 14:43:33 -0800619 if (!(ib_rvt_state_ops[sqp->state] & RVT_PROCESS_RECV_OK))
Mike Marciniszyn77241052015-07-30 15:17:43 -0400620 goto clr_busy;
Mike Marciniszyn34cee282016-02-09 14:29:31 -0800621 to = ib_hfi1_rnr_table[qp->r_min_rnr_timer];
622 hfi1_add_rnr_timer(sqp, to);
Mike Marciniszyn77241052015-07-30 15:17:43 -0400623 goto clr_busy;
624
625op_err:
626 send_status = IB_WC_REM_OP_ERR;
627 wc.status = IB_WC_LOC_QP_OP_ERR;
628 goto err;
629
630inv_err:
631 send_status = IB_WC_REM_INV_REQ_ERR;
632 wc.status = IB_WC_LOC_QP_OP_ERR;
633 goto err;
634
635acc_err:
636 send_status = IB_WC_REM_ACCESS_ERR;
637 wc.status = IB_WC_LOC_PROT_ERR;
638err:
639 /* responder goes to error state */
640 hfi1_rc_error(qp, wc.status);
641
642serr:
643 spin_lock_irqsave(&sqp->s_lock, flags);
644 hfi1_send_complete(sqp, wqe, send_status);
645 if (sqp->ibqp.qp_type == IB_QPT_RC) {
Dennis Dalessandroec4274f2016-01-19 14:43:44 -0800646 int lastwqe = rvt_error_qp(sqp, IB_WC_WR_FLUSH_ERR);
Mike Marciniszyn77241052015-07-30 15:17:43 -0400647
Dennis Dalessandro54d10c12016-01-19 14:43:01 -0800648 sqp->s_flags &= ~RVT_S_BUSY;
Mike Marciniszyn77241052015-07-30 15:17:43 -0400649 spin_unlock_irqrestore(&sqp->s_lock, flags);
650 if (lastwqe) {
651 struct ib_event ev;
652
653 ev.device = sqp->ibqp.device;
654 ev.element.qp = &sqp->ibqp;
655 ev.event = IB_EVENT_QP_LAST_WQE_REACHED;
656 sqp->ibqp.event_handler(&ev, sqp->ibqp.qp_context);
657 }
658 goto done;
659 }
660clr_busy:
Dennis Dalessandro54d10c12016-01-19 14:43:01 -0800661 sqp->s_flags &= ~RVT_S_BUSY;
Mike Marciniszyn77241052015-07-30 15:17:43 -0400662unlock:
663 spin_unlock_irqrestore(&sqp->s_lock, flags);
664done:
665 rcu_read_unlock();
666}
667
668/**
669 * hfi1_make_grh - construct a GRH header
670 * @ibp: a pointer to the IB port
671 * @hdr: a pointer to the GRH header being constructed
672 * @grh: the global route address to send to
673 * @hwords: the number of 32 bit words of header being sent
674 * @nwords: the number of 32 bit words of data being sent
675 *
676 * Return the size of the header in 32 bit words.
677 */
678u32 hfi1_make_grh(struct hfi1_ibport *ibp, struct ib_grh *hdr,
679 struct ib_global_route *grh, u32 hwords, u32 nwords)
680{
681 hdr->version_tclass_flow =
682 cpu_to_be32((IB_GRH_VERSION << IB_GRH_VERSION_SHIFT) |
683 (grh->traffic_class << IB_GRH_TCLASS_SHIFT) |
684 (grh->flow_label << IB_GRH_FLOW_SHIFT));
685 hdr->paylen = cpu_to_be16((hwords - 2 + nwords + SIZE_OF_CRC) << 2);
686 /* next_hdr is defined by C8-7 in ch. 8.4.1 */
687 hdr->next_hdr = IB_GRH_NEXT_HDR;
688 hdr->hop_limit = grh->hop_limit;
689 /* The SGID is 32-bit aligned. */
Dennis Dalessandro4eb06882016-01-19 14:42:39 -0800690 hdr->sgid.global.subnet_prefix = ibp->rvp.gid_prefix;
Mike Marciniszyn77241052015-07-30 15:17:43 -0400691 hdr->sgid.global.interface_id =
Jakub Pawlaka6cd5f02016-10-17 04:19:30 -0700692 grh->sgid_index < HFI1_GUIDS_PER_PORT ?
693 get_sguid(ibp, grh->sgid_index) :
694 get_sguid(ibp, HFI1_PORT_GUID_INDEX);
Mike Marciniszyn77241052015-07-30 15:17:43 -0400695 hdr->dgid = grh->dgid;
696
697 /* GRH header size in 32-bit words. */
698 return sizeof(struct ib_grh) / sizeof(u32);
699}
700
Don Hiattd4d602e2016-07-25 13:40:22 -0700701#define BTH2_OFFSET (offsetof(struct hfi1_sdma_header, hdr.u.oth.bth[2]) / 4)
Mike Marciniszyn77241052015-07-30 15:17:43 -0400702
703/**
Dasaratharaman Chandramoulia9b6b3b2016-07-25 13:40:16 -0700704 * build_ahg - create ahg in s_ahg
Mike Marciniszyn77241052015-07-30 15:17:43 -0400705 * @qp: a pointer to QP
706 * @npsn: the next PSN for the request/response
707 *
708 * This routine handles the AHG by allocating an ahg entry and causing the
709 * copy of the first middle.
710 *
711 * Subsequent middles use the copied entry, editing the
712 * PSN with 1 or 2 edits.
713 */
Dennis Dalessandro895420d2016-01-19 14:42:28 -0800714static inline void build_ahg(struct rvt_qp *qp, u32 npsn)
Mike Marciniszyn77241052015-07-30 15:17:43 -0400715{
Dennis Dalessandro4c6829c2016-01-19 14:42:00 -0800716 struct hfi1_qp_priv *priv = qp->priv;
Dennis Dalessandrobb5df5f2016-02-14 12:44:43 -0800717
Dennis Dalessandro54d10c12016-01-19 14:43:01 -0800718 if (unlikely(qp->s_flags & RVT_S_AHG_CLEAR))
Mike Marciniszyn77241052015-07-30 15:17:43 -0400719 clear_ahg(qp);
Dennis Dalessandro54d10c12016-01-19 14:43:01 -0800720 if (!(qp->s_flags & RVT_S_AHG_VALID)) {
Mike Marciniszyn77241052015-07-30 15:17:43 -0400721 /* first middle that needs copy */
Mike Marciniszynd7b8ba52015-11-09 19:13:59 -0500722 if (qp->s_ahgidx < 0)
Dennis Dalessandro4c6829c2016-01-19 14:42:00 -0800723 qp->s_ahgidx = sdma_ahg_alloc(priv->s_sde);
Mike Marciniszyn77241052015-07-30 15:17:43 -0400724 if (qp->s_ahgidx >= 0) {
725 qp->s_ahgpsn = npsn;
Dasaratharaman Chandramoulia9b6b3b2016-07-25 13:40:16 -0700726 priv->s_ahg->tx_flags |= SDMA_TXREQ_F_AHG_COPY;
Mike Marciniszyn77241052015-07-30 15:17:43 -0400727 /* save to protect a change in another thread */
Dasaratharaman Chandramoulia9b6b3b2016-07-25 13:40:16 -0700728 priv->s_ahg->ahgidx = qp->s_ahgidx;
Dennis Dalessandro54d10c12016-01-19 14:43:01 -0800729 qp->s_flags |= RVT_S_AHG_VALID;
Mike Marciniszyn77241052015-07-30 15:17:43 -0400730 }
731 } else {
732 /* subsequent middle after valid */
733 if (qp->s_ahgidx >= 0) {
Dasaratharaman Chandramoulia9b6b3b2016-07-25 13:40:16 -0700734 priv->s_ahg->tx_flags |= SDMA_TXREQ_F_USE_AHG;
735 priv->s_ahg->ahgidx = qp->s_ahgidx;
736 priv->s_ahg->ahgcount++;
737 priv->s_ahg->ahgdesc[0] =
Mike Marciniszyn77241052015-07-30 15:17:43 -0400738 sdma_build_ahg_descriptor(
739 (__force u16)cpu_to_be16((u16)npsn),
740 BTH2_OFFSET,
741 16,
742 16);
743 if ((npsn & 0xffff0000) !=
744 (qp->s_ahgpsn & 0xffff0000)) {
Dasaratharaman Chandramoulia9b6b3b2016-07-25 13:40:16 -0700745 priv->s_ahg->ahgcount++;
746 priv->s_ahg->ahgdesc[1] =
Mike Marciniszyn77241052015-07-30 15:17:43 -0400747 sdma_build_ahg_descriptor(
748 (__force u16)cpu_to_be16(
749 (u16)(npsn >> 16)),
750 BTH2_OFFSET,
751 0,
752 16);
753 }
754 }
755 }
756}
757
Mike Marciniszyn261a4352016-09-06 04:35:05 -0700758void hfi1_make_ruc_header(struct rvt_qp *qp, struct ib_other_headers *ohdr,
Dennis Dalessandrobb5df5f2016-02-14 12:44:43 -0800759 u32 bth0, u32 bth2, int middle,
760 struct hfi1_pkt_state *ps)
Mike Marciniszyn77241052015-07-30 15:17:43 -0400761{
Dennis Dalessandro4c6829c2016-01-19 14:42:00 -0800762 struct hfi1_qp_priv *priv = qp->priv;
Dennis Dalessandrobb5df5f2016-02-14 12:44:43 -0800763 struct hfi1_ibport *ibp = ps->ibp;
Mike Marciniszyn77241052015-07-30 15:17:43 -0400764 u16 lrh0;
765 u32 nwords;
766 u32 extra_bytes;
Mike Marciniszyn77241052015-07-30 15:17:43 -0400767 u32 bth1;
768
769 /* Construct the header. */
Don Hiatte922ae02016-12-07 19:33:00 -0800770 extra_bytes = -ps->s_txreq->s_cur_size & 3;
771 nwords = (ps->s_txreq->s_cur_size + extra_bytes) >> 2;
Mike Marciniszyn77241052015-07-30 15:17:43 -0400772 lrh0 = HFI1_LRH_BTH;
773 if (unlikely(qp->remote_ah_attr.ah_flags & IB_AH_GRH)) {
Dennis Dalessandrobb5df5f2016-02-14 12:44:43 -0800774 qp->s_hdrwords += hfi1_make_grh(ibp,
775 &ps->s_txreq->phdr.hdr.u.l.grh,
Dennis Dalessandro4c6829c2016-01-19 14:42:00 -0800776 &qp->remote_ah_attr.grh,
777 qp->s_hdrwords, nwords);
Mike Marciniszyn77241052015-07-30 15:17:43 -0400778 lrh0 = HFI1_LRH_GRH;
779 middle = 0;
780 }
Dennis Dalessandro4c6829c2016-01-19 14:42:00 -0800781 lrh0 |= (priv->s_sc & 0xf) << 12 | (qp->remote_ah_attr.sl & 0xf) << 4;
Mike Marciniszyn77241052015-07-30 15:17:43 -0400782 /*
Dasaratharaman Chandramoulia9b6b3b2016-07-25 13:40:16 -0700783 * reset s_ahg/AHG fields
Mike Marciniszyn77241052015-07-30 15:17:43 -0400784 *
785 * This insures that the ahgentry/ahgcount
786 * are at a non-AHG default to protect
787 * build_verbs_tx_desc() from using
788 * an include ahgidx.
789 *
790 * build_ahg() will modify as appropriate
791 * to use the AHG feature.
792 */
Dasaratharaman Chandramoulia9b6b3b2016-07-25 13:40:16 -0700793 priv->s_ahg->tx_flags = 0;
794 priv->s_ahg->ahgcount = 0;
795 priv->s_ahg->ahgidx = 0;
Mike Marciniszyn77241052015-07-30 15:17:43 -0400796 if (qp->s_mig_state == IB_MIG_MIGRATED)
797 bth0 |= IB_BTH_MIG_REQ;
798 else
799 middle = 0;
800 if (middle)
801 build_ahg(qp, bth2);
802 else
Dennis Dalessandro54d10c12016-01-19 14:43:01 -0800803 qp->s_flags &= ~RVT_S_AHG_VALID;
Dennis Dalessandrobb5df5f2016-02-14 12:44:43 -0800804 ps->s_txreq->phdr.hdr.lrh[0] = cpu_to_be16(lrh0);
805 ps->s_txreq->phdr.hdr.lrh[1] = cpu_to_be16(qp->remote_ah_attr.dlid);
806 ps->s_txreq->phdr.hdr.lrh[2] =
Mike Marciniszyn77241052015-07-30 15:17:43 -0400807 cpu_to_be16(qp->s_hdrwords + nwords + SIZE_OF_CRC);
Dennis Dalessandrobb5df5f2016-02-14 12:44:43 -0800808 ps->s_txreq->phdr.hdr.lrh[3] = cpu_to_be16(ppd_from_ibp(ibp)->lid |
Mike Marciniszyn77241052015-07-30 15:17:43 -0400809 qp->remote_ah_attr.src_path_bits);
810 bth0 |= hfi1_get_pkey(ibp, qp->s_pkey_index);
811 bth0 |= extra_bytes << 20;
812 ohdr->bth[0] = cpu_to_be32(bth0);
813 bth1 = qp->remote_qpn;
Dennis Dalessandro54d10c12016-01-19 14:43:01 -0800814 if (qp->s_flags & RVT_S_ECN) {
815 qp->s_flags &= ~RVT_S_ECN;
Mike Marciniszyn77241052015-07-30 15:17:43 -0400816 /* we recently received a FECN, so return a BECN */
817 bth1 |= (HFI1_BECN_MASK << HFI1_BECN_SHIFT);
818 }
819 ohdr->bth[1] = cpu_to_be32(bth1);
820 ohdr->bth[2] = cpu_to_be32(bth2);
821}
822
Dean Luickb4219222015-10-26 10:28:35 -0400823/* when sending, force a reschedule every one of these periods */
824#define SEND_RESCHED_TIMEOUT (5 * HZ) /* 5s in jiffies */
825
Dennis Dalessandro83693bd2016-01-19 14:43:33 -0800826void _hfi1_do_send(struct work_struct *work)
827{
828 struct iowait *wait = container_of(work, struct iowait, iowork);
829 struct rvt_qp *qp = iowait_to_qp(wait);
830
831 hfi1_do_send(qp);
832}
833
Mike Marciniszyn77241052015-07-30 15:17:43 -0400834/**
835 * hfi1_do_send - perform a send on a QP
836 * @work: contains a pointer to the QP
837 *
838 * Process entries in the send work queue until credit or queue is
Dennis Dalessandroca00c622016-09-25 07:42:08 -0700839 * exhausted. Only allow one CPU to send a packet per QP.
Mike Marciniszyn77241052015-07-30 15:17:43 -0400840 * Otherwise, two threads could send packets out of order.
841 */
Dennis Dalessandro83693bd2016-01-19 14:43:33 -0800842void hfi1_do_send(struct rvt_qp *qp)
Mike Marciniszyn77241052015-07-30 15:17:43 -0400843{
Dennis Dalessandrod46e5142015-11-11 00:34:37 -0500844 struct hfi1_pkt_state ps;
Vennila Megavannan23cd4712016-02-03 14:34:23 -0800845 struct hfi1_qp_priv *priv = qp->priv;
Dennis Dalessandrobb5df5f2016-02-14 12:44:43 -0800846 int (*make_req)(struct rvt_qp *qp, struct hfi1_pkt_state *ps);
Dean Luickb4219222015-10-26 10:28:35 -0400847 unsigned long timeout;
Vennila Megavannan23cd4712016-02-03 14:34:23 -0800848 unsigned long timeout_int;
849 int cpu;
Mike Marciniszyn77241052015-07-30 15:17:43 -0400850
Dennis Dalessandrod46e5142015-11-11 00:34:37 -0500851 ps.dev = to_idev(qp->ibqp.device);
852 ps.ibp = to_iport(qp->ibqp.device, qp->port_num);
853 ps.ppd = ppd_from_ibp(ps.ibp);
854
Vennila Megavannan23cd4712016-02-03 14:34:23 -0800855 switch (qp->ibqp.qp_type) {
856 case IB_QPT_RC:
857 if (!loopback && ((qp->remote_ah_attr.dlid & ~((1 << ps.ppd->lmc
858 ) - 1)) ==
859 ps.ppd->lid)) {
860 ruc_loopback(qp);
861 return;
862 }
Mike Marciniszyn77241052015-07-30 15:17:43 -0400863 make_req = hfi1_make_rc_req;
Vennila Megavannan23cd4712016-02-03 14:34:23 -0800864 timeout_int = (qp->timeout_jiffies);
865 break;
866 case IB_QPT_UC:
867 if (!loopback && ((qp->remote_ah_attr.dlid & ~((1 << ps.ppd->lmc
868 ) - 1)) ==
869 ps.ppd->lid)) {
870 ruc_loopback(qp);
871 return;
872 }
Mike Marciniszyn77241052015-07-30 15:17:43 -0400873 make_req = hfi1_make_uc_req;
Vennila Megavannan23cd4712016-02-03 14:34:23 -0800874 timeout_int = SEND_RESCHED_TIMEOUT;
875 break;
876 default:
Mike Marciniszyn77241052015-07-30 15:17:43 -0400877 make_req = hfi1_make_ud_req;
Vennila Megavannan23cd4712016-02-03 14:34:23 -0800878 timeout_int = SEND_RESCHED_TIMEOUT;
879 }
Mike Marciniszyn77241052015-07-30 15:17:43 -0400880
Mike Marciniszyn747f4d72016-04-12 10:46:10 -0700881 spin_lock_irqsave(&qp->s_lock, ps.flags);
Mike Marciniszyn77241052015-07-30 15:17:43 -0400882
883 /* Return if we are already busy processing a work request. */
884 if (!hfi1_send_ok(qp)) {
Mike Marciniszyn747f4d72016-04-12 10:46:10 -0700885 spin_unlock_irqrestore(&qp->s_lock, ps.flags);
Mike Marciniszyn77241052015-07-30 15:17:43 -0400886 return;
887 }
888
Dennis Dalessandro54d10c12016-01-19 14:43:01 -0800889 qp->s_flags |= RVT_S_BUSY;
Mike Marciniszyn77241052015-07-30 15:17:43 -0400890
Vennila Megavannan23cd4712016-02-03 14:34:23 -0800891 timeout = jiffies + (timeout_int) / 8;
892 cpu = priv->s_sde ? priv->s_sde->cpu :
893 cpumask_first(cpumask_of_node(ps.ppd->dd->node));
Mike Marciniszyn711e1042016-02-14 12:45:18 -0800894 /* insure a pre-built packet is handled */
895 ps.s_txreq = get_waiting_verbs_txreq(qp);
Mike Marciniszyn77241052015-07-30 15:17:43 -0400896 do {
897 /* Check for a constructed packet to be sent. */
898 if (qp->s_hdrwords != 0) {
Mike Marciniszyn747f4d72016-04-12 10:46:10 -0700899 spin_unlock_irqrestore(&qp->s_lock, ps.flags);
Mike Marciniszyn77241052015-07-30 15:17:43 -0400900 /*
901 * If the packet cannot be sent now, return and
Dennis Dalessandroca00c622016-09-25 07:42:08 -0700902 * the send engine will be woken up later.
Mike Marciniszyn77241052015-07-30 15:17:43 -0400903 */
Dennis Dalessandrod46e5142015-11-11 00:34:37 -0500904 if (hfi1_verbs_send(qp, &ps))
Mike Marciniszyn46a80d62016-02-14 12:10:04 -0800905 return;
Dasaratharaman Chandramoulia9b6b3b2016-07-25 13:40:16 -0700906 /* Record that s_ahg is empty. */
Mike Marciniszyn77241052015-07-30 15:17:43 -0400907 qp->s_hdrwords = 0;
Mike Marciniszyn46a80d62016-02-14 12:10:04 -0800908 /* allow other tasks to run */
909 if (unlikely(time_after(jiffies, timeout))) {
910 if (workqueue_congested(cpu,
911 ps.ppd->hfi1_wq)) {
Mike Marciniszyn747f4d72016-04-12 10:46:10 -0700912 spin_lock_irqsave(
913 &qp->s_lock,
914 ps.flags);
Mike Marciniszyn46a80d62016-02-14 12:10:04 -0800915 qp->s_flags &= ~RVT_S_BUSY;
916 hfi1_schedule_send(qp);
Mike Marciniszyn747f4d72016-04-12 10:46:10 -0700917 spin_unlock_irqrestore(
918 &qp->s_lock,
919 ps.flags);
Mike Marciniszyn46a80d62016-02-14 12:10:04 -0800920 this_cpu_inc(
921 *ps.ppd->dd->send_schedule);
922 return;
923 }
Kaike Wan831464c2016-03-05 08:50:49 -0800924 if (!irqs_disabled()) {
925 cond_resched();
926 this_cpu_inc(
927 *ps.ppd->dd->send_schedule);
928 }
Mike Marciniszyn46a80d62016-02-14 12:10:04 -0800929 timeout = jiffies + (timeout_int) / 8;
Vennila Megavannan23cd4712016-02-03 14:34:23 -0800930 }
Mike Marciniszyn747f4d72016-04-12 10:46:10 -0700931 spin_lock_irqsave(&qp->s_lock, ps.flags);
Dean Luickb4219222015-10-26 10:28:35 -0400932 }
Dennis Dalessandrobb5df5f2016-02-14 12:44:43 -0800933 } while (make_req(qp, &ps));
Mike Marciniszyn46a80d62016-02-14 12:10:04 -0800934
Mike Marciniszyn747f4d72016-04-12 10:46:10 -0700935 spin_unlock_irqrestore(&qp->s_lock, ps.flags);
Mike Marciniszyn77241052015-07-30 15:17:43 -0400936}
937
938/*
939 * This should be called with s_lock held.
940 */
Dennis Dalessandro895420d2016-01-19 14:42:28 -0800941void hfi1_send_complete(struct rvt_qp *qp, struct rvt_swqe *wqe,
Mike Marciniszyn77241052015-07-30 15:17:43 -0400942 enum ib_wc_status status)
943{
944 u32 old_last, last;
Mike Marciniszyn77241052015-07-30 15:17:43 -0400945
Dennis Dalessandro83693bd2016-01-19 14:43:33 -0800946 if (!(ib_rvt_state_ops[qp->state] & RVT_PROCESS_OR_FLUSH_SEND))
Mike Marciniszyn77241052015-07-30 15:17:43 -0400947 return;
948
Mike Marciniszyn6c2ab0b2016-02-04 11:03:19 -0800949 last = qp->s_last;
950 old_last = last;
951 if (++last >= qp->s_size)
952 last = 0;
953 qp->s_last = last;
954 /* See post_send() */
955 barrier();
Mike Marciniszync64607a2016-12-07 19:34:31 -0800956 rvt_put_swqe(wqe);
Mike Marciniszyn77241052015-07-30 15:17:43 -0400957 if (qp->ibqp.qp_type == IB_QPT_UD ||
958 qp->ibqp.qp_type == IB_QPT_SMI ||
959 qp->ibqp.qp_type == IB_QPT_GSI)
Dennis Dalessandro15723f02016-01-19 14:42:17 -0800960 atomic_dec(&ibah_to_rvtah(wqe->ud_wr.ah)->refcount);
Mike Marciniszyn77241052015-07-30 15:17:43 -0400961
Mike Marciniszyn0771da52016-12-07 19:34:12 -0800962 rvt_qp_swqe_complete(qp, wqe, status);
Mike Marciniszyn77241052015-07-30 15:17:43 -0400963
Mike Marciniszyn77241052015-07-30 15:17:43 -0400964 if (qp->s_acked == old_last)
965 qp->s_acked = last;
966 if (qp->s_cur == old_last)
967 qp->s_cur = last;
968 if (qp->s_tail == old_last)
969 qp->s_tail = last;
970 if (qp->state == IB_QPS_SQD && last == qp->s_cur)
971 qp->s_draining = 0;
972}