ipath_mad.c 43 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583
  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_resv_lmc >> 6) == 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_resv_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. u32 flags;
  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. event.device = ibdev;
  373. event.element.port_num = port;
  374. dev->mkey = pip->mkey;
  375. dev->gid_prefix = pip->gid_prefix;
  376. dev->mkey_lease_period = be16_to_cpu(pip->mkey_lease_period);
  377. lid = be16_to_cpu(pip->lid);
  378. if (lid != dev->dd->ipath_lid) {
  379. /* Must be a valid unicast LID address. */
  380. if (lid == 0 || lid >= IPATH_MULTICAST_LID_BASE)
  381. goto err;
  382. ipath_set_lid(dev->dd, lid, pip->mkeyprot_resv_lmc & 7);
  383. event.event = IB_EVENT_LID_CHANGE;
  384. ib_dispatch_event(&event);
  385. }
  386. smlid = be16_to_cpu(pip->sm_lid);
  387. if (smlid != dev->sm_lid) {
  388. /* Must be a valid unicast LID address. */
  389. if (smlid == 0 || smlid >= IPATH_MULTICAST_LID_BASE)
  390. goto err;
  391. dev->sm_lid = smlid;
  392. event.event = IB_EVENT_SM_CHANGE;
  393. ib_dispatch_event(&event);
  394. }
  395. /* Only 4x supported but allow 1x or 4x to be set (see 14.2.6.6). */
  396. lwe = pip->link_width_enabled;
  397. if ((lwe >= 4 && lwe <= 8) || (lwe >= 0xC && lwe <= 0xFE))
  398. goto err;
  399. if (lwe == 0xFF)
  400. dev->link_width_enabled = 3; /* 1x or 4x */
  401. else if (lwe)
  402. dev->link_width_enabled = lwe;
  403. /* Only 2.5 Gbs supported. */
  404. lse = pip->linkspeedactive_enabled & 0xF;
  405. if (lse >= 2 && lse <= 0xE)
  406. goto err;
  407. /* Set link down default state. */
  408. switch (pip->portphysstate_linkdown & 0xF) {
  409. case 0: /* NOP */
  410. break;
  411. case 1: /* SLEEP */
  412. if (set_linkdowndefaultstate(dev->dd, 1))
  413. goto err;
  414. break;
  415. case 2: /* POLL */
  416. if (set_linkdowndefaultstate(dev->dd, 0))
  417. goto err;
  418. break;
  419. default:
  420. goto err;
  421. }
  422. dev->mkeyprot_resv_lmc = pip->mkeyprot_resv_lmc;
  423. dev->vl_high_limit = pip->vl_high_limit;
  424. switch ((pip->neighbormtu_mastersmsl >> 4) & 0xF) {
  425. case IB_MTU_256:
  426. mtu = 256;
  427. break;
  428. case IB_MTU_512:
  429. mtu = 512;
  430. break;
  431. case IB_MTU_1024:
  432. mtu = 1024;
  433. break;
  434. case IB_MTU_2048:
  435. mtu = 2048;
  436. break;
  437. case IB_MTU_4096:
  438. mtu = 4096;
  439. break;
  440. default:
  441. /* XXX We have already partially updated our state! */
  442. goto err;
  443. }
  444. ipath_set_mtu(dev->dd, mtu);
  445. dev->sm_sl = pip->neighbormtu_mastersmsl & 0xF;
  446. /* We only support VL0 */
  447. if (((pip->operationalvl_pei_peo_fpi_fpo >> 4) & 0xF) > 1)
  448. goto err;
  449. if (pip->mkey_violations == 0)
  450. dev->mkey_violations = 0;
  451. /*
  452. * Hardware counter can't be reset so snapshot and subtract
  453. * later.
  454. */
  455. if (pip->pkey_violations == 0)
  456. dev->z_pkey_violations = ipath_get_cr_errpkey(dev->dd);
  457. if (pip->qkey_violations == 0)
  458. dev->qkey_violations = 0;
  459. ore = pip->localphyerrors_overrunerrors;
  460. if (set_phyerrthreshold(dev->dd, (ore >> 4) & 0xF))
  461. goto err;
  462. if (set_overrunthreshold(dev->dd, (ore & 0xF)))
  463. goto err;
  464. dev->subnet_timeout = pip->clientrereg_resv_subnetto & 0x1F;
  465. if (pip->clientrereg_resv_subnetto & 0x80) {
  466. clientrereg = 1;
  467. event.event = IB_EVENT_CLIENT_REREGISTER;
  468. ib_dispatch_event(&event);
  469. }
  470. /*
  471. * Do the port state change now that the other link parameters
  472. * have been set.
  473. * Changing the port physical state only makes sense if the link
  474. * is down or is being set to down.
  475. */
  476. state = pip->linkspeed_portstate & 0xF;
  477. flags = dev->dd->ipath_flags;
  478. lstate = (pip->portphysstate_linkdown >> 4) & 0xF;
  479. if (lstate && !(state == IB_PORT_DOWN || state == IB_PORT_NOP))
  480. goto err;
  481. /*
  482. * Only state changes of DOWN, ARM, and ACTIVE are valid
  483. * and must be in the correct state to take effect (see 7.2.6).
  484. */
  485. switch (state) {
  486. case IB_PORT_NOP:
  487. if (lstate == 0)
  488. break;
  489. /* FALLTHROUGH */
  490. case IB_PORT_DOWN:
  491. if (lstate == 0)
  492. if (get_linkdowndefaultstate(dev->dd))
  493. lstate = IPATH_IB_LINKDOWN_SLEEP;
  494. else
  495. lstate = IPATH_IB_LINKDOWN;
  496. else if (lstate == 1)
  497. lstate = IPATH_IB_LINKDOWN_SLEEP;
  498. else if (lstate == 2)
  499. lstate = IPATH_IB_LINKDOWN;
  500. else if (lstate == 3)
  501. lstate = IPATH_IB_LINKDOWN_DISABLE;
  502. else
  503. goto err;
  504. ipath_set_linkstate(dev->dd, lstate);
  505. if (flags & IPATH_LINKACTIVE) {
  506. event.event = IB_EVENT_PORT_ERR;
  507. ib_dispatch_event(&event);
  508. }
  509. break;
  510. case IB_PORT_ARMED:
  511. if (!(flags & (IPATH_LINKINIT | IPATH_LINKACTIVE)))
  512. break;
  513. ipath_set_linkstate(dev->dd, IPATH_IB_LINKARM);
  514. if (flags & IPATH_LINKACTIVE) {
  515. event.event = IB_EVENT_PORT_ERR;
  516. ib_dispatch_event(&event);
  517. }
  518. break;
  519. case IB_PORT_ACTIVE:
  520. if (!(flags & IPATH_LINKARMED))
  521. break;
  522. ipath_set_linkstate(dev->dd, IPATH_IB_LINKACTIVE);
  523. event.event = IB_EVENT_PORT_ACTIVE;
  524. ib_dispatch_event(&event);
  525. break;
  526. default:
  527. /* XXX We have already partially updated our state! */
  528. goto err;
  529. }
  530. ret = recv_subn_get_portinfo(smp, ibdev, port);
  531. if (clientrereg)
  532. pip->clientrereg_resv_subnetto |= 0x80;
  533. goto done;
  534. err:
  535. smp->status |= IB_SMP_INVALID_FIELD;
  536. ret = recv_subn_get_portinfo(smp, ibdev, port);
  537. done:
  538. return ret;
  539. }
  540. /**
  541. * rm_pkey - decrecment the reference count for the given PKEY
  542. * @dd: the infinipath device
  543. * @key: the PKEY index
  544. *
  545. * Return true if this was the last reference and the hardware table entry
  546. * needs to be changed.
  547. */
  548. static int rm_pkey(struct ipath_devdata *dd, u16 key)
  549. {
  550. int i;
  551. int ret;
  552. for (i = 0; i < ARRAY_SIZE(dd->ipath_pkeys); i++) {
  553. if (dd->ipath_pkeys[i] != key)
  554. continue;
  555. if (atomic_dec_and_test(&dd->ipath_pkeyrefs[i])) {
  556. dd->ipath_pkeys[i] = 0;
  557. ret = 1;
  558. goto bail;
  559. }
  560. break;
  561. }
  562. ret = 0;
  563. bail:
  564. return ret;
  565. }
  566. /**
  567. * add_pkey - add the given PKEY to the hardware table
  568. * @dd: the infinipath device
  569. * @key: the PKEY
  570. *
  571. * Return an error code if unable to add the entry, zero if no change,
  572. * or 1 if the hardware PKEY register needs to be updated.
  573. */
  574. static int add_pkey(struct ipath_devdata *dd, u16 key)
  575. {
  576. int i;
  577. u16 lkey = key & 0x7FFF;
  578. int any = 0;
  579. int ret;
  580. if (lkey == 0x7FFF) {
  581. ret = 0;
  582. goto bail;
  583. }
  584. /* Look for an empty slot or a matching PKEY. */
  585. for (i = 0; i < ARRAY_SIZE(dd->ipath_pkeys); i++) {
  586. if (!dd->ipath_pkeys[i]) {
  587. any++;
  588. continue;
  589. }
  590. /* If it matches exactly, try to increment the ref count */
  591. if (dd->ipath_pkeys[i] == key) {
  592. if (atomic_inc_return(&dd->ipath_pkeyrefs[i]) > 1) {
  593. ret = 0;
  594. goto bail;
  595. }
  596. /* Lost the race. Look for an empty slot below. */
  597. atomic_dec(&dd->ipath_pkeyrefs[i]);
  598. any++;
  599. }
  600. /*
  601. * It makes no sense to have both the limited and unlimited
  602. * PKEY set at the same time since the unlimited one will
  603. * disable the limited one.
  604. */
  605. if ((dd->ipath_pkeys[i] & 0x7FFF) == lkey) {
  606. ret = -EEXIST;
  607. goto bail;
  608. }
  609. }
  610. if (!any) {
  611. ret = -EBUSY;
  612. goto bail;
  613. }
  614. for (i = 0; i < ARRAY_SIZE(dd->ipath_pkeys); i++) {
  615. if (!dd->ipath_pkeys[i] &&
  616. atomic_inc_return(&dd->ipath_pkeyrefs[i]) == 1) {
  617. /* for ipathstats, etc. */
  618. ipath_stats.sps_pkeys[i] = lkey;
  619. dd->ipath_pkeys[i] = key;
  620. ret = 1;
  621. goto bail;
  622. }
  623. }
  624. ret = -EBUSY;
  625. bail:
  626. return ret;
  627. }
  628. /**
  629. * set_pkeys - set the PKEY table for port 0
  630. * @dd: the infinipath device
  631. * @pkeys: the PKEY table
  632. */
  633. static int set_pkeys(struct ipath_devdata *dd, u16 *pkeys)
  634. {
  635. struct ipath_portdata *pd;
  636. int i;
  637. int changed = 0;
  638. pd = dd->ipath_pd[0];
  639. for (i = 0; i < ARRAY_SIZE(pd->port_pkeys); i++) {
  640. u16 key = pkeys[i];
  641. u16 okey = pd->port_pkeys[i];
  642. if (key == okey)
  643. continue;
  644. /*
  645. * The value of this PKEY table entry is changing.
  646. * Remove the old entry in the hardware's array of PKEYs.
  647. */
  648. if (okey & 0x7FFF)
  649. changed |= rm_pkey(dd, okey);
  650. if (key & 0x7FFF) {
  651. int ret = add_pkey(dd, key);
  652. if (ret < 0)
  653. key = 0;
  654. else
  655. changed |= ret;
  656. }
  657. pd->port_pkeys[i] = key;
  658. }
  659. if (changed) {
  660. u64 pkey;
  661. pkey = (u64) dd->ipath_pkeys[0] |
  662. ((u64) dd->ipath_pkeys[1] << 16) |
  663. ((u64) dd->ipath_pkeys[2] << 32) |
  664. ((u64) dd->ipath_pkeys[3] << 48);
  665. ipath_cdbg(VERBOSE, "p0 new pkey reg %llx\n",
  666. (unsigned long long) pkey);
  667. ipath_write_kreg(dd, dd->ipath_kregs->kr_partitionkey,
  668. pkey);
  669. }
  670. return 0;
  671. }
  672. static int recv_subn_set_pkeytable(struct ib_smp *smp,
  673. struct ib_device *ibdev)
  674. {
  675. u32 startpx = 32 * (be32_to_cpu(smp->attr_mod) & 0xffff);
  676. __be16 *p = (__be16 *) smp->data;
  677. u16 *q = (u16 *) smp->data;
  678. struct ipath_ibdev *dev = to_idev(ibdev);
  679. unsigned i, n = ipath_get_npkeys(dev->dd);
  680. for (i = 0; i < n; i++)
  681. q[i] = be16_to_cpu(p[i]);
  682. if (startpx != 0 || set_pkeys(dev->dd, q) != 0)
  683. smp->status |= IB_SMP_INVALID_FIELD;
  684. return recv_subn_get_pkeytable(smp, ibdev);
  685. }
  686. #define IB_PMA_CLASS_PORT_INFO __constant_htons(0x0001)
  687. #define IB_PMA_PORT_SAMPLES_CONTROL __constant_htons(0x0010)
  688. #define IB_PMA_PORT_SAMPLES_RESULT __constant_htons(0x0011)
  689. #define IB_PMA_PORT_COUNTERS __constant_htons(0x0012)
  690. #define IB_PMA_PORT_COUNTERS_EXT __constant_htons(0x001D)
  691. #define IB_PMA_PORT_SAMPLES_RESULT_EXT __constant_htons(0x001E)
  692. struct ib_perf {
  693. u8 base_version;
  694. u8 mgmt_class;
  695. u8 class_version;
  696. u8 method;
  697. __be16 status;
  698. __be16 unused;
  699. __be64 tid;
  700. __be16 attr_id;
  701. __be16 resv;
  702. __be32 attr_mod;
  703. u8 reserved[40];
  704. u8 data[192];
  705. } __attribute__ ((packed));
  706. struct ib_pma_classportinfo {
  707. u8 base_version;
  708. u8 class_version;
  709. __be16 cap_mask;
  710. u8 reserved[3];
  711. u8 resp_time_value; /* only lower 5 bits */
  712. union ib_gid redirect_gid;
  713. __be32 redirect_tc_sl_fl; /* 8, 4, 20 bits respectively */
  714. __be16 redirect_lid;
  715. __be16 redirect_pkey;
  716. __be32 redirect_qp; /* only lower 24 bits */
  717. __be32 redirect_qkey;
  718. union ib_gid trap_gid;
  719. __be32 trap_tc_sl_fl; /* 8, 4, 20 bits respectively */
  720. __be16 trap_lid;
  721. __be16 trap_pkey;
  722. __be32 trap_hl_qp; /* 8, 24 bits respectively */
  723. __be32 trap_qkey;
  724. } __attribute__ ((packed));
  725. struct ib_pma_portsamplescontrol {
  726. u8 opcode;
  727. u8 port_select;
  728. u8 tick;
  729. u8 counter_width; /* only lower 3 bits */
  730. __be32 counter_mask0_9; /* 2, 10 * 3, bits */
  731. __be16 counter_mask10_14; /* 1, 5 * 3, bits */
  732. u8 sample_mechanisms;
  733. u8 sample_status; /* only lower 2 bits */
  734. __be64 option_mask;
  735. __be64 vendor_mask;
  736. __be32 sample_start;
  737. __be32 sample_interval;
  738. __be16 tag;
  739. __be16 counter_select[15];
  740. } __attribute__ ((packed));
  741. struct ib_pma_portsamplesresult {
  742. __be16 tag;
  743. __be16 sample_status; /* only lower 2 bits */
  744. __be32 counter[15];
  745. } __attribute__ ((packed));
  746. struct ib_pma_portsamplesresult_ext {
  747. __be16 tag;
  748. __be16 sample_status; /* only lower 2 bits */
  749. __be32 extended_width; /* only upper 2 bits */
  750. __be64 counter[15];
  751. } __attribute__ ((packed));
  752. struct ib_pma_portcounters {
  753. u8 reserved;
  754. u8 port_select;
  755. __be16 counter_select;
  756. __be16 symbol_error_counter;
  757. u8 link_error_recovery_counter;
  758. u8 link_downed_counter;
  759. __be16 port_rcv_errors;
  760. __be16 port_rcv_remphys_errors;
  761. __be16 port_rcv_switch_relay_errors;
  762. __be16 port_xmit_discards;
  763. u8 port_xmit_constraint_errors;
  764. u8 port_rcv_constraint_errors;
  765. u8 reserved1;
  766. u8 lli_ebor_errors; /* 4, 4, bits */
  767. __be16 reserved2;
  768. __be16 vl15_dropped;
  769. __be32 port_xmit_data;
  770. __be32 port_rcv_data;
  771. __be32 port_xmit_packets;
  772. __be32 port_rcv_packets;
  773. } __attribute__ ((packed));
  774. #define IB_PMA_SEL_SYMBOL_ERROR __constant_htons(0x0001)
  775. #define IB_PMA_SEL_LINK_ERROR_RECOVERY __constant_htons(0x0002)
  776. #define IB_PMA_SEL_LINK_DOWNED __constant_htons(0x0004)
  777. #define IB_PMA_SEL_PORT_RCV_ERRORS __constant_htons(0x0008)
  778. #define IB_PMA_SEL_PORT_RCV_REMPHYS_ERRORS __constant_htons(0x0010)
  779. #define IB_PMA_SEL_PORT_XMIT_DISCARDS __constant_htons(0x0040)
  780. #define IB_PMA_SEL_LOCAL_LINK_INTEGRITY_ERRORS __constant_htons(0x0200)
  781. #define IB_PMA_SEL_EXCESSIVE_BUFFER_OVERRUNS __constant_htons(0x0400)
  782. #define IB_PMA_SEL_PORT_VL15_DROPPED __constant_htons(0x0800)
  783. #define IB_PMA_SEL_PORT_XMIT_DATA __constant_htons(0x1000)
  784. #define IB_PMA_SEL_PORT_RCV_DATA __constant_htons(0x2000)
  785. #define IB_PMA_SEL_PORT_XMIT_PACKETS __constant_htons(0x4000)
  786. #define IB_PMA_SEL_PORT_RCV_PACKETS __constant_htons(0x8000)
  787. struct ib_pma_portcounters_ext {
  788. u8 reserved;
  789. u8 port_select;
  790. __be16 counter_select;
  791. __be32 reserved1;
  792. __be64 port_xmit_data;
  793. __be64 port_rcv_data;
  794. __be64 port_xmit_packets;
  795. __be64 port_rcv_packets;
  796. __be64 port_unicast_xmit_packets;
  797. __be64 port_unicast_rcv_packets;
  798. __be64 port_multicast_xmit_packets;
  799. __be64 port_multicast_rcv_packets;
  800. } __attribute__ ((packed));
  801. #define IB_PMA_SELX_PORT_XMIT_DATA __constant_htons(0x0001)
  802. #define IB_PMA_SELX_PORT_RCV_DATA __constant_htons(0x0002)
  803. #define IB_PMA_SELX_PORT_XMIT_PACKETS __constant_htons(0x0004)
  804. #define IB_PMA_SELX_PORT_RCV_PACKETS __constant_htons(0x0008)
  805. #define IB_PMA_SELX_PORT_UNI_XMIT_PACKETS __constant_htons(0x0010)
  806. #define IB_PMA_SELX_PORT_UNI_RCV_PACKETS __constant_htons(0x0020)
  807. #define IB_PMA_SELX_PORT_MULTI_XMIT_PACKETS __constant_htons(0x0040)
  808. #define IB_PMA_SELX_PORT_MULTI_RCV_PACKETS __constant_htons(0x0080)
  809. static int recv_pma_get_classportinfo(struct ib_perf *pmp)
  810. {
  811. struct ib_pma_classportinfo *p =
  812. (struct ib_pma_classportinfo *)pmp->data;
  813. memset(pmp->data, 0, sizeof(pmp->data));
  814. if (pmp->attr_mod != 0)
  815. pmp->status |= IB_SMP_INVALID_FIELD;
  816. /* Indicate AllPortSelect is valid (only one port anyway) */
  817. p->cap_mask = __constant_cpu_to_be16(1 << 8);
  818. p->base_version = 1;
  819. p->class_version = 1;
  820. /*
  821. * Expected response time is 4.096 usec. * 2^18 == 1.073741824
  822. * sec.
  823. */
  824. p->resp_time_value = 18;
  825. return reply((struct ib_smp *) pmp);
  826. }
  827. /*
  828. * The PortSamplesControl.CounterMasks field is an array of 3 bit fields
  829. * which specify the N'th counter's capabilities. See ch. 16.1.3.2.
  830. * We support 5 counters which only count the mandatory quantities.
  831. */
  832. #define COUNTER_MASK(q, n) (q << ((9 - n) * 3))
  833. #define COUNTER_MASK0_9 \
  834. __constant_cpu_to_be32(COUNTER_MASK(1, 0) | \
  835. COUNTER_MASK(1, 1) | \
  836. COUNTER_MASK(1, 2) | \
  837. COUNTER_MASK(1, 3) | \
  838. COUNTER_MASK(1, 4))
  839. static int recv_pma_get_portsamplescontrol(struct ib_perf *pmp,
  840. struct ib_device *ibdev, u8 port)
  841. {
  842. struct ib_pma_portsamplescontrol *p =
  843. (struct ib_pma_portsamplescontrol *)pmp->data;
  844. struct ipath_ibdev *dev = to_idev(ibdev);
  845. unsigned long flags;
  846. u8 port_select = p->port_select;
  847. memset(pmp->data, 0, sizeof(pmp->data));
  848. p->port_select = port_select;
  849. if (pmp->attr_mod != 0 ||
  850. (port_select != port && port_select != 0xFF))
  851. pmp->status |= IB_SMP_INVALID_FIELD;
  852. /*
  853. * Ticks are 10x the link transfer period which for 2.5Gbs is 4
  854. * nsec. 0 == 4 nsec., 1 == 8 nsec., ..., 255 == 1020 nsec. Sample
  855. * intervals are counted in ticks. Since we use Linux timers, that
  856. * count in jiffies, we can't sample for less than 1000 ticks if HZ
  857. * == 1000 (4000 ticks if HZ is 250).
  858. */
  859. /* XXX This is WRONG. */
  860. p->tick = 250; /* 1 usec. */
  861. p->counter_width = 4; /* 32 bit counters */
  862. p->counter_mask0_9 = COUNTER_MASK0_9;
  863. spin_lock_irqsave(&dev->pending_lock, flags);
  864. p->sample_status = dev->pma_sample_status;
  865. p->sample_start = cpu_to_be32(dev->pma_sample_start);
  866. p->sample_interval = cpu_to_be32(dev->pma_sample_interval);
  867. p->tag = cpu_to_be16(dev->pma_tag);
  868. p->counter_select[0] = dev->pma_counter_select[0];
  869. p->counter_select[1] = dev->pma_counter_select[1];
  870. p->counter_select[2] = dev->pma_counter_select[2];
  871. p->counter_select[3] = dev->pma_counter_select[3];
  872. p->counter_select[4] = dev->pma_counter_select[4];
  873. spin_unlock_irqrestore(&dev->pending_lock, flags);
  874. return reply((struct ib_smp *) pmp);
  875. }
  876. static int recv_pma_set_portsamplescontrol(struct ib_perf *pmp,
  877. struct ib_device *ibdev, u8 port)
  878. {
  879. struct ib_pma_portsamplescontrol *p =
  880. (struct ib_pma_portsamplescontrol *)pmp->data;
  881. struct ipath_ibdev *dev = to_idev(ibdev);
  882. unsigned long flags;
  883. u32 start;
  884. int ret;
  885. if (pmp->attr_mod != 0 ||
  886. (p->port_select != port && p->port_select != 0xFF)) {
  887. pmp->status |= IB_SMP_INVALID_FIELD;
  888. ret = reply((struct ib_smp *) pmp);
  889. goto bail;
  890. }
  891. start = be32_to_cpu(p->sample_start);
  892. if (start != 0) {
  893. spin_lock_irqsave(&dev->pending_lock, flags);
  894. if (dev->pma_sample_status == IB_PMA_SAMPLE_STATUS_DONE) {
  895. dev->pma_sample_status =
  896. IB_PMA_SAMPLE_STATUS_STARTED;
  897. dev->pma_sample_start = start;
  898. dev->pma_sample_interval =
  899. be32_to_cpu(p->sample_interval);
  900. dev->pma_tag = be16_to_cpu(p->tag);
  901. if (p->counter_select[0])
  902. dev->pma_counter_select[0] =
  903. p->counter_select[0];
  904. if (p->counter_select[1])
  905. dev->pma_counter_select[1] =
  906. p->counter_select[1];
  907. if (p->counter_select[2])
  908. dev->pma_counter_select[2] =
  909. p->counter_select[2];
  910. if (p->counter_select[3])
  911. dev->pma_counter_select[3] =
  912. p->counter_select[3];
  913. if (p->counter_select[4])
  914. dev->pma_counter_select[4] =
  915. p->counter_select[4];
  916. }
  917. spin_unlock_irqrestore(&dev->pending_lock, flags);
  918. }
  919. ret = recv_pma_get_portsamplescontrol(pmp, ibdev, port);
  920. bail:
  921. return ret;
  922. }
  923. static u64 get_counter(struct ipath_ibdev *dev, __be16 sel)
  924. {
  925. u64 ret;
  926. switch (sel) {
  927. case IB_PMA_PORT_XMIT_DATA:
  928. ret = dev->ipath_sword;
  929. break;
  930. case IB_PMA_PORT_RCV_DATA:
  931. ret = dev->ipath_rword;
  932. break;
  933. case IB_PMA_PORT_XMIT_PKTS:
  934. ret = dev->ipath_spkts;
  935. break;
  936. case IB_PMA_PORT_RCV_PKTS:
  937. ret = dev->ipath_rpkts;
  938. break;
  939. case IB_PMA_PORT_XMIT_WAIT:
  940. ret = dev->ipath_xmit_wait;
  941. break;
  942. default:
  943. ret = 0;
  944. }
  945. return ret;
  946. }
  947. static int recv_pma_get_portsamplesresult(struct ib_perf *pmp,
  948. struct ib_device *ibdev)
  949. {
  950. struct ib_pma_portsamplesresult *p =
  951. (struct ib_pma_portsamplesresult *)pmp->data;
  952. struct ipath_ibdev *dev = to_idev(ibdev);
  953. int i;
  954. memset(pmp->data, 0, sizeof(pmp->data));
  955. p->tag = cpu_to_be16(dev->pma_tag);
  956. p->sample_status = cpu_to_be16(dev->pma_sample_status);
  957. for (i = 0; i < ARRAY_SIZE(dev->pma_counter_select); i++)
  958. p->counter[i] = cpu_to_be32(
  959. get_counter(dev, dev->pma_counter_select[i]));
  960. return reply((struct ib_smp *) pmp);
  961. }
  962. static int recv_pma_get_portsamplesresult_ext(struct ib_perf *pmp,
  963. struct ib_device *ibdev)
  964. {
  965. struct ib_pma_portsamplesresult_ext *p =
  966. (struct ib_pma_portsamplesresult_ext *)pmp->data;
  967. struct ipath_ibdev *dev = to_idev(ibdev);
  968. int i;
  969. memset(pmp->data, 0, sizeof(pmp->data));
  970. p->tag = cpu_to_be16(dev->pma_tag);
  971. p->sample_status = cpu_to_be16(dev->pma_sample_status);
  972. /* 64 bits */
  973. p->extended_width = __constant_cpu_to_be32(0x80000000);
  974. for (i = 0; i < ARRAY_SIZE(dev->pma_counter_select); i++)
  975. p->counter[i] = cpu_to_be64(
  976. get_counter(dev, dev->pma_counter_select[i]));
  977. return reply((struct ib_smp *) pmp);
  978. }
  979. static int recv_pma_get_portcounters(struct ib_perf *pmp,
  980. struct ib_device *ibdev, u8 port)
  981. {
  982. struct ib_pma_portcounters *p = (struct ib_pma_portcounters *)
  983. pmp->data;
  984. struct ipath_ibdev *dev = to_idev(ibdev);
  985. struct ipath_verbs_counters cntrs;
  986. u8 port_select = p->port_select;
  987. ipath_get_counters(dev->dd, &cntrs);
  988. /* Adjust counters for any resets done. */
  989. cntrs.symbol_error_counter -= dev->z_symbol_error_counter;
  990. cntrs.link_error_recovery_counter -=
  991. dev->z_link_error_recovery_counter;
  992. cntrs.link_downed_counter -= dev->z_link_downed_counter;
  993. cntrs.port_rcv_errors += dev->rcv_errors;
  994. cntrs.port_rcv_errors -= dev->z_port_rcv_errors;
  995. cntrs.port_rcv_remphys_errors -= dev->z_port_rcv_remphys_errors;
  996. cntrs.port_xmit_discards -= dev->z_port_xmit_discards;
  997. cntrs.port_xmit_data -= dev->z_port_xmit_data;
  998. cntrs.port_rcv_data -= dev->z_port_rcv_data;
  999. cntrs.port_xmit_packets -= dev->z_port_xmit_packets;
  1000. cntrs.port_rcv_packets -= dev->z_port_rcv_packets;
  1001. cntrs.local_link_integrity_errors -=
  1002. dev->z_local_link_integrity_errors;
  1003. cntrs.excessive_buffer_overrun_errors -=
  1004. dev->z_excessive_buffer_overrun_errors;
  1005. memset(pmp->data, 0, sizeof(pmp->data));
  1006. p->port_select = port_select;
  1007. if (pmp->attr_mod != 0 ||
  1008. (port_select != port && port_select != 0xFF))
  1009. pmp->status |= IB_SMP_INVALID_FIELD;
  1010. if (cntrs.symbol_error_counter > 0xFFFFUL)
  1011. p->symbol_error_counter = __constant_cpu_to_be16(0xFFFF);
  1012. else
  1013. p->symbol_error_counter =
  1014. cpu_to_be16((u16)cntrs.symbol_error_counter);
  1015. if (cntrs.link_error_recovery_counter > 0xFFUL)
  1016. p->link_error_recovery_counter = 0xFF;
  1017. else
  1018. p->link_error_recovery_counter =
  1019. (u8)cntrs.link_error_recovery_counter;
  1020. if (cntrs.link_downed_counter > 0xFFUL)
  1021. p->link_downed_counter = 0xFF;
  1022. else
  1023. p->link_downed_counter = (u8)cntrs.link_downed_counter;
  1024. if (cntrs.port_rcv_errors > 0xFFFFUL)
  1025. p->port_rcv_errors = __constant_cpu_to_be16(0xFFFF);
  1026. else
  1027. p->port_rcv_errors =
  1028. cpu_to_be16((u16) cntrs.port_rcv_errors);
  1029. if (cntrs.port_rcv_remphys_errors > 0xFFFFUL)
  1030. p->port_rcv_remphys_errors = __constant_cpu_to_be16(0xFFFF);
  1031. else
  1032. p->port_rcv_remphys_errors =
  1033. cpu_to_be16((u16)cntrs.port_rcv_remphys_errors);
  1034. if (cntrs.port_xmit_discards > 0xFFFFUL)
  1035. p->port_xmit_discards = __constant_cpu_to_be16(0xFFFF);
  1036. else
  1037. p->port_xmit_discards =
  1038. cpu_to_be16((u16)cntrs.port_xmit_discards);
  1039. if (cntrs.local_link_integrity_errors > 0xFUL)
  1040. cntrs.local_link_integrity_errors = 0xFUL;
  1041. if (cntrs.excessive_buffer_overrun_errors > 0xFUL)
  1042. cntrs.excessive_buffer_overrun_errors = 0xFUL;
  1043. p->lli_ebor_errors = (cntrs.local_link_integrity_errors << 4) |
  1044. cntrs.excessive_buffer_overrun_errors;
  1045. if (dev->n_vl15_dropped > 0xFFFFUL)
  1046. p->vl15_dropped = __constant_cpu_to_be16(0xFFFF);
  1047. else
  1048. p->vl15_dropped = cpu_to_be16((u16)dev->n_vl15_dropped);
  1049. if (cntrs.port_xmit_data > 0xFFFFFFFFUL)
  1050. p->port_xmit_data = __constant_cpu_to_be32(0xFFFFFFFF);
  1051. else
  1052. p->port_xmit_data = cpu_to_be32((u32)cntrs.port_xmit_data);
  1053. if (cntrs.port_rcv_data > 0xFFFFFFFFUL)
  1054. p->port_rcv_data = __constant_cpu_to_be32(0xFFFFFFFF);
  1055. else
  1056. p->port_rcv_data = cpu_to_be32((u32)cntrs.port_rcv_data);
  1057. if (cntrs.port_xmit_packets > 0xFFFFFFFFUL)
  1058. p->port_xmit_packets = __constant_cpu_to_be32(0xFFFFFFFF);
  1059. else
  1060. p->port_xmit_packets =
  1061. cpu_to_be32((u32)cntrs.port_xmit_packets);
  1062. if (cntrs.port_rcv_packets > 0xFFFFFFFFUL)
  1063. p->port_rcv_packets = __constant_cpu_to_be32(0xFFFFFFFF);
  1064. else
  1065. p->port_rcv_packets =
  1066. cpu_to_be32((u32) cntrs.port_rcv_packets);
  1067. return reply((struct ib_smp *) pmp);
  1068. }
  1069. static int recv_pma_get_portcounters_ext(struct ib_perf *pmp,
  1070. struct ib_device *ibdev, u8 port)
  1071. {
  1072. struct ib_pma_portcounters_ext *p =
  1073. (struct ib_pma_portcounters_ext *)pmp->data;
  1074. struct ipath_ibdev *dev = to_idev(ibdev);
  1075. u64 swords, rwords, spkts, rpkts, xwait;
  1076. u8 port_select = p->port_select;
  1077. ipath_snapshot_counters(dev->dd, &swords, &rwords, &spkts,
  1078. &rpkts, &xwait);
  1079. /* Adjust counters for any resets done. */
  1080. swords -= dev->z_port_xmit_data;
  1081. rwords -= dev->z_port_rcv_data;
  1082. spkts -= dev->z_port_xmit_packets;
  1083. rpkts -= dev->z_port_rcv_packets;
  1084. memset(pmp->data, 0, sizeof(pmp->data));
  1085. p->port_select = port_select;
  1086. if (pmp->attr_mod != 0 ||
  1087. (port_select != port && port_select != 0xFF))
  1088. pmp->status |= IB_SMP_INVALID_FIELD;
  1089. p->port_xmit_data = cpu_to_be64(swords);
  1090. p->port_rcv_data = cpu_to_be64(rwords);
  1091. p->port_xmit_packets = cpu_to_be64(spkts);
  1092. p->port_rcv_packets = cpu_to_be64(rpkts);
  1093. p->port_unicast_xmit_packets = cpu_to_be64(dev->n_unicast_xmit);
  1094. p->port_unicast_rcv_packets = cpu_to_be64(dev->n_unicast_rcv);
  1095. p->port_multicast_xmit_packets = cpu_to_be64(dev->n_multicast_xmit);
  1096. p->port_multicast_rcv_packets = cpu_to_be64(dev->n_multicast_rcv);
  1097. return reply((struct ib_smp *) pmp);
  1098. }
  1099. static int recv_pma_set_portcounters(struct ib_perf *pmp,
  1100. struct ib_device *ibdev, u8 port)
  1101. {
  1102. struct ib_pma_portcounters *p = (struct ib_pma_portcounters *)
  1103. pmp->data;
  1104. struct ipath_ibdev *dev = to_idev(ibdev);
  1105. struct ipath_verbs_counters cntrs;
  1106. /*
  1107. * Since the HW doesn't support clearing counters, we save the
  1108. * current count and subtract it from future responses.
  1109. */
  1110. ipath_get_counters(dev->dd, &cntrs);
  1111. if (p->counter_select & IB_PMA_SEL_SYMBOL_ERROR)
  1112. dev->z_symbol_error_counter = cntrs.symbol_error_counter;
  1113. if (p->counter_select & IB_PMA_SEL_LINK_ERROR_RECOVERY)
  1114. dev->z_link_error_recovery_counter =
  1115. cntrs.link_error_recovery_counter;
  1116. if (p->counter_select & IB_PMA_SEL_LINK_DOWNED)
  1117. dev->z_link_downed_counter = cntrs.link_downed_counter;
  1118. if (p->counter_select & IB_PMA_SEL_PORT_RCV_ERRORS)
  1119. dev->z_port_rcv_errors =
  1120. cntrs.port_rcv_errors + dev->rcv_errors;
  1121. if (p->counter_select & IB_PMA_SEL_PORT_RCV_REMPHYS_ERRORS)
  1122. dev->z_port_rcv_remphys_errors =
  1123. cntrs.port_rcv_remphys_errors;
  1124. if (p->counter_select & IB_PMA_SEL_PORT_XMIT_DISCARDS)
  1125. dev->z_port_xmit_discards = cntrs.port_xmit_discards;
  1126. if (p->counter_select & IB_PMA_SEL_LOCAL_LINK_INTEGRITY_ERRORS)
  1127. dev->z_local_link_integrity_errors =
  1128. cntrs.local_link_integrity_errors;
  1129. if (p->counter_select & IB_PMA_SEL_EXCESSIVE_BUFFER_OVERRUNS)
  1130. dev->z_excessive_buffer_overrun_errors =
  1131. cntrs.excessive_buffer_overrun_errors;
  1132. if (p->counter_select & IB_PMA_SEL_PORT_VL15_DROPPED)
  1133. dev->n_vl15_dropped = 0;
  1134. if (p->counter_select & IB_PMA_SEL_PORT_XMIT_DATA)
  1135. dev->z_port_xmit_data = cntrs.port_xmit_data;
  1136. if (p->counter_select & IB_PMA_SEL_PORT_RCV_DATA)
  1137. dev->z_port_rcv_data = cntrs.port_rcv_data;
  1138. if (p->counter_select & IB_PMA_SEL_PORT_XMIT_PACKETS)
  1139. dev->z_port_xmit_packets = cntrs.port_xmit_packets;
  1140. if (p->counter_select & IB_PMA_SEL_PORT_RCV_PACKETS)
  1141. dev->z_port_rcv_packets = cntrs.port_rcv_packets;
  1142. return recv_pma_get_portcounters(pmp, ibdev, port);
  1143. }
  1144. static int recv_pma_set_portcounters_ext(struct ib_perf *pmp,
  1145. struct ib_device *ibdev, u8 port)
  1146. {
  1147. struct ib_pma_portcounters *p = (struct ib_pma_portcounters *)
  1148. pmp->data;
  1149. struct ipath_ibdev *dev = to_idev(ibdev);
  1150. u64 swords, rwords, spkts, rpkts, xwait;
  1151. ipath_snapshot_counters(dev->dd, &swords, &rwords, &spkts,
  1152. &rpkts, &xwait);
  1153. if (p->counter_select & IB_PMA_SELX_PORT_XMIT_DATA)
  1154. dev->z_port_xmit_data = swords;
  1155. if (p->counter_select & IB_PMA_SELX_PORT_RCV_DATA)
  1156. dev->z_port_rcv_data = rwords;
  1157. if (p->counter_select & IB_PMA_SELX_PORT_XMIT_PACKETS)
  1158. dev->z_port_xmit_packets = spkts;
  1159. if (p->counter_select & IB_PMA_SELX_PORT_RCV_PACKETS)
  1160. dev->z_port_rcv_packets = rpkts;
  1161. if (p->counter_select & IB_PMA_SELX_PORT_UNI_XMIT_PACKETS)
  1162. dev->n_unicast_xmit = 0;
  1163. if (p->counter_select & IB_PMA_SELX_PORT_UNI_RCV_PACKETS)
  1164. dev->n_unicast_rcv = 0;
  1165. if (p->counter_select & IB_PMA_SELX_PORT_MULTI_XMIT_PACKETS)
  1166. dev->n_multicast_xmit = 0;
  1167. if (p->counter_select & IB_PMA_SELX_PORT_MULTI_RCV_PACKETS)
  1168. dev->n_multicast_rcv = 0;
  1169. return recv_pma_get_portcounters_ext(pmp, ibdev, port);
  1170. }
  1171. static int process_subn(struct ib_device *ibdev, int mad_flags,
  1172. u8 port_num, struct ib_mad *in_mad,
  1173. struct ib_mad *out_mad)
  1174. {
  1175. struct ib_smp *smp = (struct ib_smp *)out_mad;
  1176. struct ipath_ibdev *dev = to_idev(ibdev);
  1177. int ret;
  1178. *out_mad = *in_mad;
  1179. if (smp->class_version != 1) {
  1180. smp->status |= IB_SMP_UNSUP_VERSION;
  1181. ret = reply(smp);
  1182. goto bail;
  1183. }
  1184. /* Is the mkey in the process of expiring? */
  1185. if (dev->mkey_lease_timeout && jiffies >= dev->mkey_lease_timeout) {
  1186. /* Clear timeout and mkey protection field. */
  1187. dev->mkey_lease_timeout = 0;
  1188. dev->mkeyprot_resv_lmc &= 0x3F;
  1189. }
  1190. /*
  1191. * M_Key checking depends on
  1192. * Portinfo:M_Key_protect_bits
  1193. */
  1194. if ((mad_flags & IB_MAD_IGNORE_MKEY) == 0 && dev->mkey != 0 &&
  1195. dev->mkey != smp->mkey &&
  1196. (smp->method == IB_MGMT_METHOD_SET ||
  1197. (smp->method == IB_MGMT_METHOD_GET &&
  1198. (dev->mkeyprot_resv_lmc >> 7) != 0))) {
  1199. if (dev->mkey_violations != 0xFFFF)
  1200. ++dev->mkey_violations;
  1201. if (dev->mkey_lease_timeout ||
  1202. dev->mkey_lease_period == 0) {
  1203. ret = IB_MAD_RESULT_SUCCESS |
  1204. IB_MAD_RESULT_CONSUMED;
  1205. goto bail;
  1206. }
  1207. dev->mkey_lease_timeout = jiffies +
  1208. dev->mkey_lease_period * HZ;
  1209. /* Future: Generate a trap notice. */
  1210. ret = IB_MAD_RESULT_SUCCESS | IB_MAD_RESULT_CONSUMED;
  1211. goto bail;
  1212. } else if (dev->mkey_lease_timeout)
  1213. dev->mkey_lease_timeout = 0;
  1214. switch (smp->method) {
  1215. case IB_MGMT_METHOD_GET:
  1216. switch (smp->attr_id) {
  1217. case IB_SMP_ATTR_NODE_DESC:
  1218. ret = recv_subn_get_nodedescription(smp, ibdev);
  1219. goto bail;
  1220. case IB_SMP_ATTR_NODE_INFO:
  1221. ret = recv_subn_get_nodeinfo(smp, ibdev, port_num);
  1222. goto bail;
  1223. case IB_SMP_ATTR_GUID_INFO:
  1224. ret = recv_subn_get_guidinfo(smp, ibdev);
  1225. goto bail;
  1226. case IB_SMP_ATTR_PORT_INFO:
  1227. ret = recv_subn_get_portinfo(smp, ibdev, port_num);
  1228. goto bail;
  1229. case IB_SMP_ATTR_PKEY_TABLE:
  1230. ret = recv_subn_get_pkeytable(smp, ibdev);
  1231. goto bail;
  1232. case IB_SMP_ATTR_SM_INFO:
  1233. if (dev->port_cap_flags & IB_PORT_SM_DISABLED) {
  1234. ret = IB_MAD_RESULT_SUCCESS |
  1235. IB_MAD_RESULT_CONSUMED;
  1236. goto bail;
  1237. }
  1238. if (dev->port_cap_flags & IB_PORT_SM) {
  1239. ret = IB_MAD_RESULT_SUCCESS;
  1240. goto bail;
  1241. }
  1242. /* FALLTHROUGH */
  1243. default:
  1244. smp->status |= IB_SMP_UNSUP_METH_ATTR;
  1245. ret = reply(smp);
  1246. goto bail;
  1247. }
  1248. case IB_MGMT_METHOD_SET:
  1249. switch (smp->attr_id) {
  1250. case IB_SMP_ATTR_GUID_INFO:
  1251. ret = recv_subn_set_guidinfo(smp, ibdev);
  1252. goto bail;
  1253. case IB_SMP_ATTR_PORT_INFO:
  1254. ret = recv_subn_set_portinfo(smp, ibdev, port_num);
  1255. goto bail;
  1256. case IB_SMP_ATTR_PKEY_TABLE:
  1257. ret = recv_subn_set_pkeytable(smp, ibdev);
  1258. goto bail;
  1259. case IB_SMP_ATTR_SM_INFO:
  1260. if (dev->port_cap_flags & IB_PORT_SM_DISABLED) {
  1261. ret = IB_MAD_RESULT_SUCCESS |
  1262. IB_MAD_RESULT_CONSUMED;
  1263. goto bail;
  1264. }
  1265. if (dev->port_cap_flags & IB_PORT_SM) {
  1266. ret = IB_MAD_RESULT_SUCCESS;
  1267. goto bail;
  1268. }
  1269. /* FALLTHROUGH */
  1270. default:
  1271. smp->status |= IB_SMP_UNSUP_METH_ATTR;
  1272. ret = reply(smp);
  1273. goto bail;
  1274. }
  1275. case IB_MGMT_METHOD_GET_RESP:
  1276. /*
  1277. * The ib_mad module will call us to process responses
  1278. * before checking for other consumers.
  1279. * Just tell the caller to process it normally.
  1280. */
  1281. ret = IB_MAD_RESULT_FAILURE;
  1282. goto bail;
  1283. default:
  1284. smp->status |= IB_SMP_UNSUP_METHOD;
  1285. ret = reply(smp);
  1286. }
  1287. bail:
  1288. return ret;
  1289. }
  1290. static int process_perf(struct ib_device *ibdev, u8 port_num,
  1291. struct ib_mad *in_mad,
  1292. struct ib_mad *out_mad)
  1293. {
  1294. struct ib_perf *pmp = (struct ib_perf *)out_mad;
  1295. int ret;
  1296. *out_mad = *in_mad;
  1297. if (pmp->class_version != 1) {
  1298. pmp->status |= IB_SMP_UNSUP_VERSION;
  1299. ret = reply((struct ib_smp *) pmp);
  1300. goto bail;
  1301. }
  1302. switch (pmp->method) {
  1303. case IB_MGMT_METHOD_GET:
  1304. switch (pmp->attr_id) {
  1305. case IB_PMA_CLASS_PORT_INFO:
  1306. ret = recv_pma_get_classportinfo(pmp);
  1307. goto bail;
  1308. case IB_PMA_PORT_SAMPLES_CONTROL:
  1309. ret = recv_pma_get_portsamplescontrol(pmp, ibdev,
  1310. port_num);
  1311. goto bail;
  1312. case IB_PMA_PORT_SAMPLES_RESULT:
  1313. ret = recv_pma_get_portsamplesresult(pmp, ibdev);
  1314. goto bail;
  1315. case IB_PMA_PORT_SAMPLES_RESULT_EXT:
  1316. ret = recv_pma_get_portsamplesresult_ext(pmp,
  1317. ibdev);
  1318. goto bail;
  1319. case IB_PMA_PORT_COUNTERS:
  1320. ret = recv_pma_get_portcounters(pmp, ibdev,
  1321. port_num);
  1322. goto bail;
  1323. case IB_PMA_PORT_COUNTERS_EXT:
  1324. ret = recv_pma_get_portcounters_ext(pmp, ibdev,
  1325. port_num);
  1326. goto bail;
  1327. default:
  1328. pmp->status |= IB_SMP_UNSUP_METH_ATTR;
  1329. ret = reply((struct ib_smp *) pmp);
  1330. goto bail;
  1331. }
  1332. case IB_MGMT_METHOD_SET:
  1333. switch (pmp->attr_id) {
  1334. case IB_PMA_PORT_SAMPLES_CONTROL:
  1335. ret = recv_pma_set_portsamplescontrol(pmp, ibdev,
  1336. port_num);
  1337. goto bail;
  1338. case IB_PMA_PORT_COUNTERS:
  1339. ret = recv_pma_set_portcounters(pmp, ibdev,
  1340. port_num);
  1341. goto bail;
  1342. case IB_PMA_PORT_COUNTERS_EXT:
  1343. ret = recv_pma_set_portcounters_ext(pmp, ibdev,
  1344. port_num);
  1345. goto bail;
  1346. default:
  1347. pmp->status |= IB_SMP_UNSUP_METH_ATTR;
  1348. ret = reply((struct ib_smp *) pmp);
  1349. goto bail;
  1350. }
  1351. case IB_MGMT_METHOD_GET_RESP:
  1352. /*
  1353. * The ib_mad module will call us to process responses
  1354. * before checking for other consumers.
  1355. * Just tell the caller to process it normally.
  1356. */
  1357. ret = IB_MAD_RESULT_FAILURE;
  1358. goto bail;
  1359. default:
  1360. pmp->status |= IB_SMP_UNSUP_METHOD;
  1361. ret = reply((struct ib_smp *) pmp);
  1362. }
  1363. bail:
  1364. return ret;
  1365. }
  1366. /**
  1367. * ipath_process_mad - process an incoming MAD packet
  1368. * @ibdev: the infiniband device this packet came in on
  1369. * @mad_flags: MAD flags
  1370. * @port_num: the port number this packet came in on
  1371. * @in_wc: the work completion entry for this packet
  1372. * @in_grh: the global route header for this packet
  1373. * @in_mad: the incoming MAD
  1374. * @out_mad: any outgoing MAD reply
  1375. *
  1376. * Returns IB_MAD_RESULT_SUCCESS if this is a MAD that we are not
  1377. * interested in processing.
  1378. *
  1379. * Note that the verbs framework has already done the MAD sanity checks,
  1380. * and hop count/pointer updating for IB_MGMT_CLASS_SUBN_DIRECTED_ROUTE
  1381. * MADs.
  1382. *
  1383. * This is called by the ib_mad module.
  1384. */
  1385. int ipath_process_mad(struct ib_device *ibdev, int mad_flags, u8 port_num,
  1386. struct ib_wc *in_wc, struct ib_grh *in_grh,
  1387. struct ib_mad *in_mad, struct ib_mad *out_mad)
  1388. {
  1389. int ret;
  1390. switch (in_mad->mad_hdr.mgmt_class) {
  1391. case IB_MGMT_CLASS_SUBN_DIRECTED_ROUTE:
  1392. case IB_MGMT_CLASS_SUBN_LID_ROUTED:
  1393. ret = process_subn(ibdev, mad_flags, port_num,
  1394. in_mad, out_mad);
  1395. goto bail;
  1396. case IB_MGMT_CLASS_PERF_MGMT:
  1397. ret = process_perf(ibdev, port_num, in_mad, out_mad);
  1398. goto bail;
  1399. default:
  1400. ret = IB_MAD_RESULT_SUCCESS;
  1401. }
  1402. bail:
  1403. return ret;
  1404. }