summaryrefslogtreecommitdiffstats
path: root/contrib/ofed
Commit message (Collapse)AuthorAgeFilesLines
* MFC r276806:ngie2015-01-231-2/+0
| | | | | | | | r276806 (by ngie): Remove unnecessary .include of bsd.own.mk Sponsored by: EMC / Isilon Storage Division
* MFC r276805:ngie2015-01-192-2/+4
| | | | | | | | | | | X-MFC note: the svn:mergeinfo for this MFC was accidentally committed via r277371 r276805 (by ngie): Build contrib/ofed/usr.{bin,lib} in parallel Sponsored by: EMC / Isilon Storage Division
* MFC r276804:ngie2015-01-191-1/+1
| | | | | | | | | r276804 (by ngie): Fix 'make depend' before infiniband headers have been installed to build host by removing space between -I and the header directory Sponsored by: EMC / Isilon Storage Division
* MFC r277272:ngie2015-01-191-2/+3
| | | | | | | | | r277272 (by ngie): Don't call abort on usage errors; print out the usage message instead PR: 196793 Sponsored by: EMC / Isilon Storage Division
* MFC r277212:hselasky2015-01-191-9/+9
| | | | | | | Fix compilation for 32-bit architectures. PR: 196580 Sponsored by: Mellanox Technologies
* MFC r276981:hselasky2015-01-143-8/+32
| | | | | | Fix support for ConnectX2 hardware. Sponsored by: Mellanox Technologies
* MFC r276815:hselasky2015-01-111-1/+5
| | | | | | | | Fix for compilation issue. Don't use the "abs()" function for unsigned computations. PR: 196597 Sponsored by: Mellanox Technologies
* MFC r276823:hselasky2015-01-115-6/+45
| | | | | | | | Add makefile for the "osmtest" utility. While at it: - Fix depend target by removing a space after an "-I" inclusion option. - Fix some minor compile issues in the "osmtest" utility. PR: 196580
* MFC r276238:hselasky2015-01-0210-28/+74
| | | | | | Add proper Makefiles to build some infiniband example utilities. Sponsored by: Mellanox Technologies
* MFC r264400,r265836:ngie2014-12-312-2/+2
| | | | | | | | | | | | | | r264400: NO_MAN= has been deprecated in favor of MAN= for some time, go ahead and finish the job. ncurses is now the only Makefile in the tree that uses it since it wasn't a simple mechanical change, and will be addressed in a future commit. r265836: Remove last two NO_MAN= in the tree. In both of these cases, MAN= is what is needed.
* MFC r275328 and r275330:hselasky2014-12-0311-11/+20
| | | | | | | | Add missing libraries when linking and fix building of some infiniband utilities by updating some header file locations and compiler include directives. Sponsored by: Mellanox Technologies
* MFC r275109:hselasky2014-11-295-15/+29
| | | | | | Add support for 64-byte CQE size. Sponsored by: Mellanox Technologies
* MFC r273774:hselasky2014-11-268-9/+69
| | | | | | | | | Make some infiniband example utilities easily buildable: - Add new Makefiles. - Add more include directories when building. - Fixed a printf() formatting string. Sponsored by: Mellanox Technologies
* MFC r272027:hselasky2014-10-024-8/+1
| | | | | | | | | | | | | | | | | | | Hardware driver update from Mellanox Technologies, including: - improved performance - better stability - new features - bugfixes Supported HCAs: - ConnectX-2 - ConnectX-3 - ConnectX-3 Pro NOTE: - TSO feature needs r271946, which is not yet merged. Sponsored by: Mellanox Technologies Approved by: re, glebius
* - Fix compile errors from the clang conversionjeff2013-08-094-7/+14
| | | | | | | - Grab AF_SDP_INET from sys/socket.h Submitted by: Garrett Cooper Sponsored by: EMC / Isilon Storage Division
* - Merge in OFED 1.5.3 from projects/ofed/headjeff2011-03-21842-0/+321129
OpenPOWER on IntegriCloud