ipath_mad.c 43 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570
  1. /*
  2. * Copyright (c) 2006, 2007 QLogic Corporation. All rights reserved.
  3. * Copyright (c) 2005, 2006 PathScale, Inc. All rights reserved.
  4. *
  5. * This software is available to you under a choice of one of two
  6. * licenses. You may choose to be licensed under the terms of the GNU
  7. * General Public License (GPL) Version 2, available from the file
  8. * COPYING in the main directory of this source tree, or the
  9. * OpenIB.org BSD license below:
  10. *
  11. * Redistribution and use in source and binary forms, with or
  12. * without modification, are permitted provided that the following
  13. * conditions are met:
  14. *
  15. * - Redistributions of source code must retain the above
  16. * copyright notice, this list of conditions and the following
  17. * disclaimer.
  18. *
  19. * - Redistributions in binary form must reproduce the above
  20. * copyright notice, this list of conditions and the following
  21. * disclaimer in the documentation and/or other materials
  22. * provided with the distribution.
  23. *
  24. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  25. * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  26. * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  27. * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
  28. * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
  29. * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  30. * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  31. * SOFTWARE.
  32. */
  33. #include <rdma/ib_smi.h>
  34. #include "ipath_kernel.h"
  35. #include "ipath_verbs.h"
  36. #include "ipath_common.h"
  37. #define IB_SMP_UNSUP_VERSION __constant_htons(0x0004)
  38. #define IB_SMP_UNSUP_METHOD __constant_htons(0x0008)
  39. #define IB_SMP_UNSUP_METH_ATTR __constant_htons(0x000C)
  40. #define IB_SMP_INVALID_FIELD __constant_htons(0x001C)
  41. static int reply(struct ib_smp *smp)
  42. {
  43. /*
  44. * The verbs framework will handle the directed/LID route
  45. * packet changes.
  46. */
  47. smp->method = IB_MGMT_METHOD_GET_RESP;
  48. if (smp->mgmt_class == IB_MGMT_CLASS_SUBN_DIRECTED_ROUTE)
  49. smp->status |= IB_SMP_DIRECTION;
  50. return IB_MAD_RESULT_SUCCESS | IB_MAD_RESULT_REPLY;
  51. }
  52. static int recv_subn_get_nodedescription(struct ib_smp *smp,
  53. struct ib_device *ibdev)
  54. {
  55. if (smp->attr_mod)
  56. smp->status |= IB_SMP_INVALID_FIELD;
  57. strncpy(smp->data, ibdev->node_desc, sizeof(smp->data));
  58. return reply(smp);
  59. }
  60. struct nodeinfo {
  61. u8 base_version;
  62. u8 class_version;
  63. u8 node_type;
  64. u8 num_ports;
  65. __be64 sys_guid;
  66. __be64 node_guid;
  67. __be64 port_guid;
  68. __be16 partition_cap;
  69. __be16 device_id;
  70. __be32 revision;
  71. u8 local_port_num;
  72. u8 vendor_id[3];
  73. } __attribute__ ((packed));
  74. static int recv_subn_get_nodeinfo(struct ib_smp *smp,
  75. struct ib_device *ibdev, u8 port)
  76. {
  77. struct nodeinfo *nip = (struct nodeinfo *)&smp->data;
  78. struct ipath_devdata *dd = to_idev(ibdev)->dd;
  79. u32 vendor, majrev, minrev;
  80. /* GUID 0 is illegal */
  81. if (smp->attr_mod || (dd->ipath_guid == 0))
  82. smp->status |= IB_SMP_INVALID_FIELD;
  83. nip->base_version = 1;
  84. nip->class_version = 1;
  85. nip->node_type = 1; /* channel adapter */
  86. /*
  87. * XXX The num_ports value will need a layer function to get
  88. * the value if we ever have more than one IB port on a chip.
  89. * We will also need to get the GUID for the port.
  90. */
  91. nip->num_ports = ibdev->phys_port_cnt;
  92. /* This is already in network order */
  93. nip->sys_guid = to_idev(ibdev)->sys_image_guid;
  94. nip->node_guid = dd->ipath_guid;
  95. nip->port_guid = dd->ipath_guid;
  96. nip->partition_cap = cpu_to_be16(ipath_get_npkeys(dd));
  97. nip->device_id = cpu_to_be16(dd->ipath_deviceid);
  98. majrev = dd->ipath_majrev;
  99. minrev = dd->ipath_minrev;
  100. nip->revision = cpu_to_be32((majrev << 16) | minrev);
  101. nip->local_port_num = port;
  102. vendor = dd->ipath_vendorid;
  103. nip->vendor_id[0] = 0;
  104. nip->vendor_id[1] = vendor >> 8;
  105. nip->vendor_id[2] = vendor;
  106. return reply(smp);
  107. }
  108. static int recv_subn_get_guidinfo(struct ib_smp *smp,
  109. struct ib_device *ibdev)
  110. {
  111. u32 startgx = 8 * be32_to_cpu(smp->attr_mod);
  112. __be64 *p = (__be64 *) smp->data;
  113. /* 32 blocks of 8 64-bit GUIDs per block */
  114. memset(smp->data, 0, sizeof(smp->data));
  115. /*
  116. * We only support one GUID for now. If this changes, the
  117. * portinfo.guid_cap field needs to be updated too.
  118. */
  119. if (startgx == 0) {
  120. __be64 g = to_idev(ibdev)->dd->ipath_guid;
  121. if (g == 0)
  122. /* GUID 0 is illegal */
  123. smp->status |= IB_SMP_INVALID_FIELD;
  124. else
  125. /* The first is a copy of the read-only HW GUID. */
  126. *p = g;
  127. } else
  128. smp->status |= IB_SMP_INVALID_FIELD;
  129. return reply(smp);
  130. }
  131. static int get_overrunthreshold(struct ipath_devdata *dd)
  132. {
  133. return (dd->ipath_ibcctrl >>
  134. INFINIPATH_IBCC_OVERRUNTHRESHOLD_SHIFT) &
  135. INFINIPATH_IBCC_OVERRUNTHRESHOLD_MASK;
  136. }
  137. /**
  138. * set_overrunthreshold - set the overrun threshold
  139. * @dd: the infinipath device
  140. * @n: the new threshold
  141. *
  142. * Note that this will only take effect when the link state changes.
  143. */
  144. static int set_overrunthreshold(struct ipath_devdata *dd, unsigned n)
  145. {
  146. unsigned v;
  147. v = (dd->ipath_ibcctrl >> INFINIPATH_IBCC_OVERRUNTHRESHOLD_SHIFT) &
  148. INFINIPATH_IBCC_OVERRUNTHRESHOLD_MASK;
  149. if (v != n) {
  150. dd->ipath_ibcctrl &=
  151. ~(INFINIPATH_IBCC_OVERRUNTHRESHOLD_MASK <<
  152. INFINIPATH_IBCC_OVERRUNTHRESHOLD_SHIFT);
  153. dd->ipath_ibcctrl |=
  154. (u64) n << INFINIPATH_IBCC_OVERRUNTHRESHOLD_SHIFT;
  155. ipath_write_kreg(dd, dd->ipath_kregs->kr_ibcctrl,
  156. dd->ipath_ibcctrl);
  157. }
  158. return 0;
  159. }
  160. static int get_phyerrthreshold(struct ipath_devdata *dd)
  161. {
  162. return (dd->ipath_ibcctrl >>
  163. INFINIPATH_IBCC_PHYERRTHRESHOLD_SHIFT) &
  164. INFINIPATH_IBCC_PHYERRTHRESHOLD_MASK;
  165. }
  166. /**
  167. * set_phyerrthreshold - set the physical error threshold
  168. * @dd: the infinipath device
  169. * @n: the new threshold
  170. *
  171. * Note that this will only take effect when the link state changes.
  172. */
  173. static int set_phyerrthreshold(struct ipath_devdata *dd, unsigned n)
  174. {
  175. unsigned v;
  176. v = (dd->ipath_ibcctrl >> INFINIPATH_IBCC_PHYERRTHRESHOLD_SHIFT) &
  177. INFINIPATH_IBCC_PHYERRTHRESHOLD_MASK;
  178. if (v != n) {
  179. dd->ipath_ibcctrl &=
  180. ~(INFINIPATH_IBCC_PHYERRTHRESHOLD_MASK <<
  181. INFINIPATH_IBCC_PHYERRTHRESHOLD_SHIFT);
  182. dd->ipath_ibcctrl |=
  183. (u64) n << INFINIPATH_IBCC_PHYERRTHRESHOLD_SHIFT;
  184. ipath_write_kreg(dd, dd->ipath_kregs->kr_ibcctrl,
  185. dd->ipath_ibcctrl);
  186. }
  187. return 0;
  188. }
  189. /**
  190. * get_linkdowndefaultstate - get the default linkdown state
  191. * @dd: the infinipath device
  192. *
  193. * Returns zero if the default is POLL, 1 if the default is SLEEP.
  194. */
  195. static int get_linkdowndefaultstate(struct ipath_devdata *dd)
  196. {
  197. return !!(dd->ipath_ibcctrl & INFINIPATH_IBCC_LINKDOWNDEFAULTSTATE);
  198. }
  199. static int recv_subn_get_portinfo(struct ib_smp *smp,
  200. struct ib_device *ibdev, u8 port)
  201. {
  202. struct ipath_ibdev *dev;
  203. struct ib_port_info *pip = (struct ib_port_info *)smp->data;
  204. u16 lid;
  205. u8 ibcstat;
  206. u8 mtu;
  207. int ret;
  208. if (be32_to_cpu(smp->attr_mod) > ibdev->phys_port_cnt) {
  209. smp->status |= IB_SMP_INVALID_FIELD;
  210. ret = reply(smp);
  211. goto bail;
  212. }
  213. dev = to_idev(ibdev);
  214. /* Clear all fields. Only set the non-zero fields. */
  215. memset(smp->data, 0, sizeof(smp->data));
  216. /* Only return the mkey if the protection field allows it. */
  217. if (smp->method == IB_MGMT_METHOD_SET || dev->mkey == smp->mkey ||
  218. dev->mkeyprot == 0)
  219. pip->mkey = dev->mkey;
  220. pip->gid_prefix = dev->gid_prefix;
  221. lid = dev->dd->ipath_lid;
  222. pip->lid = lid ? cpu_to_be16(lid) : IB_LID_PERMISSIVE;
  223. pip->sm_lid = cpu_to_be16(dev->sm_lid);
  224. pip->cap_mask = cpu_to_be32(dev->port_cap_flags);
  225. /* pip->diag_code; */
  226. pip->mkey_lease_period = cpu_to_be16(dev->mkey_lease_period);
  227. pip->local_port_num = port;
  228. pip->link_width_enabled = dev->link_width_enabled;
  229. pip->link_width_supported = 3; /* 1x or 4x */
  230. pip->link_width_active = 2; /* 4x */
  231. pip->linkspeed_portstate = 0x10; /* 2.5Gbps */
  232. ibcstat = dev->dd->ipath_lastibcstat;
  233. pip->linkspeed_portstate |= ((ibcstat >> 4) & 0x3) + 1;
  234. pip->portphysstate_linkdown =
  235. (ipath_cvt_physportstate[ibcstat & 0xf] << 4) |
  236. (get_linkdowndefaultstate(dev->dd) ? 1 : 2);
  237. pip->mkeyprot_resv_lmc = (dev->mkeyprot << 6) | dev->dd->ipath_lmc;
  238. pip->linkspeedactive_enabled = 0x11; /* 2.5Gbps, 2.5Gbps */
  239. switch (dev->dd->ipath_ibmtu) {
  240. case 4096:
  241. mtu = IB_MTU_4096;
  242. break;
  243. case 2048:
  244. mtu = IB_MTU_2048;
  245. break;
  246. case 1024:
  247. mtu = IB_MTU_1024;
  248. break;
  249. case 512:
  250. mtu = IB_MTU_512;
  251. break;
  252. case 256:
  253. mtu = IB_MTU_256;
  254. break;
  255. default: /* oops, something is wrong */
  256. mtu = IB_MTU_2048;
  257. break;
  258. }
  259. pip->neighbormtu_mastersmsl = (mtu << 4) | dev->sm_sl;
  260. pip->vlcap_inittype = 0x10; /* VLCap = VL0, InitType = 0 */
  261. pip->vl_high_limit = dev->vl_high_limit;
  262. /* pip->vl_arb_high_cap; // only one VL */
  263. /* pip->vl_arb_low_cap; // only one VL */
  264. /* InitTypeReply = 0 */
  265. /*
  266. * Note: the chips support a maximum MTU of 4096, but the driver
  267. * hasn't implemented this feature yet, so set the maximum value
  268. * to 2048.
  269. */
  270. pip->inittypereply_mtucap = IB_MTU_2048;
  271. // HCAs ignore VLStallCount and HOQLife
  272. /* pip->vlstallcnt_hoqlife; */
  273. pip->operationalvl_pei_peo_fpi_fpo = 0x10; /* OVLs = 1 */
  274. pip->mkey_violations = cpu_to_be16(dev->mkey_violations);
  275. /* P_KeyViolations are counted by hardware. */
  276. pip->pkey_violations =
  277. cpu_to_be16((ipath_get_cr_errpkey(dev->dd) -
  278. dev->z_pkey_violations) & 0xFFFF);
  279. pip->qkey_violations = cpu_to_be16(dev->qkey_violations);
  280. /* Only the hardware GUID is supported for now */
  281. pip->guid_cap = 1;
  282. pip->clientrereg_resv_subnetto = dev->subnet_timeout;
  283. /* 32.768 usec. response time (guessing) */
  284. pip->resv_resptimevalue = 3;
  285. pip->localphyerrors_overrunerrors =
  286. (get_phyerrthreshold(dev->dd) << 4) |
  287. get_overrunthreshold(dev->dd);
  288. /* pip->max_credit_hint; */
  289. /* pip->link_roundtrip_latency[3]; */
  290. ret = reply(smp);
  291. bail:
  292. return ret;
  293. }
  294. /**
  295. * get_pkeys - return the PKEY table for port 0
  296. * @dd: the infinipath device
  297. * @pkeys: the pkey table is placed here
  298. */
  299. static int get_pkeys(struct ipath_devdata *dd, u16 * pkeys)
  300. {
  301. struct ipath_portdata *pd = dd->ipath_pd[0];
  302. memcpy(pkeys, pd->port_pkeys, sizeof(pd->port_pkeys));
  303. return 0;
  304. }
  305. static int recv_subn_get_pkeytable(struct ib_smp *smp,
  306. struct ib_device *ibdev)
  307. {
  308. u32 startpx = 32 * (be32_to_cpu(smp->attr_mod) & 0xffff);
  309. u16 *p = (u16 *) smp->data;
  310. __be16 *q = (__be16 *) smp->data;
  311. /* 64 blocks of 32 16-bit P_Key entries */
  312. memset(smp->data, 0, sizeof(smp->data));
  313. if (startpx == 0) {
  314. struct ipath_ibdev *dev = to_idev(ibdev);
  315. unsigned i, n = ipath_get_npkeys(dev->dd);
  316. get_pkeys(dev->dd, p);
  317. for (i = 0; i < n; i++)
  318. q[i] = cpu_to_be16(p[i]);
  319. } else
  320. smp->status |= IB_SMP_INVALID_FIELD;
  321. return reply(smp);
  322. }
  323. static int recv_subn_set_guidinfo(struct ib_smp *smp,
  324. struct ib_device *ibdev)
  325. {
  326. /* The only GUID we support is the first read-only entry. */
  327. return recv_subn_get_guidinfo(smp, ibdev);
  328. }
  329. /**
  330. * set_linkdowndefaultstate - set the default linkdown state
  331. * @dd: the infinipath device
  332. * @sleep: the new state
  333. *
  334. * Note that this will only take effect when the link state changes.
  335. */
  336. static int set_linkdowndefaultstate(struct ipath_devdata *dd, int sleep)
  337. {
  338. if (sleep)
  339. dd->ipath_ibcctrl |= INFINIPATH_IBCC_LINKDOWNDEFAULTSTATE;
  340. else
  341. dd->ipath_ibcctrl &= ~INFINIPATH_IBCC_LINKDOWNDEFAULTSTATE;
  342. ipath_write_kreg(dd, dd->ipath_kregs->kr_ibcctrl,
  343. dd->ipath_ibcctrl);
  344. return 0;
  345. }
  346. /**
  347. * recv_subn_set_portinfo - set port information
  348. * @smp: the incoming SM packet
  349. * @ibdev: the infiniband device
  350. * @port: the port on the device
  351. *
  352. * Set Portinfo (see ch. 14.2.5.6).
  353. */
  354. static int recv_subn_set_portinfo(struct ib_smp *smp,
  355. struct ib_device *ibdev, u8 port)
  356. {
  357. struct ib_port_info *pip = (struct ib_port_info *)smp->data;
  358. struct ib_event event;
  359. struct ipath_ibdev *dev;
  360. struct ipath_devdata *dd;
  361. char clientrereg = 0;
  362. u16 lid, smlid;
  363. u8 lwe;
  364. u8 lse;
  365. u8 state;
  366. u16 lstate;
  367. u32 mtu;
  368. int ret, ore;
  369. if (be32_to_cpu(smp->attr_mod) > ibdev->phys_port_cnt)
  370. goto err;
  371. dev = to_idev(ibdev);
  372. dd = dev->dd;
  373. event.device = ibdev;
  374. event.element.port_num = port;
  375. dev->mkey = pip->mkey;
  376. dev->gid_prefix = pip->gid_prefix;
  377. dev->mkey_lease_period = be16_to_cpu(pip->mkey_lease_period);
  378. lid = be16_to_cpu(pip->lid);
  379. if (dd->ipath_lid != lid ||
  380. dd->ipath_lmc != (pip->mkeyprot_resv_lmc & 7)) {
  381. /* Must be a valid unicast LID address. */
  382. if (lid == 0 || lid >= IPATH_MULTICAST_LID_BASE)
  383. goto err;
  384. ipath_set_lid(dd, lid, pip->mkeyprot_resv_lmc & 7);
  385. event.event = IB_EVENT_LID_CHANGE;
  386. ib_dispatch_event(&event);
  387. }
  388. smlid = be16_to_cpu(pip->sm_lid);
  389. if (smlid != dev->sm_lid) {
  390. /* Must be a valid unicast LID address. */
  391. if (smlid == 0 || smlid >= IPATH_MULTICAST_LID_BASE)
  392. goto err;
  393. dev->sm_lid = smlid;
  394. event.event = IB_EVENT_SM_CHANGE;
  395. ib_dispatch_event(&event);
  396. }
  397. /* Only 4x supported but allow 1x or 4x to be set (see 14.2.6.6). */
  398. lwe = pip->link_width_enabled;
  399. if ((lwe >= 4 && lwe <= 8) || (lwe >= 0xC && lwe <= 0xFE))
  400. goto err;
  401. if (lwe == 0xFF)
  402. dev->link_width_enabled = 3; /* 1x or 4x */
  403. else if (lwe)
  404. dev->link_width_enabled = lwe;
  405. /* Only 2.5 Gbs supported. */
  406. lse = pip->linkspeedactive_enabled & 0xF;
  407. if (lse >= 2 && lse <= 0xE)
  408. goto err;
  409. /* Set link down default state. */
  410. switch (pip->portphysstate_linkdown & 0xF) {
  411. case 0: /* NOP */
  412. break;
  413. case 1: /* SLEEP */
  414. if (set_linkdowndefaultstate(dd, 1))
  415. goto err;
  416. break;
  417. case 2: /* POLL */
  418. if (set_linkdowndefaultstate(dd, 0))
  419. goto err;
  420. break;
  421. default:
  422. goto err;
  423. }
  424. dev->mkeyprot = pip->mkeyprot_resv_lmc >> 6;
  425. dev->vl_high_limit = pip->vl_high_limit;
  426. switch ((pip->neighbormtu_mastersmsl >> 4) & 0xF) {
  427. case IB_MTU_256:
  428. mtu = 256;
  429. break;
  430. case IB_MTU_512:
  431. mtu = 512;
  432. break;
  433. case IB_MTU_1024:
  434. mtu = 1024;
  435. break;
  436. case IB_MTU_2048:
  437. mtu = 2048;
  438. break;
  439. case IB_MTU_4096:
  440. mtu = 4096;
  441. break;
  442. default:
  443. /* XXX We have already partially updated our state! */
  444. goto err;
  445. }
  446. ipath_set_mtu(dd, mtu);
  447. dev->sm_sl = pip->neighbormtu_mastersmsl & 0xF;
  448. /* We only support VL0 */
  449. if (((pip->operationalvl_pei_peo_fpi_fpo >> 4) & 0xF) > 1)
  450. goto err;
  451. if (pip->mkey_violations == 0)
  452. dev->mkey_violations = 0;
  453. /*
  454. * Hardware counter can't be reset so snapshot and subtract
  455. * later.
  456. */
  457. if (pip->pkey_violations == 0)
  458. dev->z_pkey_violations = ipath_get_cr_errpkey(dd);
  459. if (pip->qkey_violations == 0)
  460. dev->qkey_violations = 0;
  461. ore = pip->localphyerrors_overrunerrors;
  462. if (set_phyerrthreshold(dd, (ore >> 4) & 0xF))
  463. goto err;
  464. if (set_overrunthreshold(dd, (ore & 0xF)))
  465. goto err;
  466. dev->subnet_timeout = pip->clientrereg_resv_subnetto & 0x1F;
  467. if (pip->clientrereg_resv_subnetto & 0x80) {
  468. clientrereg = 1;
  469. event.event = IB_EVENT_CLIENT_REREGISTER;
  470. ib_dispatch_event(&event);
  471. }
  472. /*
  473. * Do the port state change now that the other link parameters
  474. * have been set.
  475. * Changing the port physical state only makes sense if the link
  476. * is down or is being set to down.
  477. */
  478. state = pip->linkspeed_portstate & 0xF;
  479. lstate = (pip->portphysstate_linkdown >> 4) & 0xF;
  480. if (lstate && !(state == IB_PORT_DOWN || state == IB_PORT_NOP))
  481. goto err;
  482. /*
  483. * Only state changes of DOWN, ARM, and ACTIVE are valid
  484. * and must be in the correct state to take effect (see 7.2.6).
  485. */
  486. switch (state) {
  487. case IB_PORT_NOP:
  488. if (lstate == 0)
  489. break;
  490. /* FALLTHROUGH */
  491. case IB_PORT_DOWN:
  492. if (lstate == 0)
  493. if (get_linkdowndefaultstate(dd))
  494. lstate = IPATH_IB_LINKDOWN_SLEEP;
  495. else
  496. lstate = IPATH_IB_LINKDOWN;
  497. else if (lstate == 1)
  498. lstate = IPATH_IB_LINKDOWN_SLEEP;
  499. else if (lstate == 2)
  500. lstate = IPATH_IB_LINKDOWN;
  501. else if (lstate == 3)
  502. lstate = IPATH_IB_LINKDOWN_DISABLE;
  503. else
  504. goto err;
  505. ipath_set_linkstate(dd, lstate);
  506. break;
  507. case IB_PORT_ARMED:
  508. ipath_set_linkstate(dd, IPATH_IB_LINKARM);
  509. break;
  510. case IB_PORT_ACTIVE:
  511. ipath_set_linkstate(dd, IPATH_IB_LINKACTIVE);
  512. break;
  513. default:
  514. /* XXX We have already partially updated our state! */
  515. goto err;
  516. }
  517. ret = recv_subn_get_portinfo(smp, ibdev, port);
  518. if (clientrereg)
  519. pip->clientrereg_resv_subnetto |= 0x80;
  520. goto done;
  521. err:
  522. smp->status |= IB_SMP_INVALID_FIELD;
  523. ret = recv_subn_get_portinfo(smp, ibdev, port);
  524. done:
  525. return ret;
  526. }
  527. /**
  528. * rm_pkey - decrecment the reference count for the given PKEY
  529. * @dd: the infinipath device
  530. * @key: the PKEY index
  531. *
  532. * Return true if this was the last reference and the hardware table entry
  533. * needs to be changed.
  534. */
  535. static int rm_pkey(struct ipath_devdata *dd, u16 key)
  536. {
  537. int i;
  538. int ret;
  539. for (i = 0; i < ARRAY_SIZE(dd->ipath_pkeys); i++) {
  540. if (dd->ipath_pkeys[i] != key)
  541. continue;
  542. if (atomic_dec_and_test(&dd->ipath_pkeyrefs[i])) {
  543. dd->ipath_pkeys[i] = 0;
  544. ret = 1;
  545. goto bail;
  546. }
  547. break;
  548. }
  549. ret = 0;
  550. bail:
  551. return ret;
  552. }
  553. /**
  554. * add_pkey - add the given PKEY to the hardware table
  555. * @dd: the infinipath device
  556. * @key: the PKEY
  557. *
  558. * Return an error code if unable to add the entry, zero if no change,
  559. * or 1 if the hardware PKEY register needs to be updated.
  560. */
  561. static int add_pkey(struct ipath_devdata *dd, u16 key)
  562. {
  563. int i;
  564. u16 lkey = key & 0x7FFF;
  565. int any = 0;
  566. int ret;
  567. if (lkey == 0x7FFF) {
  568. ret = 0;
  569. goto bail;
  570. }
  571. /* Look for an empty slot or a matching PKEY. */
  572. for (i = 0; i < ARRAY_SIZE(dd->ipath_pkeys); i++) {
  573. if (!dd->ipath_pkeys[i]) {
  574. any++;
  575. continue;
  576. }
  577. /* If it matches exactly, try to increment the ref count */
  578. if (dd->ipath_pkeys[i] == key) {
  579. if (atomic_inc_return(&dd->ipath_pkeyrefs[i]) > 1) {
  580. ret = 0;
  581. goto bail;
  582. }
  583. /* Lost the race. Look for an empty slot below. */
  584. atomic_dec(&dd->ipath_pkeyrefs[i]);
  585. any++;
  586. }
  587. /*
  588. * It makes no sense to have both the limited and unlimited
  589. * PKEY set at the same time since the unlimited one will
  590. * disable the limited one.
  591. */
  592. if ((dd->ipath_pkeys[i] & 0x7FFF) == lkey) {
  593. ret = -EEXIST;
  594. goto bail;
  595. }
  596. }
  597. if (!any) {
  598. ret = -EBUSY;
  599. goto bail;
  600. }
  601. for (i = 0; i < ARRAY_SIZE(dd->ipath_pkeys); i++) {
  602. if (!dd->ipath_pkeys[i] &&
  603. atomic_inc_return(&dd->ipath_pkeyrefs[i]) == 1) {
  604. /* for ipathstats, etc. */
  605. ipath_stats.sps_pkeys[i] = lkey;
  606. dd->ipath_pkeys[i] = key;
  607. ret = 1;
  608. goto bail;
  609. }
  610. }
  611. ret = -EBUSY;
  612. bail:
  613. return ret;
  614. }
  615. /**
  616. * set_pkeys - set the PKEY table for port 0
  617. * @dd: the infinipath device
  618. * @pkeys: the PKEY table
  619. */
  620. static int set_pkeys(struct ipath_devdata *dd, u16 *pkeys)
  621. {
  622. struct ipath_portdata *pd;
  623. int i;
  624. int changed = 0;
  625. pd = dd->ipath_pd[0];
  626. for (i = 0; i < ARRAY_SIZE(pd->port_pkeys); i++) {
  627. u16 key = pkeys[i];
  628. u16 okey = pd->port_pkeys[i];
  629. if (key == okey)
  630. continue;
  631. /*
  632. * The value of this PKEY table entry is changing.
  633. * Remove the old entry in the hardware's array of PKEYs.
  634. */
  635. if (okey & 0x7FFF)
  636. changed |= rm_pkey(dd, okey);
  637. if (key & 0x7FFF) {
  638. int ret = add_pkey(dd, key);
  639. if (ret < 0)
  640. key = 0;
  641. else
  642. changed |= ret;
  643. }
  644. pd->port_pkeys[i] = key;
  645. }
  646. if (changed) {
  647. u64 pkey;
  648. pkey = (u64) dd->ipath_pkeys[0] |
  649. ((u64) dd->ipath_pkeys[1] << 16) |
  650. ((u64) dd->ipath_pkeys[2] << 32) |
  651. ((u64) dd->ipath_pkeys[3] << 48);
  652. ipath_cdbg(VERBOSE, "p0 new pkey reg %llx\n",
  653. (unsigned long long) pkey);
  654. ipath_write_kreg(dd, dd->ipath_kregs->kr_partitionkey,
  655. pkey);
  656. }
  657. return 0;
  658. }
  659. static int recv_subn_set_pkeytable(struct ib_smp *smp,
  660. struct ib_device *ibdev)
  661. {
  662. u32 startpx = 32 * (be32_to_cpu(smp->attr_mod) & 0xffff);
  663. __be16 *p = (__be16 *) smp->data;
  664. u16 *q = (u16 *) smp->data;
  665. struct ipath_ibdev *dev = to_idev(ibdev);
  666. unsigned i, n = ipath_get_npkeys(dev->dd);
  667. for (i = 0; i < n; i++)
  668. q[i] = be16_to_cpu(p[i]);
  669. if (startpx != 0 || set_pkeys(dev->dd, q) != 0)
  670. smp->status |= IB_SMP_INVALID_FIELD;
  671. return recv_subn_get_pkeytable(smp, ibdev);
  672. }
  673. #define IB_PMA_CLASS_PORT_INFO __constant_htons(0x0001)
  674. #define IB_PMA_PORT_SAMPLES_CONTROL __constant_htons(0x0010)
  675. #define IB_PMA_PORT_SAMPLES_RESULT __constant_htons(0x0011)
  676. #define IB_PMA_PORT_COUNTERS __constant_htons(0x0012)
  677. #define IB_PMA_PORT_COUNTERS_EXT __constant_htons(0x001D)
  678. #define IB_PMA_PORT_SAMPLES_RESULT_EXT __constant_htons(0x001E)
  679. struct ib_perf {
  680. u8 base_version;
  681. u8 mgmt_class;
  682. u8 class_version;
  683. u8 method;
  684. __be16 status;
  685. __be16 unused;
  686. __be64 tid;
  687. __be16 attr_id;
  688. __be16 resv;
  689. __be32 attr_mod;
  690. u8 reserved[40];
  691. u8 data[192];
  692. } __attribute__ ((packed));
  693. struct ib_pma_classportinfo {
  694. u8 base_version;
  695. u8 class_version;
  696. __be16 cap_mask;
  697. u8 reserved[3];
  698. u8 resp_time_value; /* only lower 5 bits */
  699. union ib_gid redirect_gid;
  700. __be32 redirect_tc_sl_fl; /* 8, 4, 20 bits respectively */
  701. __be16 redirect_lid;
  702. __be16 redirect_pkey;
  703. __be32 redirect_qp; /* only lower 24 bits */
  704. __be32 redirect_qkey;
  705. union ib_gid trap_gid;
  706. __be32 trap_tc_sl_fl; /* 8, 4, 20 bits respectively */
  707. __be16 trap_lid;
  708. __be16 trap_pkey;
  709. __be32 trap_hl_qp; /* 8, 24 bits respectively */
  710. __be32 trap_qkey;
  711. } __attribute__ ((packed));
  712. struct ib_pma_portsamplescontrol {
  713. u8 opcode;
  714. u8 port_select;
  715. u8 tick;
  716. u8 counter_width; /* only lower 3 bits */
  717. __be32 counter_mask0_9; /* 2, 10 * 3, bits */
  718. __be16 counter_mask10_14; /* 1, 5 * 3, bits */
  719. u8 sample_mechanisms;
  720. u8 sample_status; /* only lower 2 bits */
  721. __be64 option_mask;
  722. __be64 vendor_mask;
  723. __be32 sample_start;
  724. __be32 sample_interval;
  725. __be16 tag;
  726. __be16 counter_select[15];
  727. } __attribute__ ((packed));
  728. struct ib_pma_portsamplesresult {
  729. __be16 tag;
  730. __be16 sample_status; /* only lower 2 bits */
  731. __be32 counter[15];
  732. } __attribute__ ((packed));
  733. struct ib_pma_portsamplesresult_ext {
  734. __be16 tag;
  735. __be16 sample_status; /* only lower 2 bits */
  736. __be32 extended_width; /* only upper 2 bits */
  737. __be64 counter[15];
  738. } __attribute__ ((packed));
  739. struct ib_pma_portcounters {
  740. u8 reserved;
  741. u8 port_select;
  742. __be16 counter_select;
  743. __be16 symbol_error_counter;
  744. u8 link_error_recovery_counter;
  745. u8 link_downed_counter;
  746. __be16 port_rcv_errors;
  747. __be16 port_rcv_remphys_errors;
  748. __be16 port_rcv_switch_relay_errors;
  749. __be16 port_xmit_discards;
  750. u8 port_xmit_constraint_errors;
  751. u8 port_rcv_constraint_errors;
  752. u8 reserved1;
  753. u8 lli_ebor_errors; /* 4, 4, bits */
  754. __be16 reserved2;
  755. __be16 vl15_dropped;
  756. __be32 port_xmit_data;
  757. __be32 port_rcv_data;
  758. __be32 port_xmit_packets;
  759. __be32 port_rcv_packets;
  760. } __attribute__ ((packed));
  761. #define IB_PMA_SEL_SYMBOL_ERROR __constant_htons(0x0001)
  762. #define IB_PMA_SEL_LINK_ERROR_RECOVERY __constant_htons(0x0002)
  763. #define IB_PMA_SEL_LINK_DOWNED __constant_htons(0x0004)
  764. #define IB_PMA_SEL_PORT_RCV_ERRORS __constant_htons(0x0008)
  765. #define IB_PMA_SEL_PORT_RCV_REMPHYS_ERRORS __constant_htons(0x0010)
  766. #define IB_PMA_SEL_PORT_XMIT_DISCARDS __constant_htons(0x0040)
  767. #define IB_PMA_SEL_LOCAL_LINK_INTEGRITY_ERRORS __constant_htons(0x0200)
  768. #define IB_PMA_SEL_EXCESSIVE_BUFFER_OVERRUNS __constant_htons(0x0400)
  769. #define IB_PMA_SEL_PORT_VL15_DROPPED __constant_htons(0x0800)
  770. #define IB_PMA_SEL_PORT_XMIT_DATA __constant_htons(0x1000)
  771. #define IB_PMA_SEL_PORT_RCV_DATA __constant_htons(0x2000)
  772. #define IB_PMA_SEL_PORT_XMIT_PACKETS __constant_htons(0x4000)
  773. #define IB_PMA_SEL_PORT_RCV_PACKETS __constant_htons(0x8000)
  774. struct ib_pma_portcounters_ext {
  775. u8 reserved;
  776. u8 port_select;
  777. __be16 counter_select;
  778. __be32 reserved1;
  779. __be64 port_xmit_data;
  780. __be64 port_rcv_data;
  781. __be64 port_xmit_packets;
  782. __be64 port_rcv_packets;
  783. __be64 port_unicast_xmit_packets;
  784. __be64 port_unicast_rcv_packets;
  785. __be64 port_multicast_xmit_packets;
  786. __be64 port_multicast_rcv_packets;
  787. } __attribute__ ((packed));
  788. #define IB_PMA_SELX_PORT_XMIT_DATA __constant_htons(0x0001)
  789. #define IB_PMA_SELX_PORT_RCV_DATA __constant_htons(0x0002)
  790. #define IB_PMA_SELX_PORT_XMIT_PACKETS __constant_htons(0x0004)
  791. #define IB_PMA_SELX_PORT_RCV_PACKETS __constant_htons(0x0008)
  792. #define IB_PMA_SELX_PORT_UNI_XMIT_PACKETS __constant_htons(0x0010)
  793. #define IB_PMA_SELX_PORT_UNI_RCV_PACKETS __constant_htons(0x0020)
  794. #define IB_PMA_SELX_PORT_MULTI_XMIT_PACKETS __constant_htons(0x0040)
  795. #define IB_PMA_SELX_PORT_MULTI_RCV_PACKETS __constant_htons(0x0080)
  796. static int recv_pma_get_classportinfo(struct ib_perf *pmp)
  797. {
  798. struct ib_pma_classportinfo *p =
  799. (struct ib_pma_classportinfo *)pmp->data;
  800. memset(pmp->data, 0, sizeof(pmp->data));
  801. if (pmp->attr_mod != 0)
  802. pmp->status |= IB_SMP_INVALID_FIELD;
  803. /* Indicate AllPortSelect is valid (only one port anyway) */
  804. p->cap_mask = __constant_cpu_to_be16(1 << 8);
  805. p->base_version = 1;
  806. p->class_version = 1;
  807. /*
  808. * Expected response time is 4.096 usec. * 2^18 == 1.073741824
  809. * sec.
  810. */
  811. p->resp_time_value = 18;
  812. return reply((struct ib_smp *) pmp);
  813. }
  814. /*
  815. * The PortSamplesControl.CounterMasks field is an array of 3 bit fields
  816. * which specify the N'th counter's capabilities. See ch. 16.1.3.2.
  817. * We support 5 counters which only count the mandatory quantities.
  818. */
  819. #define COUNTER_MASK(q, n) (q << ((9 - n) * 3))
  820. #define COUNTER_MASK0_9 \
  821. __constant_cpu_to_be32(COUNTER_MASK(1, 0) | \
  822. COUNTER_MASK(1, 1) | \
  823. COUNTER_MASK(1, 2) | \
  824. COUNTER_MASK(1, 3) | \
  825. COUNTER_MASK(1, 4))
  826. static int recv_pma_get_portsamplescontrol(struct ib_perf *pmp,
  827. struct ib_device *ibdev, u8 port)
  828. {
  829. struct ib_pma_portsamplescontrol *p =
  830. (struct ib_pma_portsamplescontrol *)pmp->data;
  831. struct ipath_ibdev *dev = to_idev(ibdev);
  832. unsigned long flags;
  833. u8 port_select = p->port_select;
  834. memset(pmp->data, 0, sizeof(pmp->data));
  835. p->port_select = port_select;
  836. if (pmp->attr_mod != 0 ||
  837. (port_select != port && port_select != 0xFF))
  838. pmp->status |= IB_SMP_INVALID_FIELD;
  839. /*
  840. * Ticks are 10x the link transfer period which for 2.5Gbs is 4
  841. * nsec. 0 == 4 nsec., 1 == 8 nsec., ..., 255 == 1020 nsec. Sample
  842. * intervals are counted in ticks. Since we use Linux timers, that
  843. * count in jiffies, we can't sample for less than 1000 ticks if HZ
  844. * == 1000 (4000 ticks if HZ is 250).
  845. */
  846. /* XXX This is WRONG. */
  847. p->tick = 250; /* 1 usec. */
  848. p->counter_width = 4; /* 32 bit counters */
  849. p->counter_mask0_9 = COUNTER_MASK0_9;
  850. spin_lock_irqsave(&dev->pending_lock, flags);
  851. p->sample_status = dev->pma_sample_status;
  852. p->sample_start = cpu_to_be32(dev->pma_sample_start);
  853. p->sample_interval = cpu_to_be32(dev->pma_sample_interval);
  854. p->tag = cpu_to_be16(dev->pma_tag);
  855. p->counter_select[0] = dev->pma_counter_select[0];
  856. p->counter_select[1] = dev->pma_counter_select[1];
  857. p->counter_select[2] = dev->pma_counter_select[2];
  858. p->counter_select[3] = dev->pma_counter_select[3];
  859. p->counter_select[4] = dev->pma_counter_select[4];
  860. spin_unlock_irqrestore(&dev->pending_lock, flags);
  861. return reply((struct ib_smp *) pmp);
  862. }
  863. static int recv_pma_set_portsamplescontrol(struct ib_perf *pmp,
  864. struct ib_device *ibdev, u8 port)
  865. {
  866. struct ib_pma_portsamplescontrol *p =
  867. (struct ib_pma_portsamplescontrol *)pmp->data;
  868. struct ipath_ibdev *dev = to_idev(ibdev);
  869. unsigned long flags;
  870. u32 start;
  871. int ret;
  872. if (pmp->attr_mod != 0 ||
  873. (p->port_select != port && p->port_select != 0xFF)) {
  874. pmp->status |= IB_SMP_INVALID_FIELD;
  875. ret = reply((struct ib_smp *) pmp);
  876. goto bail;
  877. }
  878. start = be32_to_cpu(p->sample_start);
  879. if (start != 0) {
  880. spin_lock_irqsave(&dev->pending_lock, flags);
  881. if (dev->pma_sample_status == IB_PMA_SAMPLE_STATUS_DONE) {
  882. dev->pma_sample_status =
  883. IB_PMA_SAMPLE_STATUS_STARTED;
  884. dev->pma_sample_start = start;
  885. dev->pma_sample_interval =
  886. be32_to_cpu(p->sample_interval);
  887. dev->pma_tag = be16_to_cpu(p->tag);
  888. if (p->counter_select[0])
  889. dev->pma_counter_select[0] =
  890. p->counter_select[0];
  891. if (p->counter_select[1])
  892. dev->pma_counter_select[1] =
  893. p->counter_select[1];
  894. if (p->counter_select[2])
  895. dev->pma_counter_select[2] =
  896. p->counter_select[2];
  897. if (p->counter_select[3])
  898. dev->pma_counter_select[3] =
  899. p->counter_select[3];
  900. if (p->counter_select[4])
  901. dev->pma_counter_select[4] =
  902. p->counter_select[4];
  903. }
  904. spin_unlock_irqrestore(&dev->pending_lock, flags);
  905. }
  906. ret = recv_pma_get_portsamplescontrol(pmp, ibdev, port);
  907. bail:
  908. return ret;
  909. }
  910. static u64 get_counter(struct ipath_ibdev *dev, __be16 sel)
  911. {
  912. u64 ret;
  913. switch (sel) {
  914. case IB_PMA_PORT_XMIT_DATA:
  915. ret = dev->ipath_sword;
  916. break;
  917. case IB_PMA_PORT_RCV_DATA:
  918. ret = dev->ipath_rword;
  919. break;
  920. case IB_PMA_PORT_XMIT_PKTS:
  921. ret = dev->ipath_spkts;
  922. break;
  923. case IB_PMA_PORT_RCV_PKTS:
  924. ret = dev->ipath_rpkts;
  925. break;
  926. case IB_PMA_PORT_XMIT_WAIT:
  927. ret = dev->ipath_xmit_wait;
  928. break;
  929. default:
  930. ret = 0;
  931. }
  932. return ret;
  933. }
  934. static int recv_pma_get_portsamplesresult(struct ib_perf *pmp,
  935. struct ib_device *ibdev)
  936. {
  937. struct ib_pma_portsamplesresult *p =
  938. (struct ib_pma_portsamplesresult *)pmp->data;
  939. struct ipath_ibdev *dev = to_idev(ibdev);
  940. int i;
  941. memset(pmp->data, 0, sizeof(pmp->data));
  942. p->tag = cpu_to_be16(dev->pma_tag);
  943. p->sample_status = cpu_to_be16(dev->pma_sample_status);
  944. for (i = 0; i < ARRAY_SIZE(dev->pma_counter_select); i++)
  945. p->counter[i] = cpu_to_be32(
  946. get_counter(dev, dev->pma_counter_select[i]));
  947. return reply((struct ib_smp *) pmp);
  948. }
  949. static int recv_pma_get_portsamplesresult_ext(struct ib_perf *pmp,
  950. struct ib_device *ibdev)
  951. {
  952. struct ib_pma_portsamplesresult_ext *p =
  953. (struct ib_pma_portsamplesresult_ext *)pmp->data;
  954. struct ipath_ibdev *dev = to_idev(ibdev);
  955. int i;
  956. memset(pmp->data, 0, sizeof(pmp->data));
  957. p->tag = cpu_to_be16(dev->pma_tag);
  958. p->sample_status = cpu_to_be16(dev->pma_sample_status);
  959. /* 64 bits */
  960. p->extended_width = __constant_cpu_to_be32(0x80000000);
  961. for (i = 0; i < ARRAY_SIZE(dev->pma_counter_select); i++)
  962. p->counter[i] = cpu_to_be64(
  963. get_counter(dev, dev->pma_counter_select[i]));
  964. return reply((struct ib_smp *) pmp);
  965. }
  966. static int recv_pma_get_portcounters(struct ib_perf *pmp,
  967. struct ib_device *ibdev, u8 port)
  968. {
  969. struct ib_pma_portcounters *p = (struct ib_pma_portcounters *)
  970. pmp->data;
  971. struct ipath_ibdev *dev = to_idev(ibdev);
  972. struct ipath_verbs_counters cntrs;
  973. u8 port_select = p->port_select;
  974. ipath_get_counters(dev->dd, &cntrs);
  975. /* Adjust counters for any resets done. */
  976. cntrs.symbol_error_counter -= dev->z_symbol_error_counter;
  977. cntrs.link_error_recovery_counter -=
  978. dev->z_link_error_recovery_counter;
  979. cntrs.link_downed_counter -= dev->z_link_downed_counter;
  980. cntrs.port_rcv_errors += dev->rcv_errors;
  981. cntrs.port_rcv_errors -= dev->z_port_rcv_errors;
  982. cntrs.port_rcv_remphys_errors -= dev->z_port_rcv_remphys_errors;
  983. cntrs.port_xmit_discards -= dev->z_port_xmit_discards;
  984. cntrs.port_xmit_data -= dev->z_port_xmit_data;
  985. cntrs.port_rcv_data -= dev->z_port_rcv_data;
  986. cntrs.port_xmit_packets -= dev->z_port_xmit_packets;
  987. cntrs.port_rcv_packets -= dev->z_port_rcv_packets;
  988. cntrs.local_link_integrity_errors -=
  989. dev->z_local_link_integrity_errors;
  990. cntrs.excessive_buffer_overrun_errors -=
  991. dev->z_excessive_buffer_overrun_errors;
  992. memset(pmp->data, 0, sizeof(pmp->data));
  993. p->port_select = port_select;
  994. if (pmp->attr_mod != 0 ||
  995. (port_select != port && port_select != 0xFF))
  996. pmp->status |= IB_SMP_INVALID_FIELD;
  997. if (cntrs.symbol_error_counter > 0xFFFFUL)
  998. p->symbol_error_counter = __constant_cpu_to_be16(0xFFFF);
  999. else
  1000. p->symbol_error_counter =
  1001. cpu_to_be16((u16)cntrs.symbol_error_counter);
  1002. if (cntrs.link_error_recovery_counter > 0xFFUL)
  1003. p->link_error_recovery_counter = 0xFF;
  1004. else
  1005. p->link_error_recovery_counter =
  1006. (u8)cntrs.link_error_recovery_counter;
  1007. if (cntrs.link_downed_counter > 0xFFUL)
  1008. p->link_downed_counter = 0xFF;
  1009. else
  1010. p->link_downed_counter = (u8)cntrs.link_downed_counter;
  1011. if (cntrs.port_rcv_errors > 0xFFFFUL)
  1012. p->port_rcv_errors = __constant_cpu_to_be16(0xFFFF);
  1013. else
  1014. p->port_rcv_errors =
  1015. cpu_to_be16((u16) cntrs.port_rcv_errors);
  1016. if (cntrs.port_rcv_remphys_errors > 0xFFFFUL)
  1017. p->port_rcv_remphys_errors = __constant_cpu_to_be16(0xFFFF);
  1018. else
  1019. p->port_rcv_remphys_errors =
  1020. cpu_to_be16((u16)cntrs.port_rcv_remphys_errors);
  1021. if (cntrs.port_xmit_discards > 0xFFFFUL)
  1022. p->port_xmit_discards = __constant_cpu_to_be16(0xFFFF);
  1023. else
  1024. p->port_xmit_discards =
  1025. cpu_to_be16((u16)cntrs.port_xmit_discards);
  1026. if (cntrs.local_link_integrity_errors > 0xFUL)
  1027. cntrs.local_link_integrity_errors = 0xFUL;
  1028. if (cntrs.excessive_buffer_overrun_errors > 0xFUL)
  1029. cntrs.excessive_buffer_overrun_errors = 0xFUL;
  1030. p->lli_ebor_errors = (cntrs.local_link_integrity_errors << 4) |
  1031. cntrs.excessive_buffer_overrun_errors;
  1032. if (dev->n_vl15_dropped > 0xFFFFUL)
  1033. p->vl15_dropped = __constant_cpu_to_be16(0xFFFF);
  1034. else
  1035. p->vl15_dropped = cpu_to_be16((u16)dev->n_vl15_dropped);
  1036. if (cntrs.port_xmit_data > 0xFFFFFFFFUL)
  1037. p->port_xmit_data = __constant_cpu_to_be32(0xFFFFFFFF);
  1038. else
  1039. p->port_xmit_data = cpu_to_be32((u32)cntrs.port_xmit_data);
  1040. if (cntrs.port_rcv_data > 0xFFFFFFFFUL)
  1041. p->port_rcv_data = __constant_cpu_to_be32(0xFFFFFFFF);
  1042. else
  1043. p->port_rcv_data = cpu_to_be32((u32)cntrs.port_rcv_data);
  1044. if (cntrs.port_xmit_packets > 0xFFFFFFFFUL)
  1045. p->port_xmit_packets = __constant_cpu_to_be32(0xFFFFFFFF);
  1046. else
  1047. p->port_xmit_packets =
  1048. cpu_to_be32((u32)cntrs.port_xmit_packets);
  1049. if (cntrs.port_rcv_packets > 0xFFFFFFFFUL)
  1050. p->port_rcv_packets = __constant_cpu_to_be32(0xFFFFFFFF);
  1051. else
  1052. p->port_rcv_packets =
  1053. cpu_to_be32((u32) cntrs.port_rcv_packets);
  1054. return reply((struct ib_smp *) pmp);
  1055. }
  1056. static int recv_pma_get_portcounters_ext(struct ib_perf *pmp,
  1057. struct ib_device *ibdev, u8 port)
  1058. {
  1059. struct ib_pma_portcounters_ext *p =
  1060. (struct ib_pma_portcounters_ext *)pmp->data;
  1061. struct ipath_ibdev *dev = to_idev(ibdev);
  1062. u64 swords, rwords, spkts, rpkts, xwait;
  1063. u8 port_select = p->port_select;
  1064. ipath_snapshot_counters(dev->dd, &swords, &rwords, &spkts,
  1065. &rpkts, &xwait);
  1066. /* Adjust counters for any resets done. */
  1067. swords -= dev->z_port_xmit_data;
  1068. rwords -= dev->z_port_rcv_data;
  1069. spkts -= dev->z_port_xmit_packets;
  1070. rpkts -= dev->z_port_rcv_packets;
  1071. memset(pmp->data, 0, sizeof(pmp->data));
  1072. p->port_select = port_select;
  1073. if (pmp->attr_mod != 0 ||
  1074. (port_select != port && port_select != 0xFF))
  1075. pmp->status |= IB_SMP_INVALID_FIELD;
  1076. p->port_xmit_data = cpu_to_be64(swords);
  1077. p->port_rcv_data = cpu_to_be64(rwords);
  1078. p->port_xmit_packets = cpu_to_be64(spkts);
  1079. p->port_rcv_packets = cpu_to_be64(rpkts);
  1080. p->port_unicast_xmit_packets = cpu_to_be64(dev->n_unicast_xmit);
  1081. p->port_unicast_rcv_packets = cpu_to_be64(dev->n_unicast_rcv);
  1082. p->port_multicast_xmit_packets = cpu_to_be64(dev->n_multicast_xmit);
  1083. p->port_multicast_rcv_packets = cpu_to_be64(dev->n_multicast_rcv);
  1084. return reply((struct ib_smp *) pmp);
  1085. }
  1086. static int recv_pma_set_portcounters(struct ib_perf *pmp,
  1087. struct ib_device *ibdev, u8 port)
  1088. {
  1089. struct ib_pma_portcounters *p = (struct ib_pma_portcounters *)
  1090. pmp->data;
  1091. struct ipath_ibdev *dev = to_idev(ibdev);
  1092. struct ipath_verbs_counters cntrs;
  1093. /*
  1094. * Since the HW doesn't support clearing counters, we save the
  1095. * current count and subtract it from future responses.
  1096. */
  1097. ipath_get_counters(dev->dd, &cntrs);
  1098. if (p->counter_select & IB_PMA_SEL_SYMBOL_ERROR)
  1099. dev->z_symbol_error_counter = cntrs.symbol_error_counter;
  1100. if (p->counter_select & IB_PMA_SEL_LINK_ERROR_RECOVERY)
  1101. dev->z_link_error_recovery_counter =
  1102. cntrs.link_error_recovery_counter;
  1103. if (p->counter_select & IB_PMA_SEL_LINK_DOWNED)
  1104. dev->z_link_downed_counter = cntrs.link_downed_counter;
  1105. if (p->counter_select & IB_PMA_SEL_PORT_RCV_ERRORS)
  1106. dev->z_port_rcv_errors =
  1107. cntrs.port_rcv_errors + dev->rcv_errors;
  1108. if (p->counter_select & IB_PMA_SEL_PORT_RCV_REMPHYS_ERRORS)
  1109. dev->z_port_rcv_remphys_errors =
  1110. cntrs.port_rcv_remphys_errors;
  1111. if (p->counter_select & IB_PMA_SEL_PORT_XMIT_DISCARDS)
  1112. dev->z_port_xmit_discards = cntrs.port_xmit_discards;
  1113. if (p->counter_select & IB_PMA_SEL_LOCAL_LINK_INTEGRITY_ERRORS)
  1114. dev->z_local_link_integrity_errors =
  1115. cntrs.local_link_integrity_errors;
  1116. if (p->counter_select & IB_PMA_SEL_EXCESSIVE_BUFFER_OVERRUNS)
  1117. dev->z_excessive_buffer_overrun_errors =
  1118. cntrs.excessive_buffer_overrun_errors;
  1119. if (p->counter_select & IB_PMA_SEL_PORT_VL15_DROPPED)
  1120. dev->n_vl15_dropped = 0;
  1121. if (p->counter_select & IB_PMA_SEL_PORT_XMIT_DATA)
  1122. dev->z_port_xmit_data = cntrs.port_xmit_data;
  1123. if (p->counter_select & IB_PMA_SEL_PORT_RCV_DATA)
  1124. dev->z_port_rcv_data = cntrs.port_rcv_data;
  1125. if (p->counter_select & IB_PMA_SEL_PORT_XMIT_PACKETS)
  1126. dev->z_port_xmit_packets = cntrs.port_xmit_packets;
  1127. if (p->counter_select & IB_PMA_SEL_PORT_RCV_PACKETS)
  1128. dev->z_port_rcv_packets = cntrs.port_rcv_packets;
  1129. return recv_pma_get_portcounters(pmp, ibdev, port);
  1130. }
  1131. static int recv_pma_set_portcounters_ext(struct ib_perf *pmp,
  1132. struct ib_device *ibdev, u8 port)
  1133. {
  1134. struct ib_pma_portcounters *p = (struct ib_pma_portcounters *)
  1135. pmp->data;
  1136. struct ipath_ibdev *dev = to_idev(ibdev);
  1137. u64 swords, rwords, spkts, rpkts, xwait;
  1138. ipath_snapshot_counters(dev->dd, &swords, &rwords, &spkts,
  1139. &rpkts, &xwait);
  1140. if (p->counter_select & IB_PMA_SELX_PORT_XMIT_DATA)
  1141. dev->z_port_xmit_data = swords;
  1142. if (p->counter_select & IB_PMA_SELX_PORT_RCV_DATA)
  1143. dev->z_port_rcv_data = rwords;
  1144. if (p->counter_select & IB_PMA_SELX_PORT_XMIT_PACKETS)
  1145. dev->z_port_xmit_packets = spkts;
  1146. if (p->counter_select & IB_PMA_SELX_PORT_RCV_PACKETS)
  1147. dev->z_port_rcv_packets = rpkts;
  1148. if (p->counter_select & IB_PMA_SELX_PORT_UNI_XMIT_PACKETS)
  1149. dev->n_unicast_xmit = 0;
  1150. if (p->counter_select & IB_PMA_SELX_PORT_UNI_RCV_PACKETS)
  1151. dev->n_unicast_rcv = 0;
  1152. if (p->counter_select & IB_PMA_SELX_PORT_MULTI_XMIT_PACKETS)
  1153. dev->n_multicast_xmit = 0;
  1154. if (p->counter_select & IB_PMA_SELX_PORT_MULTI_RCV_PACKETS)
  1155. dev->n_multicast_rcv = 0;
  1156. return recv_pma_get_portcounters_ext(pmp, ibdev, port);
  1157. }
  1158. static int process_subn(struct ib_device *ibdev, int mad_flags,
  1159. u8 port_num, struct ib_mad *in_mad,
  1160. struct ib_mad *out_mad)
  1161. {
  1162. struct ib_smp *smp = (struct ib_smp *)out_mad;
  1163. struct ipath_ibdev *dev = to_idev(ibdev);
  1164. int ret;
  1165. *out_mad = *in_mad;
  1166. if (smp->class_version != 1) {
  1167. smp->status |= IB_SMP_UNSUP_VERSION;
  1168. ret = reply(smp);
  1169. goto bail;
  1170. }
  1171. /* Is the mkey in the process of expiring? */
  1172. if (dev->mkey_lease_timeout && jiffies >= dev->mkey_lease_timeout) {
  1173. /* Clear timeout and mkey protection field. */
  1174. dev->mkey_lease_timeout = 0;
  1175. dev->mkeyprot = 0;
  1176. }
  1177. /*
  1178. * M_Key checking depends on
  1179. * Portinfo:M_Key_protect_bits
  1180. */
  1181. if ((mad_flags & IB_MAD_IGNORE_MKEY) == 0 && dev->mkey != 0 &&
  1182. dev->mkey != smp->mkey &&
  1183. (smp->method == IB_MGMT_METHOD_SET ||
  1184. (smp->method == IB_MGMT_METHOD_GET &&
  1185. dev->mkeyprot >= 2))) {
  1186. if (dev->mkey_violations != 0xFFFF)
  1187. ++dev->mkey_violations;
  1188. if (dev->mkey_lease_timeout ||
  1189. dev->mkey_lease_period == 0) {
  1190. ret = IB_MAD_RESULT_SUCCESS |
  1191. IB_MAD_RESULT_CONSUMED;
  1192. goto bail;
  1193. }
  1194. dev->mkey_lease_timeout = jiffies +
  1195. dev->mkey_lease_period * HZ;
  1196. /* Future: Generate a trap notice. */
  1197. ret = IB_MAD_RESULT_SUCCESS | IB_MAD_RESULT_CONSUMED;
  1198. goto bail;
  1199. } else if (dev->mkey_lease_timeout)
  1200. dev->mkey_lease_timeout = 0;
  1201. switch (smp->method) {
  1202. case IB_MGMT_METHOD_GET:
  1203. switch (smp->attr_id) {
  1204. case IB_SMP_ATTR_NODE_DESC:
  1205. ret = recv_subn_get_nodedescription(smp, ibdev);
  1206. goto bail;
  1207. case IB_SMP_ATTR_NODE_INFO:
  1208. ret = recv_subn_get_nodeinfo(smp, ibdev, port_num);
  1209. goto bail;
  1210. case IB_SMP_ATTR_GUID_INFO:
  1211. ret = recv_subn_get_guidinfo(smp, ibdev);
  1212. goto bail;
  1213. case IB_SMP_ATTR_PORT_INFO:
  1214. ret = recv_subn_get_portinfo(smp, ibdev, port_num);
  1215. goto bail;
  1216. case IB_SMP_ATTR_PKEY_TABLE:
  1217. ret = recv_subn_get_pkeytable(smp, ibdev);
  1218. goto bail;
  1219. case IB_SMP_ATTR_SM_INFO:
  1220. if (dev->port_cap_flags & IB_PORT_SM_DISABLED) {
  1221. ret = IB_MAD_RESULT_SUCCESS |
  1222. IB_MAD_RESULT_CONSUMED;
  1223. goto bail;
  1224. }
  1225. if (dev->port_cap_flags & IB_PORT_SM) {
  1226. ret = IB_MAD_RESULT_SUCCESS;
  1227. goto bail;
  1228. }
  1229. /* FALLTHROUGH */
  1230. default:
  1231. smp->status |= IB_SMP_UNSUP_METH_ATTR;
  1232. ret = reply(smp);
  1233. goto bail;
  1234. }
  1235. case IB_MGMT_METHOD_SET:
  1236. switch (smp->attr_id) {
  1237. case IB_SMP_ATTR_GUID_INFO:
  1238. ret = recv_subn_set_guidinfo(smp, ibdev);
  1239. goto bail;
  1240. case IB_SMP_ATTR_PORT_INFO:
  1241. ret = recv_subn_set_portinfo(smp, ibdev, port_num);
  1242. goto bail;
  1243. case IB_SMP_ATTR_PKEY_TABLE:
  1244. ret = recv_subn_set_pkeytable(smp, ibdev);
  1245. goto bail;
  1246. case IB_SMP_ATTR_SM_INFO:
  1247. if (dev->port_cap_flags & IB_PORT_SM_DISABLED) {
  1248. ret = IB_MAD_RESULT_SUCCESS |
  1249. IB_MAD_RESULT_CONSUMED;
  1250. goto bail;
  1251. }
  1252. if (dev->port_cap_flags & IB_PORT_SM) {
  1253. ret = IB_MAD_RESULT_SUCCESS;
  1254. goto bail;
  1255. }
  1256. /* FALLTHROUGH */
  1257. default:
  1258. smp->status |= IB_SMP_UNSUP_METH_ATTR;
  1259. ret = reply(smp);
  1260. goto bail;
  1261. }
  1262. case IB_MGMT_METHOD_GET_RESP:
  1263. /*
  1264. * The ib_mad module will call us to process responses
  1265. * before checking for other consumers.
  1266. * Just tell the caller to process it normally.
  1267. */
  1268. ret = IB_MAD_RESULT_FAILURE;
  1269. goto bail;
  1270. default:
  1271. smp->status |= IB_SMP_UNSUP_METHOD;
  1272. ret = reply(smp);
  1273. }
  1274. bail:
  1275. return ret;
  1276. }
  1277. static int process_perf(struct ib_device *ibdev, u8 port_num,
  1278. struct ib_mad *in_mad,
  1279. struct ib_mad *out_mad)
  1280. {
  1281. struct ib_perf *pmp = (struct ib_perf *)out_mad;
  1282. int ret;
  1283. *out_mad = *in_mad;
  1284. if (pmp->class_version != 1) {
  1285. pmp->status |= IB_SMP_UNSUP_VERSION;
  1286. ret = reply((struct ib_smp *) pmp);
  1287. goto bail;
  1288. }
  1289. switch (pmp->method) {
  1290. case IB_MGMT_METHOD_GET:
  1291. switch (pmp->attr_id) {
  1292. case IB_PMA_CLASS_PORT_INFO:
  1293. ret = recv_pma_get_classportinfo(pmp);
  1294. goto bail;
  1295. case IB_PMA_PORT_SAMPLES_CONTROL:
  1296. ret = recv_pma_get_portsamplescontrol(pmp, ibdev,
  1297. port_num);
  1298. goto bail;
  1299. case IB_PMA_PORT_SAMPLES_RESULT:
  1300. ret = recv_pma_get_portsamplesresult(pmp, ibdev);
  1301. goto bail;
  1302. case IB_PMA_PORT_SAMPLES_RESULT_EXT:
  1303. ret = recv_pma_get_portsamplesresult_ext(pmp,
  1304. ibdev);
  1305. goto bail;
  1306. case IB_PMA_PORT_COUNTERS:
  1307. ret = recv_pma_get_portcounters(pmp, ibdev,
  1308. port_num);
  1309. goto bail;
  1310. case IB_PMA_PORT_COUNTERS_EXT:
  1311. ret = recv_pma_get_portcounters_ext(pmp, ibdev,
  1312. port_num);
  1313. goto bail;
  1314. default:
  1315. pmp->status |= IB_SMP_UNSUP_METH_ATTR;
  1316. ret = reply((struct ib_smp *) pmp);
  1317. goto bail;
  1318. }
  1319. case IB_MGMT_METHOD_SET:
  1320. switch (pmp->attr_id) {
  1321. case IB_PMA_PORT_SAMPLES_CONTROL:
  1322. ret = recv_pma_set_portsamplescontrol(pmp, ibdev,
  1323. port_num);
  1324. goto bail;
  1325. case IB_PMA_PORT_COUNTERS:
  1326. ret = recv_pma_set_portcounters(pmp, ibdev,
  1327. port_num);
  1328. goto bail;
  1329. case IB_PMA_PORT_COUNTERS_EXT:
  1330. ret = recv_pma_set_portcounters_ext(pmp, ibdev,
  1331. port_num);
  1332. goto bail;
  1333. default:
  1334. pmp->status |= IB_SMP_UNSUP_METH_ATTR;
  1335. ret = reply((struct ib_smp *) pmp);
  1336. goto bail;
  1337. }
  1338. case IB_MGMT_METHOD_GET_RESP:
  1339. /*
  1340. * The ib_mad module will call us to process responses
  1341. * before checking for other consumers.
  1342. * Just tell the caller to process it normally.
  1343. */
  1344. ret = IB_MAD_RESULT_FAILURE;
  1345. goto bail;
  1346. default:
  1347. pmp->status |= IB_SMP_UNSUP_METHOD;
  1348. ret = reply((struct ib_smp *) pmp);
  1349. }
  1350. bail:
  1351. return ret;
  1352. }
  1353. /**
  1354. * ipath_process_mad - process an incoming MAD packet
  1355. * @ibdev: the infiniband device this packet came in on
  1356. * @mad_flags: MAD flags
  1357. * @port_num: the port number this packet came in on
  1358. * @in_wc: the work completion entry for this packet
  1359. * @in_grh: the global route header for this packet
  1360. * @in_mad: the incoming MAD
  1361. * @out_mad: any outgoing MAD reply
  1362. *
  1363. * Returns IB_MAD_RESULT_SUCCESS if this is a MAD that we are not
  1364. * interested in processing.
  1365. *
  1366. * Note that the verbs framework has already done the MAD sanity checks,
  1367. * and hop count/pointer updating for IB_MGMT_CLASS_SUBN_DIRECTED_ROUTE
  1368. * MADs.
  1369. *
  1370. * This is called by the ib_mad module.
  1371. */
  1372. int ipath_process_mad(struct ib_device *ibdev, int mad_flags, u8 port_num,
  1373. struct ib_wc *in_wc, struct ib_grh *in_grh,
  1374. struct ib_mad *in_mad, struct ib_mad *out_mad)
  1375. {
  1376. int ret;
  1377. switch (in_mad->mad_hdr.mgmt_class) {
  1378. case IB_MGMT_CLASS_SUBN_DIRECTED_ROUTE:
  1379. case IB_MGMT_CLASS_SUBN_LID_ROUTED:
  1380. ret = process_subn(ibdev, mad_flags, port_num,
  1381. in_mad, out_mad);
  1382. goto bail;
  1383. case IB_MGMT_CLASS_PERF_MGMT:
  1384. ret = process_perf(ibdev, port_num, in_mad, out_mad);
  1385. goto bail;
  1386. default:
  1387. ret = IB_MAD_RESULT_SUCCESS;
  1388. }
  1389. bail:
  1390. return ret;
  1391. }