> latest against 1.4.y / 1.3.x . I went back on the mng git to the opensm-3.2 > branch > (whose head is on 8989491f7bdba6c21de61c3e988c7d91d08e4254 Feb 26, 2009) and > it works fine
OK, commit 229f17744c339ff2a95ad298e1ed76da6786b799 Mon Mar 9 "opensm: fix build warning with --disable-console-socket" works fine, so its one/more of this list commit 4ec6120d85c0ccfb4fb62cb8b50f27411c81e268 Author: Hal Rosenstock <[email protected]> Date: Fri Mar 6 13:20:53 2009 -0500 libvendor/osm_vendor_mlx_dispatcher.c: Eliminate no longer needed osmv_mad_is_response Use ib_mad_is_response (which now supports trap repress) Signed-off-by: Hal Rosenstock <[email protected]> Signed-off-by: Sasha Khapyorsky <[email protected]> commit b639e64d39d11c08992d0726fa05244ba46a8253 Author: Hal Rosenstock <[email protected]> Date: Fri Mar 6 13:19:48 2009 -0500 opensm: Handle trap repress on trap 144 generation Make trap generation sending be a transaction (expect a response) and handle incoming trap repress (notice attribute) ib_mad_is_response is now changed to better reflect responses (not just R bit in MAD header) Signed-off-by: Hal Rosenstock <[email protected]> Signed-off-by: Sasha Khapyorsky <[email protected]> commit b0342053ba4f1015ff521a4a81d322771c775d8c Author: Hal Rosenstock <[email protected]> Date: Fri Mar 6 07:30:38 2009 -0500 Add pkey table support to osm_get_all_port_attr Only supported in osm_vendor_ibumad.c (separate patch for other vendor layers) Also, update applications using this (osmtest, opensm) Signed-off-by: Hal Rosenstock <[email protected]> Signed-off-by: Sasha Khapyorsky <[email protected]> commit 6462999ff0eb0369d6b0c2d9bda8c89de068066f Author: Hal Rosenstock <[email protected]> Date: Mon Mar 9 06:01:17 2009 -0500 opensm/osm_inform.c: In __osm_send_report, make sure p_report_madw valid before using Signed-off-by: Hal Rosenstock <[email protected]> Signed-off-by: Sasha Khapyorsky <[email protected]> commit 82df4676ad8823caf8a1b496044127591926768c Author: Hal Rosenstock <[email protected]> Date: Mon Mar 9 06:00:20 2009 -0500 opensm/osm_req.c: Shouldn't reveal port's MKey on Trap method Following IBA 1.2.1 o14-1 - SMA shall fill the M_Key field with zero. Signed-off-by: Hal Rosenstock <[email protected]> Signed-off-by: Sasha Khapyorsky <[email protected]> commit f5df8cd85697f7040154d8095d24bea50f5e4aef Author: David A. McMillen <[email protected]> Date: Mon Mar 9 13:53:21 2009 -0700 infiniband-diags/ibnetdiscover: Apply --node-name-map remapping to names printed by --ports option Signed-off-by: David A. McMillen <[email protected]> Signed-off-by: Ira Weiny <[email protected]> Signed-off-by: Sasha Khapyorsky <[email protected]> commit 5cb83223a12cf0680cf5df596280536c9e94cd62 Author: Hal Rosenstock <[email protected]> Date: Fri Mar 6 10:25:54 2009 -0500 opensm/PerfMgr: A few more esp0 changes Also, some cosmetic changes Signed-off-by: Hal Rosenstock <[email protected]> Signed-off-by: Sasha Khapyorsky <[email protected]> commit b0d25a4f29017e4a48bd9b73b4013fa4e65d3795 Author: Sasha Khapyorsky <[email protected]> Date: Mon Mar 9 18:22:30 2009 +0200 opensm/osm_console_io.c: move cio_close() function Move cio_close() and console_close() functions above cio_open() to prevent cbuild failures. Signed-off-by: Sasha Khapyorsky <[email protected]> commit d006140ab66631443321a2a11ba20c3aed602a63 Author: Sasha Khapyorsky <[email protected]> Date: Mon Mar 9 18:22:30 2009 +0200 opensm/console: move cio_open() function Move cio_open() function so it will seat under same #ifdef block with others cio_* stuff. Also remove unneeded parentheses and typo in comment fix. Signed-off-by: Sasha Khapyorsky <[email protected]> commit 070649d6dc832edde9cc3a289109b39211d80d7d Author: Sasha Khapyorsky <[email protected]> Date: Sat Mar 7 23:27:34 2009 +0200 libibmad: cleanup deprecated function use This cleans up libibmad internal stuff from using potentially deprecated functions, which may go away soon. Also removes DEPRECATED attribute from mad_register_port_client() - it doesn't touch any global data. Signed-off-by: Sasha Khapyorsky <[email protected]> commit 8da0d508e6284dbde71830340e77db99389c6460 Author: Or Gerlitz <[email protected]> Date: Mon Mar 9 18:01:02 2009 +0200 infiniband-diags/perfquery: add srcport param Add srcport param for the PortXmtDataSL/PortRcvDataSL calls made to libibmad Signed-off-by: Or Gerlitz <[email protected]> Signed-off-by: Sasha Khapyorsky <[email protected]> _______________________________________________ general mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
