qp.c 45 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664
  1. /*
  2. * Copyright (c) 2007 Cisco Systems, Inc. All rights reserved.
  3. *
  4. * This software is available to you under a choice of one of two
  5. * licenses. You may choose to be licensed under the terms of the GNU
  6. * General Public License (GPL) Version 2, available from the file
  7. * COPYING in the main directory of this source tree, or the
  8. * OpenIB.org BSD license below:
  9. *
  10. * Redistribution and use in source and binary forms, with or
  11. * without modification, are permitted provided that the following
  12. * conditions are met:
  13. *
  14. * - Redistributions of source code must retain the above
  15. * copyright notice, this list of conditions and the following
  16. * disclaimer.
  17. *
  18. * - Redistributions in binary form must reproduce the above
  19. * copyright notice, this list of conditions and the following
  20. * disclaimer in the documentation and/or other materials
  21. * provided with the distribution.
  22. *
  23. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  24. * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  25. * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  26. * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
  27. * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
  28. * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  29. * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  30. * SOFTWARE.
  31. */
  32. #include <rdma/ib_cache.h>
  33. #include <rdma/ib_pack.h>
  34. #include <linux/mlx4/qp.h>
  35. #include "mlx4_ib.h"
  36. #include "user.h"
  37. enum {
  38. MLX4_IB_ACK_REQ_FREQ = 8,
  39. };
  40. enum {
  41. MLX4_IB_DEFAULT_SCHED_QUEUE = 0x83,
  42. MLX4_IB_DEFAULT_QP0_SCHED_QUEUE = 0x3f
  43. };
  44. enum {
  45. /*
  46. * Largest possible UD header: send with GRH and immediate data.
  47. */
  48. MLX4_IB_UD_HEADER_SIZE = 72
  49. };
  50. struct mlx4_ib_sqp {
  51. struct mlx4_ib_qp qp;
  52. int pkey_index;
  53. u32 qkey;
  54. u32 send_psn;
  55. struct ib_ud_header ud_header;
  56. u8 header_buf[MLX4_IB_UD_HEADER_SIZE];
  57. };
  58. enum {
  59. MLX4_IB_MIN_SQ_STRIDE = 6
  60. };
  61. static const __be32 mlx4_ib_opcode[] = {
  62. [IB_WR_SEND] = __constant_cpu_to_be32(MLX4_OPCODE_SEND),
  63. [IB_WR_SEND_WITH_IMM] = __constant_cpu_to_be32(MLX4_OPCODE_SEND_IMM),
  64. [IB_WR_RDMA_WRITE] = __constant_cpu_to_be32(MLX4_OPCODE_RDMA_WRITE),
  65. [IB_WR_RDMA_WRITE_WITH_IMM] = __constant_cpu_to_be32(MLX4_OPCODE_RDMA_WRITE_IMM),
  66. [IB_WR_RDMA_READ] = __constant_cpu_to_be32(MLX4_OPCODE_RDMA_READ),
  67. [IB_WR_ATOMIC_CMP_AND_SWP] = __constant_cpu_to_be32(MLX4_OPCODE_ATOMIC_CS),
  68. [IB_WR_ATOMIC_FETCH_AND_ADD] = __constant_cpu_to_be32(MLX4_OPCODE_ATOMIC_FA),
  69. };
  70. static struct mlx4_ib_sqp *to_msqp(struct mlx4_ib_qp *mqp)
  71. {
  72. return container_of(mqp, struct mlx4_ib_sqp, qp);
  73. }
  74. static int is_sqp(struct mlx4_ib_dev *dev, struct mlx4_ib_qp *qp)
  75. {
  76. return qp->mqp.qpn >= dev->dev->caps.sqp_start &&
  77. qp->mqp.qpn <= dev->dev->caps.sqp_start + 3;
  78. }
  79. static int is_qp0(struct mlx4_ib_dev *dev, struct mlx4_ib_qp *qp)
  80. {
  81. return qp->mqp.qpn >= dev->dev->caps.sqp_start &&
  82. qp->mqp.qpn <= dev->dev->caps.sqp_start + 1;
  83. }
  84. static void *get_wqe(struct mlx4_ib_qp *qp, int offset)
  85. {
  86. if (qp->buf.nbufs == 1)
  87. return qp->buf.u.direct.buf + offset;
  88. else
  89. return qp->buf.u.page_list[offset >> PAGE_SHIFT].buf +
  90. (offset & (PAGE_SIZE - 1));
  91. }
  92. static void *get_recv_wqe(struct mlx4_ib_qp *qp, int n)
  93. {
  94. return get_wqe(qp, qp->rq.offset + (n << qp->rq.wqe_shift));
  95. }
  96. static void *get_send_wqe(struct mlx4_ib_qp *qp, int n)
  97. {
  98. return get_wqe(qp, qp->sq.offset + (n << qp->sq.wqe_shift));
  99. }
  100. /*
  101. * Stamp a SQ WQE so that it is invalid if prefetched by marking the
  102. * first four bytes of every 64 byte chunk with 0xffffffff, except for
  103. * the very first chunk of the WQE.
  104. */
  105. static void stamp_send_wqe(struct mlx4_ib_qp *qp, int n)
  106. {
  107. u32 *wqe = get_send_wqe(qp, n);
  108. int i;
  109. for (i = 16; i < 1 << (qp->sq.wqe_shift - 2); i += 16)
  110. wqe[i] = 0xffffffff;
  111. }
  112. static void mlx4_ib_qp_event(struct mlx4_qp *qp, enum mlx4_event type)
  113. {
  114. struct ib_event event;
  115. struct ib_qp *ibqp = &to_mibqp(qp)->ibqp;
  116. if (type == MLX4_EVENT_TYPE_PATH_MIG)
  117. to_mibqp(qp)->port = to_mibqp(qp)->alt_port;
  118. if (ibqp->event_handler) {
  119. event.device = ibqp->device;
  120. event.element.qp = ibqp;
  121. switch (type) {
  122. case MLX4_EVENT_TYPE_PATH_MIG:
  123. event.event = IB_EVENT_PATH_MIG;
  124. break;
  125. case MLX4_EVENT_TYPE_COMM_EST:
  126. event.event = IB_EVENT_COMM_EST;
  127. break;
  128. case MLX4_EVENT_TYPE_SQ_DRAINED:
  129. event.event = IB_EVENT_SQ_DRAINED;
  130. break;
  131. case MLX4_EVENT_TYPE_SRQ_QP_LAST_WQE:
  132. event.event = IB_EVENT_QP_LAST_WQE_REACHED;
  133. break;
  134. case MLX4_EVENT_TYPE_WQ_CATAS_ERROR:
  135. event.event = IB_EVENT_QP_FATAL;
  136. break;
  137. case MLX4_EVENT_TYPE_PATH_MIG_FAILED:
  138. event.event = IB_EVENT_PATH_MIG_ERR;
  139. break;
  140. case MLX4_EVENT_TYPE_WQ_INVAL_REQ_ERROR:
  141. event.event = IB_EVENT_QP_REQ_ERR;
  142. break;
  143. case MLX4_EVENT_TYPE_WQ_ACCESS_ERROR:
  144. event.event = IB_EVENT_QP_ACCESS_ERR;
  145. break;
  146. default:
  147. printk(KERN_WARNING "mlx4_ib: Unexpected event type %d "
  148. "on QP %06x\n", type, qp->qpn);
  149. return;
  150. }
  151. ibqp->event_handler(&event, ibqp->qp_context);
  152. }
  153. }
  154. static int send_wqe_overhead(enum ib_qp_type type)
  155. {
  156. /*
  157. * UD WQEs must have a datagram segment.
  158. * RC and UC WQEs might have a remote address segment.
  159. * MLX WQEs need two extra inline data segments (for the UD
  160. * header and space for the ICRC).
  161. */
  162. switch (type) {
  163. case IB_QPT_UD:
  164. return sizeof (struct mlx4_wqe_ctrl_seg) +
  165. sizeof (struct mlx4_wqe_datagram_seg);
  166. case IB_QPT_UC:
  167. return sizeof (struct mlx4_wqe_ctrl_seg) +
  168. sizeof (struct mlx4_wqe_raddr_seg);
  169. case IB_QPT_RC:
  170. return sizeof (struct mlx4_wqe_ctrl_seg) +
  171. sizeof (struct mlx4_wqe_atomic_seg) +
  172. sizeof (struct mlx4_wqe_raddr_seg);
  173. case IB_QPT_SMI:
  174. case IB_QPT_GSI:
  175. return sizeof (struct mlx4_wqe_ctrl_seg) +
  176. ALIGN(MLX4_IB_UD_HEADER_SIZE +
  177. DIV_ROUND_UP(MLX4_IB_UD_HEADER_SIZE,
  178. MLX4_INLINE_ALIGN) *
  179. sizeof (struct mlx4_wqe_inline_seg),
  180. sizeof (struct mlx4_wqe_data_seg)) +
  181. ALIGN(4 +
  182. sizeof (struct mlx4_wqe_inline_seg),
  183. sizeof (struct mlx4_wqe_data_seg));
  184. default:
  185. return sizeof (struct mlx4_wqe_ctrl_seg);
  186. }
  187. }
  188. static int set_rq_size(struct mlx4_ib_dev *dev, struct ib_qp_cap *cap,
  189. int is_user, int has_srq, struct mlx4_ib_qp *qp)
  190. {
  191. /* Sanity check RQ size before proceeding */
  192. if (cap->max_recv_wr > dev->dev->caps.max_wqes ||
  193. cap->max_recv_sge > dev->dev->caps.max_rq_sg)
  194. return -EINVAL;
  195. if (has_srq) {
  196. /* QPs attached to an SRQ should have no RQ */
  197. if (cap->max_recv_wr)
  198. return -EINVAL;
  199. qp->rq.wqe_cnt = qp->rq.max_gs = 0;
  200. } else {
  201. /* HW requires >= 1 RQ entry with >= 1 gather entry */
  202. if (is_user && (!cap->max_recv_wr || !cap->max_recv_sge))
  203. return -EINVAL;
  204. qp->rq.wqe_cnt = roundup_pow_of_two(max(1U, cap->max_recv_wr));
  205. qp->rq.max_gs = roundup_pow_of_two(max(1U, cap->max_recv_sge));
  206. qp->rq.wqe_shift = ilog2(qp->rq.max_gs * sizeof (struct mlx4_wqe_data_seg));
  207. }
  208. cap->max_recv_wr = qp->rq.max_post = qp->rq.wqe_cnt;
  209. cap->max_recv_sge = qp->rq.max_gs;
  210. return 0;
  211. }
  212. static int set_kernel_sq_size(struct mlx4_ib_dev *dev, struct ib_qp_cap *cap,
  213. enum ib_qp_type type, struct mlx4_ib_qp *qp)
  214. {
  215. /* Sanity check SQ size before proceeding */
  216. if (cap->max_send_wr > dev->dev->caps.max_wqes ||
  217. cap->max_send_sge > dev->dev->caps.max_sq_sg ||
  218. cap->max_inline_data + send_wqe_overhead(type) +
  219. sizeof (struct mlx4_wqe_inline_seg) > dev->dev->caps.max_sq_desc_sz)
  220. return -EINVAL;
  221. /*
  222. * For MLX transport we need 2 extra S/G entries:
  223. * one for the header and one for the checksum at the end
  224. */
  225. if ((type == IB_QPT_SMI || type == IB_QPT_GSI) &&
  226. cap->max_send_sge + 2 > dev->dev->caps.max_sq_sg)
  227. return -EINVAL;
  228. qp->sq.wqe_shift = ilog2(roundup_pow_of_two(max(cap->max_send_sge *
  229. sizeof (struct mlx4_wqe_data_seg),
  230. cap->max_inline_data +
  231. sizeof (struct mlx4_wqe_inline_seg)) +
  232. send_wqe_overhead(type)));
  233. qp->sq.max_gs = ((1 << qp->sq.wqe_shift) - send_wqe_overhead(type)) /
  234. sizeof (struct mlx4_wqe_data_seg);
  235. /*
  236. * We need to leave 2 KB + 1 WQE of headroom in the SQ to
  237. * allow HW to prefetch.
  238. */
  239. qp->sq_spare_wqes = (2048 >> qp->sq.wqe_shift) + 1;
  240. qp->sq.wqe_cnt = roundup_pow_of_two(cap->max_send_wr + qp->sq_spare_wqes);
  241. qp->buf_size = (qp->rq.wqe_cnt << qp->rq.wqe_shift) +
  242. (qp->sq.wqe_cnt << qp->sq.wqe_shift);
  243. if (qp->rq.wqe_shift > qp->sq.wqe_shift) {
  244. qp->rq.offset = 0;
  245. qp->sq.offset = qp->rq.wqe_cnt << qp->rq.wqe_shift;
  246. } else {
  247. qp->rq.offset = qp->sq.wqe_cnt << qp->sq.wqe_shift;
  248. qp->sq.offset = 0;
  249. }
  250. cap->max_send_wr = qp->sq.max_post = qp->sq.wqe_cnt - qp->sq_spare_wqes;
  251. cap->max_send_sge = qp->sq.max_gs;
  252. /* We don't support inline sends for kernel QPs (yet) */
  253. cap->max_inline_data = 0;
  254. return 0;
  255. }
  256. static int set_user_sq_size(struct mlx4_ib_dev *dev,
  257. struct mlx4_ib_qp *qp,
  258. struct mlx4_ib_create_qp *ucmd)
  259. {
  260. /* Sanity check SQ size before proceeding */
  261. if ((1 << ucmd->log_sq_bb_count) > dev->dev->caps.max_wqes ||
  262. ucmd->log_sq_stride >
  263. ilog2(roundup_pow_of_two(dev->dev->caps.max_sq_desc_sz)) ||
  264. ucmd->log_sq_stride < MLX4_IB_MIN_SQ_STRIDE)
  265. return -EINVAL;
  266. qp->sq.wqe_cnt = 1 << ucmd->log_sq_bb_count;
  267. qp->sq.wqe_shift = ucmd->log_sq_stride;
  268. qp->buf_size = (qp->rq.wqe_cnt << qp->rq.wqe_shift) +
  269. (qp->sq.wqe_cnt << qp->sq.wqe_shift);
  270. return 0;
  271. }
  272. static int create_qp_common(struct mlx4_ib_dev *dev, struct ib_pd *pd,
  273. struct ib_qp_init_attr *init_attr,
  274. struct ib_udata *udata, int sqpn, struct mlx4_ib_qp *qp)
  275. {
  276. int err;
  277. mutex_init(&qp->mutex);
  278. spin_lock_init(&qp->sq.lock);
  279. spin_lock_init(&qp->rq.lock);
  280. qp->state = IB_QPS_RESET;
  281. qp->atomic_rd_en = 0;
  282. qp->resp_depth = 0;
  283. qp->rq.head = 0;
  284. qp->rq.tail = 0;
  285. qp->sq.head = 0;
  286. qp->sq.tail = 0;
  287. err = set_rq_size(dev, &init_attr->cap, !!pd->uobject, !!init_attr->srq, qp);
  288. if (err)
  289. goto err;
  290. if (pd->uobject) {
  291. struct mlx4_ib_create_qp ucmd;
  292. if (ib_copy_from_udata(&ucmd, udata, sizeof ucmd)) {
  293. err = -EFAULT;
  294. goto err;
  295. }
  296. qp->sq_no_prefetch = ucmd.sq_no_prefetch;
  297. err = set_user_sq_size(dev, qp, &ucmd);
  298. if (err)
  299. goto err;
  300. qp->umem = ib_umem_get(pd->uobject->context, ucmd.buf_addr,
  301. qp->buf_size, 0);
  302. if (IS_ERR(qp->umem)) {
  303. err = PTR_ERR(qp->umem);
  304. goto err;
  305. }
  306. err = mlx4_mtt_init(dev->dev, ib_umem_page_count(qp->umem),
  307. ilog2(qp->umem->page_size), &qp->mtt);
  308. if (err)
  309. goto err_buf;
  310. err = mlx4_ib_umem_write_mtt(dev, &qp->mtt, qp->umem);
  311. if (err)
  312. goto err_mtt;
  313. if (!init_attr->srq) {
  314. err = mlx4_ib_db_map_user(to_mucontext(pd->uobject->context),
  315. ucmd.db_addr, &qp->db);
  316. if (err)
  317. goto err_mtt;
  318. }
  319. } else {
  320. qp->sq_no_prefetch = 0;
  321. err = set_kernel_sq_size(dev, &init_attr->cap, init_attr->qp_type, qp);
  322. if (err)
  323. goto err;
  324. if (!init_attr->srq) {
  325. err = mlx4_ib_db_alloc(dev, &qp->db, 0);
  326. if (err)
  327. goto err;
  328. *qp->db.db = 0;
  329. }
  330. if (mlx4_buf_alloc(dev->dev, qp->buf_size, PAGE_SIZE * 2, &qp->buf)) {
  331. err = -ENOMEM;
  332. goto err_db;
  333. }
  334. err = mlx4_mtt_init(dev->dev, qp->buf.npages, qp->buf.page_shift,
  335. &qp->mtt);
  336. if (err)
  337. goto err_buf;
  338. err = mlx4_buf_write_mtt(dev->dev, &qp->mtt, &qp->buf);
  339. if (err)
  340. goto err_mtt;
  341. qp->sq.wrid = kmalloc(qp->sq.wqe_cnt * sizeof (u64), GFP_KERNEL);
  342. qp->rq.wrid = kmalloc(qp->rq.wqe_cnt * sizeof (u64), GFP_KERNEL);
  343. if (!qp->sq.wrid || !qp->rq.wrid) {
  344. err = -ENOMEM;
  345. goto err_wrid;
  346. }
  347. }
  348. err = mlx4_qp_alloc(dev->dev, sqpn, &qp->mqp);
  349. if (err)
  350. goto err_wrid;
  351. /*
  352. * Hardware wants QPN written in big-endian order (after
  353. * shifting) for send doorbell. Precompute this value to save
  354. * a little bit when posting sends.
  355. */
  356. qp->doorbell_qpn = swab32(qp->mqp.qpn << 8);
  357. if (init_attr->sq_sig_type == IB_SIGNAL_ALL_WR)
  358. qp->sq_signal_bits = cpu_to_be32(MLX4_WQE_CTRL_CQ_UPDATE);
  359. else
  360. qp->sq_signal_bits = 0;
  361. qp->mqp.event = mlx4_ib_qp_event;
  362. return 0;
  363. err_wrid:
  364. if (pd->uobject) {
  365. if (!init_attr->srq)
  366. mlx4_ib_db_unmap_user(to_mucontext(pd->uobject->context),
  367. &qp->db);
  368. } else {
  369. kfree(qp->sq.wrid);
  370. kfree(qp->rq.wrid);
  371. }
  372. err_mtt:
  373. mlx4_mtt_cleanup(dev->dev, &qp->mtt);
  374. err_buf:
  375. if (pd->uobject)
  376. ib_umem_release(qp->umem);
  377. else
  378. mlx4_buf_free(dev->dev, qp->buf_size, &qp->buf);
  379. err_db:
  380. if (!pd->uobject && !init_attr->srq)
  381. mlx4_ib_db_free(dev, &qp->db);
  382. err:
  383. return err;
  384. }
  385. static enum mlx4_qp_state to_mlx4_state(enum ib_qp_state state)
  386. {
  387. switch (state) {
  388. case IB_QPS_RESET: return MLX4_QP_STATE_RST;
  389. case IB_QPS_INIT: return MLX4_QP_STATE_INIT;
  390. case IB_QPS_RTR: return MLX4_QP_STATE_RTR;
  391. case IB_QPS_RTS: return MLX4_QP_STATE_RTS;
  392. case IB_QPS_SQD: return MLX4_QP_STATE_SQD;
  393. case IB_QPS_SQE: return MLX4_QP_STATE_SQER;
  394. case IB_QPS_ERR: return MLX4_QP_STATE_ERR;
  395. default: return -1;
  396. }
  397. }
  398. static void mlx4_ib_lock_cqs(struct mlx4_ib_cq *send_cq, struct mlx4_ib_cq *recv_cq)
  399. {
  400. if (send_cq == recv_cq)
  401. spin_lock_irq(&send_cq->lock);
  402. else if (send_cq->mcq.cqn < recv_cq->mcq.cqn) {
  403. spin_lock_irq(&send_cq->lock);
  404. spin_lock_nested(&recv_cq->lock, SINGLE_DEPTH_NESTING);
  405. } else {
  406. spin_lock_irq(&recv_cq->lock);
  407. spin_lock_nested(&send_cq->lock, SINGLE_DEPTH_NESTING);
  408. }
  409. }
  410. static void mlx4_ib_unlock_cqs(struct mlx4_ib_cq *send_cq, struct mlx4_ib_cq *recv_cq)
  411. {
  412. if (send_cq == recv_cq)
  413. spin_unlock_irq(&send_cq->lock);
  414. else if (send_cq->mcq.cqn < recv_cq->mcq.cqn) {
  415. spin_unlock(&recv_cq->lock);
  416. spin_unlock_irq(&send_cq->lock);
  417. } else {
  418. spin_unlock(&send_cq->lock);
  419. spin_unlock_irq(&recv_cq->lock);
  420. }
  421. }
  422. static void destroy_qp_common(struct mlx4_ib_dev *dev, struct mlx4_ib_qp *qp,
  423. int is_user)
  424. {
  425. struct mlx4_ib_cq *send_cq, *recv_cq;
  426. if (qp->state != IB_QPS_RESET)
  427. if (mlx4_qp_modify(dev->dev, NULL, to_mlx4_state(qp->state),
  428. MLX4_QP_STATE_RST, NULL, 0, 0, &qp->mqp))
  429. printk(KERN_WARNING "mlx4_ib: modify QP %06x to RESET failed.\n",
  430. qp->mqp.qpn);
  431. send_cq = to_mcq(qp->ibqp.send_cq);
  432. recv_cq = to_mcq(qp->ibqp.recv_cq);
  433. mlx4_ib_lock_cqs(send_cq, recv_cq);
  434. if (!is_user) {
  435. __mlx4_ib_cq_clean(recv_cq, qp->mqp.qpn,
  436. qp->ibqp.srq ? to_msrq(qp->ibqp.srq): NULL);
  437. if (send_cq != recv_cq)
  438. __mlx4_ib_cq_clean(send_cq, qp->mqp.qpn, NULL);
  439. }
  440. mlx4_qp_remove(dev->dev, &qp->mqp);
  441. mlx4_ib_unlock_cqs(send_cq, recv_cq);
  442. mlx4_qp_free(dev->dev, &qp->mqp);
  443. mlx4_mtt_cleanup(dev->dev, &qp->mtt);
  444. if (is_user) {
  445. if (!qp->ibqp.srq)
  446. mlx4_ib_db_unmap_user(to_mucontext(qp->ibqp.uobject->context),
  447. &qp->db);
  448. ib_umem_release(qp->umem);
  449. } else {
  450. kfree(qp->sq.wrid);
  451. kfree(qp->rq.wrid);
  452. mlx4_buf_free(dev->dev, qp->buf_size, &qp->buf);
  453. if (!qp->ibqp.srq)
  454. mlx4_ib_db_free(dev, &qp->db);
  455. }
  456. }
  457. struct ib_qp *mlx4_ib_create_qp(struct ib_pd *pd,
  458. struct ib_qp_init_attr *init_attr,
  459. struct ib_udata *udata)
  460. {
  461. struct mlx4_ib_dev *dev = to_mdev(pd->device);
  462. struct mlx4_ib_sqp *sqp;
  463. struct mlx4_ib_qp *qp;
  464. int err;
  465. switch (init_attr->qp_type) {
  466. case IB_QPT_RC:
  467. case IB_QPT_UC:
  468. case IB_QPT_UD:
  469. {
  470. qp = kmalloc(sizeof *qp, GFP_KERNEL);
  471. if (!qp)
  472. return ERR_PTR(-ENOMEM);
  473. err = create_qp_common(dev, pd, init_attr, udata, 0, qp);
  474. if (err) {
  475. kfree(qp);
  476. return ERR_PTR(err);
  477. }
  478. qp->ibqp.qp_num = qp->mqp.qpn;
  479. break;
  480. }
  481. case IB_QPT_SMI:
  482. case IB_QPT_GSI:
  483. {
  484. /* Userspace is not allowed to create special QPs: */
  485. if (pd->uobject)
  486. return ERR_PTR(-EINVAL);
  487. sqp = kmalloc(sizeof *sqp, GFP_KERNEL);
  488. if (!sqp)
  489. return ERR_PTR(-ENOMEM);
  490. qp = &sqp->qp;
  491. err = create_qp_common(dev, pd, init_attr, udata,
  492. dev->dev->caps.sqp_start +
  493. (init_attr->qp_type == IB_QPT_SMI ? 0 : 2) +
  494. init_attr->port_num - 1,
  495. qp);
  496. if (err) {
  497. kfree(sqp);
  498. return ERR_PTR(err);
  499. }
  500. qp->port = init_attr->port_num;
  501. qp->ibqp.qp_num = init_attr->qp_type == IB_QPT_SMI ? 0 : 1;
  502. break;
  503. }
  504. default:
  505. /* Don't support raw QPs */
  506. return ERR_PTR(-EINVAL);
  507. }
  508. return &qp->ibqp;
  509. }
  510. int mlx4_ib_destroy_qp(struct ib_qp *qp)
  511. {
  512. struct mlx4_ib_dev *dev = to_mdev(qp->device);
  513. struct mlx4_ib_qp *mqp = to_mqp(qp);
  514. if (is_qp0(dev, mqp))
  515. mlx4_CLOSE_PORT(dev->dev, mqp->port);
  516. destroy_qp_common(dev, mqp, !!qp->pd->uobject);
  517. if (is_sqp(dev, mqp))
  518. kfree(to_msqp(mqp));
  519. else
  520. kfree(mqp);
  521. return 0;
  522. }
  523. static int to_mlx4_st(enum ib_qp_type type)
  524. {
  525. switch (type) {
  526. case IB_QPT_RC: return MLX4_QP_ST_RC;
  527. case IB_QPT_UC: return MLX4_QP_ST_UC;
  528. case IB_QPT_UD: return MLX4_QP_ST_UD;
  529. case IB_QPT_SMI:
  530. case IB_QPT_GSI: return MLX4_QP_ST_MLX;
  531. default: return -1;
  532. }
  533. }
  534. static __be32 to_mlx4_access_flags(struct mlx4_ib_qp *qp, const struct ib_qp_attr *attr,
  535. int attr_mask)
  536. {
  537. u8 dest_rd_atomic;
  538. u32 access_flags;
  539. u32 hw_access_flags = 0;
  540. if (attr_mask & IB_QP_MAX_DEST_RD_ATOMIC)
  541. dest_rd_atomic = attr->max_dest_rd_atomic;
  542. else
  543. dest_rd_atomic = qp->resp_depth;
  544. if (attr_mask & IB_QP_ACCESS_FLAGS)
  545. access_flags = attr->qp_access_flags;
  546. else
  547. access_flags = qp->atomic_rd_en;
  548. if (!dest_rd_atomic)
  549. access_flags &= IB_ACCESS_REMOTE_WRITE;
  550. if (access_flags & IB_ACCESS_REMOTE_READ)
  551. hw_access_flags |= MLX4_QP_BIT_RRE;
  552. if (access_flags & IB_ACCESS_REMOTE_ATOMIC)
  553. hw_access_flags |= MLX4_QP_BIT_RAE;
  554. if (access_flags & IB_ACCESS_REMOTE_WRITE)
  555. hw_access_flags |= MLX4_QP_BIT_RWE;
  556. return cpu_to_be32(hw_access_flags);
  557. }
  558. static void store_sqp_attrs(struct mlx4_ib_sqp *sqp, const struct ib_qp_attr *attr,
  559. int attr_mask)
  560. {
  561. if (attr_mask & IB_QP_PKEY_INDEX)
  562. sqp->pkey_index = attr->pkey_index;
  563. if (attr_mask & IB_QP_QKEY)
  564. sqp->qkey = attr->qkey;
  565. if (attr_mask & IB_QP_SQ_PSN)
  566. sqp->send_psn = attr->sq_psn;
  567. }
  568. static void mlx4_set_sched(struct mlx4_qp_path *path, u8 port)
  569. {
  570. path->sched_queue = (path->sched_queue & 0xbf) | ((port - 1) << 6);
  571. }
  572. static int mlx4_set_path(struct mlx4_ib_dev *dev, const struct ib_ah_attr *ah,
  573. struct mlx4_qp_path *path, u8 port)
  574. {
  575. path->grh_mylmc = ah->src_path_bits & 0x7f;
  576. path->rlid = cpu_to_be16(ah->dlid);
  577. if (ah->static_rate) {
  578. path->static_rate = ah->static_rate + MLX4_STAT_RATE_OFFSET;
  579. while (path->static_rate > IB_RATE_2_5_GBPS + MLX4_STAT_RATE_OFFSET &&
  580. !(1 << path->static_rate & dev->dev->caps.stat_rate_support))
  581. --path->static_rate;
  582. } else
  583. path->static_rate = 0;
  584. path->counter_index = 0xff;
  585. if (ah->ah_flags & IB_AH_GRH) {
  586. if (ah->grh.sgid_index >= dev->dev->caps.gid_table_len[port]) {
  587. printk(KERN_ERR "sgid_index (%u) too large. max is %d\n",
  588. ah->grh.sgid_index, dev->dev->caps.gid_table_len[port] - 1);
  589. return -1;
  590. }
  591. path->grh_mylmc |= 1 << 7;
  592. path->mgid_index = ah->grh.sgid_index;
  593. path->hop_limit = ah->grh.hop_limit;
  594. path->tclass_flowlabel =
  595. cpu_to_be32((ah->grh.traffic_class << 20) |
  596. (ah->grh.flow_label));
  597. memcpy(path->rgid, ah->grh.dgid.raw, 16);
  598. }
  599. path->sched_queue = MLX4_IB_DEFAULT_SCHED_QUEUE |
  600. ((port - 1) << 6) | ((ah->sl & 0xf) << 2);
  601. return 0;
  602. }
  603. static int __mlx4_ib_modify_qp(struct ib_qp *ibqp,
  604. const struct ib_qp_attr *attr, int attr_mask,
  605. enum ib_qp_state cur_state, enum ib_qp_state new_state)
  606. {
  607. struct mlx4_ib_dev *dev = to_mdev(ibqp->device);
  608. struct mlx4_ib_qp *qp = to_mqp(ibqp);
  609. struct mlx4_qp_context *context;
  610. enum mlx4_qp_optpar optpar = 0;
  611. int sqd_event;
  612. int err = -EINVAL;
  613. context = kzalloc(sizeof *context, GFP_KERNEL);
  614. if (!context)
  615. return -ENOMEM;
  616. context->flags = cpu_to_be32((to_mlx4_state(new_state) << 28) |
  617. (to_mlx4_st(ibqp->qp_type) << 16));
  618. context->flags |= cpu_to_be32(1 << 8); /* DE? */
  619. if (!(attr_mask & IB_QP_PATH_MIG_STATE))
  620. context->flags |= cpu_to_be32(MLX4_QP_PM_MIGRATED << 11);
  621. else {
  622. optpar |= MLX4_QP_OPTPAR_PM_STATE;
  623. switch (attr->path_mig_state) {
  624. case IB_MIG_MIGRATED:
  625. context->flags |= cpu_to_be32(MLX4_QP_PM_MIGRATED << 11);
  626. break;
  627. case IB_MIG_REARM:
  628. context->flags |= cpu_to_be32(MLX4_QP_PM_REARM << 11);
  629. break;
  630. case IB_MIG_ARMED:
  631. context->flags |= cpu_to_be32(MLX4_QP_PM_ARMED << 11);
  632. break;
  633. }
  634. }
  635. if (ibqp->qp_type == IB_QPT_GSI || ibqp->qp_type == IB_QPT_SMI ||
  636. ibqp->qp_type == IB_QPT_UD)
  637. context->mtu_msgmax = (IB_MTU_4096 << 5) | 11;
  638. else if (attr_mask & IB_QP_PATH_MTU) {
  639. if (attr->path_mtu < IB_MTU_256 || attr->path_mtu > IB_MTU_4096) {
  640. printk(KERN_ERR "path MTU (%u) is invalid\n",
  641. attr->path_mtu);
  642. goto out;
  643. }
  644. context->mtu_msgmax = (attr->path_mtu << 5) | 31;
  645. }
  646. if (qp->rq.wqe_cnt)
  647. context->rq_size_stride = ilog2(qp->rq.wqe_cnt) << 3;
  648. context->rq_size_stride |= qp->rq.wqe_shift - 4;
  649. if (qp->sq.wqe_cnt)
  650. context->sq_size_stride = ilog2(qp->sq.wqe_cnt) << 3;
  651. context->sq_size_stride |= qp->sq.wqe_shift - 4;
  652. if (cur_state == IB_QPS_RESET && new_state == IB_QPS_INIT)
  653. context->sq_size_stride |= !!qp->sq_no_prefetch << 7;
  654. if (qp->ibqp.uobject)
  655. context->usr_page = cpu_to_be32(to_mucontext(ibqp->uobject->context)->uar.index);
  656. else
  657. context->usr_page = cpu_to_be32(dev->priv_uar.index);
  658. if (attr_mask & IB_QP_DEST_QPN)
  659. context->remote_qpn = cpu_to_be32(attr->dest_qp_num);
  660. if (attr_mask & IB_QP_PORT) {
  661. if (cur_state == IB_QPS_SQD && new_state == IB_QPS_SQD &&
  662. !(attr_mask & IB_QP_AV)) {
  663. mlx4_set_sched(&context->pri_path, attr->port_num);
  664. optpar |= MLX4_QP_OPTPAR_SCHED_QUEUE;
  665. }
  666. }
  667. if (attr_mask & IB_QP_PKEY_INDEX) {
  668. context->pri_path.pkey_index = attr->pkey_index;
  669. optpar |= MLX4_QP_OPTPAR_PKEY_INDEX;
  670. }
  671. if (attr_mask & IB_QP_AV) {
  672. if (mlx4_set_path(dev, &attr->ah_attr, &context->pri_path,
  673. attr_mask & IB_QP_PORT ? attr->port_num : qp->port))
  674. goto out;
  675. optpar |= (MLX4_QP_OPTPAR_PRIMARY_ADDR_PATH |
  676. MLX4_QP_OPTPAR_SCHED_QUEUE);
  677. }
  678. if (attr_mask & IB_QP_TIMEOUT) {
  679. context->pri_path.ackto = attr->timeout << 3;
  680. optpar |= MLX4_QP_OPTPAR_ACK_TIMEOUT;
  681. }
  682. if (attr_mask & IB_QP_ALT_PATH) {
  683. if (attr->alt_port_num == 0 ||
  684. attr->alt_port_num > dev->dev->caps.num_ports)
  685. goto out;
  686. if (attr->alt_pkey_index >=
  687. dev->dev->caps.pkey_table_len[attr->alt_port_num])
  688. goto out;
  689. if (mlx4_set_path(dev, &attr->alt_ah_attr, &context->alt_path,
  690. attr->alt_port_num))
  691. goto out;
  692. context->alt_path.pkey_index = attr->alt_pkey_index;
  693. context->alt_path.ackto = attr->alt_timeout << 3;
  694. optpar |= MLX4_QP_OPTPAR_ALT_ADDR_PATH;
  695. }
  696. context->pd = cpu_to_be32(to_mpd(ibqp->pd)->pdn);
  697. context->params1 = cpu_to_be32(MLX4_IB_ACK_REQ_FREQ << 28);
  698. if (attr_mask & IB_QP_RNR_RETRY) {
  699. context->params1 |= cpu_to_be32(attr->rnr_retry << 13);
  700. optpar |= MLX4_QP_OPTPAR_RNR_RETRY;
  701. }
  702. if (attr_mask & IB_QP_RETRY_CNT) {
  703. context->params1 |= cpu_to_be32(attr->retry_cnt << 16);
  704. optpar |= MLX4_QP_OPTPAR_RETRY_COUNT;
  705. }
  706. if (attr_mask & IB_QP_MAX_QP_RD_ATOMIC) {
  707. if (attr->max_rd_atomic)
  708. context->params1 |=
  709. cpu_to_be32(fls(attr->max_rd_atomic - 1) << 21);
  710. optpar |= MLX4_QP_OPTPAR_SRA_MAX;
  711. }
  712. if (attr_mask & IB_QP_SQ_PSN)
  713. context->next_send_psn = cpu_to_be32(attr->sq_psn);
  714. context->cqn_send = cpu_to_be32(to_mcq(ibqp->send_cq)->mcq.cqn);
  715. if (attr_mask & IB_QP_MAX_DEST_RD_ATOMIC) {
  716. if (attr->max_dest_rd_atomic)
  717. context->params2 |=
  718. cpu_to_be32(fls(attr->max_dest_rd_atomic - 1) << 21);
  719. optpar |= MLX4_QP_OPTPAR_RRA_MAX;
  720. }
  721. if (attr_mask & (IB_QP_ACCESS_FLAGS | IB_QP_MAX_DEST_RD_ATOMIC)) {
  722. context->params2 |= to_mlx4_access_flags(qp, attr, attr_mask);
  723. optpar |= MLX4_QP_OPTPAR_RWE | MLX4_QP_OPTPAR_RRE | MLX4_QP_OPTPAR_RAE;
  724. }
  725. if (ibqp->srq)
  726. context->params2 |= cpu_to_be32(MLX4_QP_BIT_RIC);
  727. if (attr_mask & IB_QP_MIN_RNR_TIMER) {
  728. context->rnr_nextrecvpsn |= cpu_to_be32(attr->min_rnr_timer << 24);
  729. optpar |= MLX4_QP_OPTPAR_RNR_TIMEOUT;
  730. }
  731. if (attr_mask & IB_QP_RQ_PSN)
  732. context->rnr_nextrecvpsn |= cpu_to_be32(attr->rq_psn);
  733. context->cqn_recv = cpu_to_be32(to_mcq(ibqp->recv_cq)->mcq.cqn);
  734. if (attr_mask & IB_QP_QKEY) {
  735. context->qkey = cpu_to_be32(attr->qkey);
  736. optpar |= MLX4_QP_OPTPAR_Q_KEY;
  737. }
  738. if (ibqp->srq)
  739. context->srqn = cpu_to_be32(1 << 24 | to_msrq(ibqp->srq)->msrq.srqn);
  740. if (!ibqp->srq && cur_state == IB_QPS_RESET && new_state == IB_QPS_INIT)
  741. context->db_rec_addr = cpu_to_be64(qp->db.dma);
  742. if (cur_state == IB_QPS_INIT &&
  743. new_state == IB_QPS_RTR &&
  744. (ibqp->qp_type == IB_QPT_GSI || ibqp->qp_type == IB_QPT_SMI ||
  745. ibqp->qp_type == IB_QPT_UD)) {
  746. context->pri_path.sched_queue = (qp->port - 1) << 6;
  747. if (is_qp0(dev, qp))
  748. context->pri_path.sched_queue |= MLX4_IB_DEFAULT_QP0_SCHED_QUEUE;
  749. else
  750. context->pri_path.sched_queue |= MLX4_IB_DEFAULT_SCHED_QUEUE;
  751. }
  752. if (cur_state == IB_QPS_RTS && new_state == IB_QPS_SQD &&
  753. attr_mask & IB_QP_EN_SQD_ASYNC_NOTIFY && attr->en_sqd_async_notify)
  754. sqd_event = 1;
  755. else
  756. sqd_event = 0;
  757. /*
  758. * Before passing a kernel QP to the HW, make sure that the
  759. * ownership bits of the send queue are set and the SQ
  760. * headroom is stamped so that the hardware doesn't start
  761. * processing stale work requests.
  762. */
  763. if (!ibqp->uobject && cur_state == IB_QPS_RESET && new_state == IB_QPS_INIT) {
  764. struct mlx4_wqe_ctrl_seg *ctrl;
  765. int i;
  766. for (i = 0; i < qp->sq.wqe_cnt; ++i) {
  767. ctrl = get_send_wqe(qp, i);
  768. ctrl->owner_opcode = cpu_to_be32(1 << 31);
  769. stamp_send_wqe(qp, i);
  770. }
  771. }
  772. err = mlx4_qp_modify(dev->dev, &qp->mtt, to_mlx4_state(cur_state),
  773. to_mlx4_state(new_state), context, optpar,
  774. sqd_event, &qp->mqp);
  775. if (err)
  776. goto out;
  777. qp->state = new_state;
  778. if (attr_mask & IB_QP_ACCESS_FLAGS)
  779. qp->atomic_rd_en = attr->qp_access_flags;
  780. if (attr_mask & IB_QP_MAX_DEST_RD_ATOMIC)
  781. qp->resp_depth = attr->max_dest_rd_atomic;
  782. if (attr_mask & IB_QP_PORT)
  783. qp->port = attr->port_num;
  784. if (attr_mask & IB_QP_ALT_PATH)
  785. qp->alt_port = attr->alt_port_num;
  786. if (is_sqp(dev, qp))
  787. store_sqp_attrs(to_msqp(qp), attr, attr_mask);
  788. /*
  789. * If we moved QP0 to RTR, bring the IB link up; if we moved
  790. * QP0 to RESET or ERROR, bring the link back down.
  791. */
  792. if (is_qp0(dev, qp)) {
  793. if (cur_state != IB_QPS_RTR && new_state == IB_QPS_RTR)
  794. if (mlx4_INIT_PORT(dev->dev, qp->port))
  795. printk(KERN_WARNING "INIT_PORT failed for port %d\n",
  796. qp->port);
  797. if (cur_state != IB_QPS_RESET && cur_state != IB_QPS_ERR &&
  798. (new_state == IB_QPS_RESET || new_state == IB_QPS_ERR))
  799. mlx4_CLOSE_PORT(dev->dev, qp->port);
  800. }
  801. /*
  802. * If we moved a kernel QP to RESET, clean up all old CQ
  803. * entries and reinitialize the QP.
  804. */
  805. if (new_state == IB_QPS_RESET && !ibqp->uobject) {
  806. mlx4_ib_cq_clean(to_mcq(ibqp->recv_cq), qp->mqp.qpn,
  807. ibqp->srq ? to_msrq(ibqp->srq): NULL);
  808. if (ibqp->send_cq != ibqp->recv_cq)
  809. mlx4_ib_cq_clean(to_mcq(ibqp->send_cq), qp->mqp.qpn, NULL);
  810. qp->rq.head = 0;
  811. qp->rq.tail = 0;
  812. qp->sq.head = 0;
  813. qp->sq.tail = 0;
  814. if (!ibqp->srq)
  815. *qp->db.db = 0;
  816. }
  817. out:
  818. kfree(context);
  819. return err;
  820. }
  821. static const struct ib_qp_attr mlx4_ib_qp_attr = { .port_num = 1 };
  822. static const int mlx4_ib_qp_attr_mask_table[IB_QPT_UD + 1] = {
  823. [IB_QPT_UD] = (IB_QP_PKEY_INDEX |
  824. IB_QP_PORT |
  825. IB_QP_QKEY),
  826. [IB_QPT_UC] = (IB_QP_PKEY_INDEX |
  827. IB_QP_PORT |
  828. IB_QP_ACCESS_FLAGS),
  829. [IB_QPT_RC] = (IB_QP_PKEY_INDEX |
  830. IB_QP_PORT |
  831. IB_QP_ACCESS_FLAGS),
  832. [IB_QPT_SMI] = (IB_QP_PKEY_INDEX |
  833. IB_QP_QKEY),
  834. [IB_QPT_GSI] = (IB_QP_PKEY_INDEX |
  835. IB_QP_QKEY),
  836. };
  837. int mlx4_ib_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr,
  838. int attr_mask, struct ib_udata *udata)
  839. {
  840. struct mlx4_ib_dev *dev = to_mdev(ibqp->device);
  841. struct mlx4_ib_qp *qp = to_mqp(ibqp);
  842. enum ib_qp_state cur_state, new_state;
  843. int err = -EINVAL;
  844. mutex_lock(&qp->mutex);
  845. cur_state = attr_mask & IB_QP_CUR_STATE ? attr->cur_qp_state : qp->state;
  846. new_state = attr_mask & IB_QP_STATE ? attr->qp_state : cur_state;
  847. if (!ib_modify_qp_is_ok(cur_state, new_state, ibqp->qp_type, attr_mask))
  848. goto out;
  849. if ((attr_mask & IB_QP_PORT) &&
  850. (attr->port_num == 0 || attr->port_num > dev->dev->caps.num_ports)) {
  851. goto out;
  852. }
  853. if (attr_mask & IB_QP_PKEY_INDEX) {
  854. int p = attr_mask & IB_QP_PORT ? attr->port_num : qp->port;
  855. if (attr->pkey_index >= dev->dev->caps.pkey_table_len[p])
  856. goto out;
  857. }
  858. if (attr_mask & IB_QP_MAX_QP_RD_ATOMIC &&
  859. attr->max_rd_atomic > dev->dev->caps.max_qp_init_rdma) {
  860. goto out;
  861. }
  862. if (attr_mask & IB_QP_MAX_DEST_RD_ATOMIC &&
  863. attr->max_dest_rd_atomic > dev->dev->caps.max_qp_dest_rdma) {
  864. goto out;
  865. }
  866. if (cur_state == new_state && cur_state == IB_QPS_RESET) {
  867. err = 0;
  868. goto out;
  869. }
  870. if (cur_state == IB_QPS_RESET && new_state == IB_QPS_ERR) {
  871. err = __mlx4_ib_modify_qp(ibqp, &mlx4_ib_qp_attr,
  872. mlx4_ib_qp_attr_mask_table[ibqp->qp_type],
  873. IB_QPS_RESET, IB_QPS_INIT);
  874. if (err)
  875. goto out;
  876. cur_state = IB_QPS_INIT;
  877. }
  878. err = __mlx4_ib_modify_qp(ibqp, attr, attr_mask, cur_state, new_state);
  879. out:
  880. mutex_unlock(&qp->mutex);
  881. return err;
  882. }
  883. static int build_mlx_header(struct mlx4_ib_sqp *sqp, struct ib_send_wr *wr,
  884. void *wqe)
  885. {
  886. struct ib_device *ib_dev = &to_mdev(sqp->qp.ibqp.device)->ib_dev;
  887. struct mlx4_wqe_mlx_seg *mlx = wqe;
  888. struct mlx4_wqe_inline_seg *inl = wqe + sizeof *mlx;
  889. struct mlx4_ib_ah *ah = to_mah(wr->wr.ud.ah);
  890. u16 pkey;
  891. int send_size;
  892. int header_size;
  893. int spc;
  894. int i;
  895. send_size = 0;
  896. for (i = 0; i < wr->num_sge; ++i)
  897. send_size += wr->sg_list[i].length;
  898. ib_ud_header_init(send_size, mlx4_ib_ah_grh_present(ah), &sqp->ud_header);
  899. sqp->ud_header.lrh.service_level =
  900. be32_to_cpu(ah->av.sl_tclass_flowlabel) >> 28;
  901. sqp->ud_header.lrh.destination_lid = ah->av.dlid;
  902. sqp->ud_header.lrh.source_lid = cpu_to_be16(ah->av.g_slid & 0x7f);
  903. if (mlx4_ib_ah_grh_present(ah)) {
  904. sqp->ud_header.grh.traffic_class =
  905. (be32_to_cpu(ah->av.sl_tclass_flowlabel) >> 20) & 0xff;
  906. sqp->ud_header.grh.flow_label =
  907. ah->av.sl_tclass_flowlabel & cpu_to_be32(0xfffff);
  908. sqp->ud_header.grh.hop_limit = ah->av.hop_limit;
  909. ib_get_cached_gid(ib_dev, be32_to_cpu(ah->av.port_pd) >> 24,
  910. ah->av.gid_index, &sqp->ud_header.grh.source_gid);
  911. memcpy(sqp->ud_header.grh.destination_gid.raw,
  912. ah->av.dgid, 16);
  913. }
  914. mlx->flags &= cpu_to_be32(MLX4_WQE_CTRL_CQ_UPDATE);
  915. mlx->flags |= cpu_to_be32((!sqp->qp.ibqp.qp_num ? MLX4_WQE_MLX_VL15 : 0) |
  916. (sqp->ud_header.lrh.destination_lid ==
  917. IB_LID_PERMISSIVE ? MLX4_WQE_MLX_SLR : 0) |
  918. (sqp->ud_header.lrh.service_level << 8));
  919. mlx->rlid = sqp->ud_header.lrh.destination_lid;
  920. switch (wr->opcode) {
  921. case IB_WR_SEND:
  922. sqp->ud_header.bth.opcode = IB_OPCODE_UD_SEND_ONLY;
  923. sqp->ud_header.immediate_present = 0;
  924. break;
  925. case IB_WR_SEND_WITH_IMM:
  926. sqp->ud_header.bth.opcode = IB_OPCODE_UD_SEND_ONLY_WITH_IMMEDIATE;
  927. sqp->ud_header.immediate_present = 1;
  928. sqp->ud_header.immediate_data = wr->imm_data;
  929. break;
  930. default:
  931. return -EINVAL;
  932. }
  933. sqp->ud_header.lrh.virtual_lane = !sqp->qp.ibqp.qp_num ? 15 : 0;
  934. if (sqp->ud_header.lrh.destination_lid == IB_LID_PERMISSIVE)
  935. sqp->ud_header.lrh.source_lid = IB_LID_PERMISSIVE;
  936. sqp->ud_header.bth.solicited_event = !!(wr->send_flags & IB_SEND_SOLICITED);
  937. if (!sqp->qp.ibqp.qp_num)
  938. ib_get_cached_pkey(ib_dev, sqp->qp.port, sqp->pkey_index, &pkey);
  939. else
  940. ib_get_cached_pkey(ib_dev, sqp->qp.port, wr->wr.ud.pkey_index, &pkey);
  941. sqp->ud_header.bth.pkey = cpu_to_be16(pkey);
  942. sqp->ud_header.bth.destination_qpn = cpu_to_be32(wr->wr.ud.remote_qpn);
  943. sqp->ud_header.bth.psn = cpu_to_be32((sqp->send_psn++) & ((1 << 24) - 1));
  944. sqp->ud_header.deth.qkey = cpu_to_be32(wr->wr.ud.remote_qkey & 0x80000000 ?
  945. sqp->qkey : wr->wr.ud.remote_qkey);
  946. sqp->ud_header.deth.source_qpn = cpu_to_be32(sqp->qp.ibqp.qp_num);
  947. header_size = ib_ud_header_pack(&sqp->ud_header, sqp->header_buf);
  948. if (0) {
  949. printk(KERN_ERR "built UD header of size %d:\n", header_size);
  950. for (i = 0; i < header_size / 4; ++i) {
  951. if (i % 8 == 0)
  952. printk(" [%02x] ", i * 4);
  953. printk(" %08x",
  954. be32_to_cpu(((__be32 *) sqp->header_buf)[i]));
  955. if ((i + 1) % 8 == 0)
  956. printk("\n");
  957. }
  958. printk("\n");
  959. }
  960. /*
  961. * Inline data segments may not cross a 64 byte boundary. If
  962. * our UD header is bigger than the space available up to the
  963. * next 64 byte boundary in the WQE, use two inline data
  964. * segments to hold the UD header.
  965. */
  966. spc = MLX4_INLINE_ALIGN -
  967. ((unsigned long) (inl + 1) & (MLX4_INLINE_ALIGN - 1));
  968. if (header_size <= spc) {
  969. inl->byte_count = cpu_to_be32(1 << 31 | header_size);
  970. memcpy(inl + 1, sqp->header_buf, header_size);
  971. i = 1;
  972. } else {
  973. inl->byte_count = cpu_to_be32(1 << 31 | spc);
  974. memcpy(inl + 1, sqp->header_buf, spc);
  975. inl = (void *) (inl + 1) + spc;
  976. memcpy(inl + 1, sqp->header_buf + spc, header_size - spc);
  977. /*
  978. * Need a barrier here to make sure all the data is
  979. * visible before the byte_count field is set.
  980. * Otherwise the HCA prefetcher could grab the 64-byte
  981. * chunk with this inline segment and get a valid (!=
  982. * 0xffffffff) byte count but stale data, and end up
  983. * generating a packet with bad headers.
  984. *
  985. * The first inline segment's byte_count field doesn't
  986. * need a barrier, because it comes after a
  987. * control/MLX segment and therefore is at an offset
  988. * of 16 mod 64.
  989. */
  990. wmb();
  991. inl->byte_count = cpu_to_be32(1 << 31 | (header_size - spc));
  992. i = 2;
  993. }
  994. return ALIGN(i * sizeof (struct mlx4_wqe_inline_seg) + header_size, 16);
  995. }
  996. static int mlx4_wq_overflow(struct mlx4_ib_wq *wq, int nreq, struct ib_cq *ib_cq)
  997. {
  998. unsigned cur;
  999. struct mlx4_ib_cq *cq;
  1000. cur = wq->head - wq->tail;
  1001. if (likely(cur + nreq < wq->max_post))
  1002. return 0;
  1003. cq = to_mcq(ib_cq);
  1004. spin_lock(&cq->lock);
  1005. cur = wq->head - wq->tail;
  1006. spin_unlock(&cq->lock);
  1007. return cur + nreq >= wq->max_post;
  1008. }
  1009. static __always_inline void set_raddr_seg(struct mlx4_wqe_raddr_seg *rseg,
  1010. u64 remote_addr, u32 rkey)
  1011. {
  1012. rseg->raddr = cpu_to_be64(remote_addr);
  1013. rseg->rkey = cpu_to_be32(rkey);
  1014. rseg->reserved = 0;
  1015. }
  1016. static void set_atomic_seg(struct mlx4_wqe_atomic_seg *aseg, struct ib_send_wr *wr)
  1017. {
  1018. if (wr->opcode == IB_WR_ATOMIC_CMP_AND_SWP) {
  1019. aseg->swap_add = cpu_to_be64(wr->wr.atomic.swap);
  1020. aseg->compare = cpu_to_be64(wr->wr.atomic.compare_add);
  1021. } else {
  1022. aseg->swap_add = cpu_to_be64(wr->wr.atomic.compare_add);
  1023. aseg->compare = 0;
  1024. }
  1025. }
  1026. static void set_datagram_seg(struct mlx4_wqe_datagram_seg *dseg,
  1027. struct ib_send_wr *wr)
  1028. {
  1029. memcpy(dseg->av, &to_mah(wr->wr.ud.ah)->av, sizeof (struct mlx4_av));
  1030. dseg->dqpn = cpu_to_be32(wr->wr.ud.remote_qpn);
  1031. dseg->qkey = cpu_to_be32(wr->wr.ud.remote_qkey);
  1032. }
  1033. static void set_mlx_icrc_seg(void *dseg)
  1034. {
  1035. u32 *t = dseg;
  1036. struct mlx4_wqe_inline_seg *iseg = dseg;
  1037. t[1] = 0;
  1038. /*
  1039. * Need a barrier here before writing the byte_count field to
  1040. * make sure that all the data is visible before the
  1041. * byte_count field is set. Otherwise, if the segment begins
  1042. * a new cacheline, the HCA prefetcher could grab the 64-byte
  1043. * chunk and get a valid (!= * 0xffffffff) byte count but
  1044. * stale data, and end up sending the wrong data.
  1045. */
  1046. wmb();
  1047. iseg->byte_count = cpu_to_be32((1 << 31) | 4);
  1048. }
  1049. static void set_data_seg(struct mlx4_wqe_data_seg *dseg, struct ib_sge *sg)
  1050. {
  1051. dseg->lkey = cpu_to_be32(sg->lkey);
  1052. dseg->addr = cpu_to_be64(sg->addr);
  1053. /*
  1054. * Need a barrier here before writing the byte_count field to
  1055. * make sure that all the data is visible before the
  1056. * byte_count field is set. Otherwise, if the segment begins
  1057. * a new cacheline, the HCA prefetcher could grab the 64-byte
  1058. * chunk and get a valid (!= * 0xffffffff) byte count but
  1059. * stale data, and end up sending the wrong data.
  1060. */
  1061. wmb();
  1062. dseg->byte_count = cpu_to_be32(sg->length);
  1063. }
  1064. static void __set_data_seg(struct mlx4_wqe_data_seg *dseg, struct ib_sge *sg)
  1065. {
  1066. dseg->byte_count = cpu_to_be32(sg->length);
  1067. dseg->lkey = cpu_to_be32(sg->lkey);
  1068. dseg->addr = cpu_to_be64(sg->addr);
  1069. }
  1070. int mlx4_ib_post_send(struct ib_qp *ibqp, struct ib_send_wr *wr,
  1071. struct ib_send_wr **bad_wr)
  1072. {
  1073. struct mlx4_ib_qp *qp = to_mqp(ibqp);
  1074. void *wqe;
  1075. struct mlx4_wqe_ctrl_seg *ctrl;
  1076. struct mlx4_wqe_data_seg *dseg;
  1077. unsigned long flags;
  1078. int nreq;
  1079. int err = 0;
  1080. int ind;
  1081. int size;
  1082. int i;
  1083. spin_lock_irqsave(&qp->sq.lock, flags);
  1084. ind = qp->sq.head;
  1085. for (nreq = 0; wr; ++nreq, wr = wr->next) {
  1086. if (mlx4_wq_overflow(&qp->sq, nreq, qp->ibqp.send_cq)) {
  1087. err = -ENOMEM;
  1088. *bad_wr = wr;
  1089. goto out;
  1090. }
  1091. if (unlikely(wr->num_sge > qp->sq.max_gs)) {
  1092. err = -EINVAL;
  1093. *bad_wr = wr;
  1094. goto out;
  1095. }
  1096. ctrl = wqe = get_send_wqe(qp, ind & (qp->sq.wqe_cnt - 1));
  1097. qp->sq.wrid[ind & (qp->sq.wqe_cnt - 1)] = wr->wr_id;
  1098. ctrl->srcrb_flags =
  1099. (wr->send_flags & IB_SEND_SIGNALED ?
  1100. cpu_to_be32(MLX4_WQE_CTRL_CQ_UPDATE) : 0) |
  1101. (wr->send_flags & IB_SEND_SOLICITED ?
  1102. cpu_to_be32(MLX4_WQE_CTRL_SOLICITED) : 0) |
  1103. qp->sq_signal_bits;
  1104. if (wr->opcode == IB_WR_SEND_WITH_IMM ||
  1105. wr->opcode == IB_WR_RDMA_WRITE_WITH_IMM)
  1106. ctrl->imm = wr->imm_data;
  1107. else
  1108. ctrl->imm = 0;
  1109. wqe += sizeof *ctrl;
  1110. size = sizeof *ctrl / 16;
  1111. switch (ibqp->qp_type) {
  1112. case IB_QPT_RC:
  1113. case IB_QPT_UC:
  1114. switch (wr->opcode) {
  1115. case IB_WR_ATOMIC_CMP_AND_SWP:
  1116. case IB_WR_ATOMIC_FETCH_AND_ADD:
  1117. set_raddr_seg(wqe, wr->wr.atomic.remote_addr,
  1118. wr->wr.atomic.rkey);
  1119. wqe += sizeof (struct mlx4_wqe_raddr_seg);
  1120. set_atomic_seg(wqe, wr);
  1121. wqe += sizeof (struct mlx4_wqe_atomic_seg);
  1122. size += (sizeof (struct mlx4_wqe_raddr_seg) +
  1123. sizeof (struct mlx4_wqe_atomic_seg)) / 16;
  1124. break;
  1125. case IB_WR_RDMA_READ:
  1126. case IB_WR_RDMA_WRITE:
  1127. case IB_WR_RDMA_WRITE_WITH_IMM:
  1128. set_raddr_seg(wqe, wr->wr.rdma.remote_addr,
  1129. wr->wr.rdma.rkey);
  1130. wqe += sizeof (struct mlx4_wqe_raddr_seg);
  1131. size += sizeof (struct mlx4_wqe_raddr_seg) / 16;
  1132. break;
  1133. default:
  1134. /* No extra segments required for sends */
  1135. break;
  1136. }
  1137. break;
  1138. case IB_QPT_UD:
  1139. set_datagram_seg(wqe, wr);
  1140. wqe += sizeof (struct mlx4_wqe_datagram_seg);
  1141. size += sizeof (struct mlx4_wqe_datagram_seg) / 16;
  1142. break;
  1143. case IB_QPT_SMI:
  1144. case IB_QPT_GSI:
  1145. err = build_mlx_header(to_msqp(qp), wr, ctrl);
  1146. if (err < 0) {
  1147. *bad_wr = wr;
  1148. goto out;
  1149. }
  1150. wqe += err;
  1151. size += err / 16;
  1152. err = 0;
  1153. break;
  1154. default:
  1155. break;
  1156. }
  1157. /*
  1158. * Write data segments in reverse order, so as to
  1159. * overwrite cacheline stamp last within each
  1160. * cacheline. This avoids issues with WQE
  1161. * prefetching.
  1162. */
  1163. dseg = wqe;
  1164. dseg += wr->num_sge - 1;
  1165. size += wr->num_sge * (sizeof (struct mlx4_wqe_data_seg) / 16);
  1166. /* Add one more inline data segment for ICRC for MLX sends */
  1167. if (unlikely(qp->ibqp.qp_type == IB_QPT_SMI ||
  1168. qp->ibqp.qp_type == IB_QPT_GSI)) {
  1169. set_mlx_icrc_seg(dseg + 1);
  1170. size += sizeof (struct mlx4_wqe_data_seg) / 16;
  1171. }
  1172. for (i = wr->num_sge - 1; i >= 0; --i, --dseg)
  1173. set_data_seg(dseg, wr->sg_list + i);
  1174. ctrl->fence_size = (wr->send_flags & IB_SEND_FENCE ?
  1175. MLX4_WQE_CTRL_FENCE : 0) | size;
  1176. /*
  1177. * Make sure descriptor is fully written before
  1178. * setting ownership bit (because HW can start
  1179. * executing as soon as we do).
  1180. */
  1181. wmb();
  1182. if (wr->opcode < 0 || wr->opcode >= ARRAY_SIZE(mlx4_ib_opcode)) {
  1183. err = -EINVAL;
  1184. goto out;
  1185. }
  1186. ctrl->owner_opcode = mlx4_ib_opcode[wr->opcode] |
  1187. (ind & qp->sq.wqe_cnt ? cpu_to_be32(1 << 31) : 0);
  1188. /*
  1189. * We can improve latency by not stamping the last
  1190. * send queue WQE until after ringing the doorbell, so
  1191. * only stamp here if there are still more WQEs to post.
  1192. */
  1193. if (wr->next)
  1194. stamp_send_wqe(qp, (ind + qp->sq_spare_wqes) &
  1195. (qp->sq.wqe_cnt - 1));
  1196. ++ind;
  1197. }
  1198. out:
  1199. if (likely(nreq)) {
  1200. qp->sq.head += nreq;
  1201. /*
  1202. * Make sure that descriptors are written before
  1203. * doorbell record.
  1204. */
  1205. wmb();
  1206. writel(qp->doorbell_qpn,
  1207. to_mdev(ibqp->device)->uar_map + MLX4_SEND_DOORBELL);
  1208. /*
  1209. * Make sure doorbells don't leak out of SQ spinlock
  1210. * and reach the HCA out of order.
  1211. */
  1212. mmiowb();
  1213. stamp_send_wqe(qp, (ind + qp->sq_spare_wqes - 1) &
  1214. (qp->sq.wqe_cnt - 1));
  1215. }
  1216. spin_unlock_irqrestore(&qp->sq.lock, flags);
  1217. return err;
  1218. }
  1219. int mlx4_ib_post_recv(struct ib_qp *ibqp, struct ib_recv_wr *wr,
  1220. struct ib_recv_wr **bad_wr)
  1221. {
  1222. struct mlx4_ib_qp *qp = to_mqp(ibqp);
  1223. struct mlx4_wqe_data_seg *scat;
  1224. unsigned long flags;
  1225. int err = 0;
  1226. int nreq;
  1227. int ind;
  1228. int i;
  1229. spin_lock_irqsave(&qp->rq.lock, flags);
  1230. ind = qp->rq.head & (qp->rq.wqe_cnt - 1);
  1231. for (nreq = 0; wr; ++nreq, wr = wr->next) {
  1232. if (mlx4_wq_overflow(&qp->rq, nreq, qp->ibqp.send_cq)) {
  1233. err = -ENOMEM;
  1234. *bad_wr = wr;
  1235. goto out;
  1236. }
  1237. if (unlikely(wr->num_sge > qp->rq.max_gs)) {
  1238. err = -EINVAL;
  1239. *bad_wr = wr;
  1240. goto out;
  1241. }
  1242. scat = get_recv_wqe(qp, ind);
  1243. for (i = 0; i < wr->num_sge; ++i)
  1244. __set_data_seg(scat + i, wr->sg_list + i);
  1245. if (i < qp->rq.max_gs) {
  1246. scat[i].byte_count = 0;
  1247. scat[i].lkey = cpu_to_be32(MLX4_INVALID_LKEY);
  1248. scat[i].addr = 0;
  1249. }
  1250. qp->rq.wrid[ind] = wr->wr_id;
  1251. ind = (ind + 1) & (qp->rq.wqe_cnt - 1);
  1252. }
  1253. out:
  1254. if (likely(nreq)) {
  1255. qp->rq.head += nreq;
  1256. /*
  1257. * Make sure that descriptors are written before
  1258. * doorbell record.
  1259. */
  1260. wmb();
  1261. *qp->db.db = cpu_to_be32(qp->rq.head & 0xffff);
  1262. }
  1263. spin_unlock_irqrestore(&qp->rq.lock, flags);
  1264. return err;
  1265. }
  1266. static inline enum ib_qp_state to_ib_qp_state(enum mlx4_qp_state mlx4_state)
  1267. {
  1268. switch (mlx4_state) {
  1269. case MLX4_QP_STATE_RST: return IB_QPS_RESET;
  1270. case MLX4_QP_STATE_INIT: return IB_QPS_INIT;
  1271. case MLX4_QP_STATE_RTR: return IB_QPS_RTR;
  1272. case MLX4_QP_STATE_RTS: return IB_QPS_RTS;
  1273. case MLX4_QP_STATE_SQ_DRAINING:
  1274. case MLX4_QP_STATE_SQD: return IB_QPS_SQD;
  1275. case MLX4_QP_STATE_SQER: return IB_QPS_SQE;
  1276. case MLX4_QP_STATE_ERR: return IB_QPS_ERR;
  1277. default: return -1;
  1278. }
  1279. }
  1280. static inline enum ib_mig_state to_ib_mig_state(int mlx4_mig_state)
  1281. {
  1282. switch (mlx4_mig_state) {
  1283. case MLX4_QP_PM_ARMED: return IB_MIG_ARMED;
  1284. case MLX4_QP_PM_REARM: return IB_MIG_REARM;
  1285. case MLX4_QP_PM_MIGRATED: return IB_MIG_MIGRATED;
  1286. default: return -1;
  1287. }
  1288. }
  1289. static int to_ib_qp_access_flags(int mlx4_flags)
  1290. {
  1291. int ib_flags = 0;
  1292. if (mlx4_flags & MLX4_QP_BIT_RRE)
  1293. ib_flags |= IB_ACCESS_REMOTE_READ;
  1294. if (mlx4_flags & MLX4_QP_BIT_RWE)
  1295. ib_flags |= IB_ACCESS_REMOTE_WRITE;
  1296. if (mlx4_flags & MLX4_QP_BIT_RAE)
  1297. ib_flags |= IB_ACCESS_REMOTE_ATOMIC;
  1298. return ib_flags;
  1299. }
  1300. static void to_ib_ah_attr(struct mlx4_dev *dev, struct ib_ah_attr *ib_ah_attr,
  1301. struct mlx4_qp_path *path)
  1302. {
  1303. memset(ib_ah_attr, 0, sizeof *ib_ah_attr);
  1304. ib_ah_attr->port_num = path->sched_queue & 0x40 ? 2 : 1;
  1305. if (ib_ah_attr->port_num == 0 || ib_ah_attr->port_num > dev->caps.num_ports)
  1306. return;
  1307. ib_ah_attr->dlid = be16_to_cpu(path->rlid);
  1308. ib_ah_attr->sl = (path->sched_queue >> 2) & 0xf;
  1309. ib_ah_attr->src_path_bits = path->grh_mylmc & 0x7f;
  1310. ib_ah_attr->static_rate = path->static_rate ? path->static_rate - 5 : 0;
  1311. ib_ah_attr->ah_flags = (path->grh_mylmc & (1 << 7)) ? IB_AH_GRH : 0;
  1312. if (ib_ah_attr->ah_flags) {
  1313. ib_ah_attr->grh.sgid_index = path->mgid_index;
  1314. ib_ah_attr->grh.hop_limit = path->hop_limit;
  1315. ib_ah_attr->grh.traffic_class =
  1316. (be32_to_cpu(path->tclass_flowlabel) >> 20) & 0xff;
  1317. ib_ah_attr->grh.flow_label =
  1318. be32_to_cpu(path->tclass_flowlabel) & 0xfffff;
  1319. memcpy(ib_ah_attr->grh.dgid.raw,
  1320. path->rgid, sizeof ib_ah_attr->grh.dgid.raw);
  1321. }
  1322. }
  1323. int mlx4_ib_query_qp(struct ib_qp *ibqp, struct ib_qp_attr *qp_attr, int qp_attr_mask,
  1324. struct ib_qp_init_attr *qp_init_attr)
  1325. {
  1326. struct mlx4_ib_dev *dev = to_mdev(ibqp->device);
  1327. struct mlx4_ib_qp *qp = to_mqp(ibqp);
  1328. struct mlx4_qp_context context;
  1329. int mlx4_state;
  1330. int err;
  1331. if (qp->state == IB_QPS_RESET) {
  1332. qp_attr->qp_state = IB_QPS_RESET;
  1333. goto done;
  1334. }
  1335. err = mlx4_qp_query(dev->dev, &qp->mqp, &context);
  1336. if (err)
  1337. return -EINVAL;
  1338. mlx4_state = be32_to_cpu(context.flags) >> 28;
  1339. qp_attr->qp_state = to_ib_qp_state(mlx4_state);
  1340. qp_attr->path_mtu = context.mtu_msgmax >> 5;
  1341. qp_attr->path_mig_state =
  1342. to_ib_mig_state((be32_to_cpu(context.flags) >> 11) & 0x3);
  1343. qp_attr->qkey = be32_to_cpu(context.qkey);
  1344. qp_attr->rq_psn = be32_to_cpu(context.rnr_nextrecvpsn) & 0xffffff;
  1345. qp_attr->sq_psn = be32_to_cpu(context.next_send_psn) & 0xffffff;
  1346. qp_attr->dest_qp_num = be32_to_cpu(context.remote_qpn) & 0xffffff;
  1347. qp_attr->qp_access_flags =
  1348. to_ib_qp_access_flags(be32_to_cpu(context.params2));
  1349. if (qp->ibqp.qp_type == IB_QPT_RC || qp->ibqp.qp_type == IB_QPT_UC) {
  1350. to_ib_ah_attr(dev->dev, &qp_attr->ah_attr, &context.pri_path);
  1351. to_ib_ah_attr(dev->dev, &qp_attr->alt_ah_attr, &context.alt_path);
  1352. qp_attr->alt_pkey_index = context.alt_path.pkey_index & 0x7f;
  1353. qp_attr->alt_port_num = qp_attr->alt_ah_attr.port_num;
  1354. }
  1355. qp_attr->pkey_index = context.pri_path.pkey_index & 0x7f;
  1356. if (qp_attr->qp_state == IB_QPS_INIT)
  1357. qp_attr->port_num = qp->port;
  1358. else
  1359. qp_attr->port_num = context.pri_path.sched_queue & 0x40 ? 2 : 1;
  1360. /* qp_attr->en_sqd_async_notify is only applicable in modify qp */
  1361. qp_attr->sq_draining = mlx4_state == MLX4_QP_STATE_SQ_DRAINING;
  1362. qp_attr->max_rd_atomic = 1 << ((be32_to_cpu(context.params1) >> 21) & 0x7);
  1363. qp_attr->max_dest_rd_atomic =
  1364. 1 << ((be32_to_cpu(context.params2) >> 21) & 0x7);
  1365. qp_attr->min_rnr_timer =
  1366. (be32_to_cpu(context.rnr_nextrecvpsn) >> 24) & 0x1f;
  1367. qp_attr->timeout = context.pri_path.ackto >> 3;
  1368. qp_attr->retry_cnt = (be32_to_cpu(context.params1) >> 16) & 0x7;
  1369. qp_attr->rnr_retry = (be32_to_cpu(context.params1) >> 13) & 0x7;
  1370. qp_attr->alt_timeout = context.alt_path.ackto >> 3;
  1371. done:
  1372. qp_attr->cur_qp_state = qp_attr->qp_state;
  1373. qp_attr->cap.max_recv_wr = qp->rq.wqe_cnt;
  1374. qp_attr->cap.max_recv_sge = qp->rq.max_gs;
  1375. if (!ibqp->uobject) {
  1376. qp_attr->cap.max_send_wr = qp->sq.wqe_cnt;
  1377. qp_attr->cap.max_send_sge = qp->sq.max_gs;
  1378. } else {
  1379. qp_attr->cap.max_send_wr = 0;
  1380. qp_attr->cap.max_send_sge = 0;
  1381. }
  1382. /*
  1383. * We don't support inline sends for kernel QPs (yet), and we
  1384. * don't know what userspace's value should be.
  1385. */
  1386. qp_attr->cap.max_inline_data = 0;
  1387. qp_init_attr->cap = qp_attr->cap;
  1388. return 0;
  1389. }