qp.c 45 KB

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