summaryrefslogtreecommitdiffstats
path: root/contrib/ofed
Commit message (Collapse)AuthorAgeFilesLines
* Use LIBADD instead of LDADD.hselasky2016-02-023-6/+3
| | | | Sponsored by: Mellanox Technologies
* Use LIBADD instead of LDADD in rping's Makefile and add libcxgb4 (thenp2016-01-261-2/+3
| | | | | | | | userspace iWARP library for cxgbe) to the list of libraries. rping using the libcxgb4 + iw_cxgbe combo was tested with T5 hardware. Obtained from: Chelsio Communications
* Convert contrib/ofed libraries to LIBADD.bdrewery2015-12-1017-30/+21
| | | | Sponsored by: EMC / Isilon Storage Division
* Fix LDADD/DPADD that should be LIBADD.bdrewery2015-12-041-1/+2
| | | | Sponsored by: EMC / Isilon Storage Division
* Define BINDIR for some test utilities.hselasky2015-03-192-0/+4
| | | | | MFC after: 3 days Sponsored by: Mellanox Technologies
* Don't call abort on usage errors; print out the usage message insteadngie2015-01-161-2/+3
| | | | | | PR: 196793 MFC after: 3 days Sponsored by: EMC / Isilon Storage Division
* Fix compilation for 32-bit architectures.hselasky2015-01-151-9/+9
| | | | | | PR: 196580 Sponsored by: Mellanox Technologies MFC after: 3 days
* Fix support for ConnectX2 hardware.hselasky2015-01-113-8/+32
| | | | | MFC after: 3 days Sponsored by: Mellanox Technologies
* Add makefile for the "osmtest" utility. While at it:hselasky2015-01-085-6/+47
| | | | | | | | | - Fix depend target by removing a space after an "-I" inclusion option. - Fix some minor compile issues in the "osmtest" utility. MFC after: 3 days PR: 196580 Sponsored by: Mellanox Technologies
* Fix for compilation issue. Don't use the "abs()" function for unsignedhselasky2015-01-081-1/+5
| | | | | | | | computations. MFC after: 3 days PR: 196597 Sponsored by: Mellanox Technologies
* Remove unnecessary .include of bsd.own.mkngie2015-01-081-2/+0
| | | | | MFC after: 3 days Sponsored by: EMC / Isilon Storage Division
* Build contrib/ofed/usr.{bin,lib} in parallelngie2015-01-082-4/+4
| | | | | MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* Fix 'make depend' before infiniband headers have been installed to build hostngie2015-01-081-1/+1
| | | | | | | by removing space between -I and the header directory MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* Add proper Makefiles to build some infiniband example utilities.hselasky2014-12-2610-28/+74
| | | | | MFC after: 1 week Sponsored by: Mellanox Technologies
* Fix building of some infiniband utilities by updating some header filehselasky2014-11-307-11/+16
| | | | | | | locations and compiler include directives. MFC after: 3 days Sponsored by: Mellanox Technologies
* Add missing libraries when linking.hselasky2014-11-304-0/+4
| | | | | MFC after: 3 days Sponsored by: Mellanox Technologies
* Add support for 64-byte CQE size.hselasky2014-11-265-15/+29
| | | | | Sponsored by: Mellanox Technologies MFC after: 3 days
* Fix previous change to this file (r273811).np2014-11-121-4/+5
| | | | | | This has been submitted upstream and should show up there soon. Submitted by: Hariprasad at Chelsio dot com
* rping: make sure that the CQ event thread can never poll a CQ after itnp2014-10-291-7/+13
| | | | | | | has been destroyed. Submitted by: Hariprasad at Chelsio dot com Sponsored by: Chelsio Communications
* Userspace library for Chelsio's Terminator 5 based iWARP RNICs (prettynp2014-10-2921-1/+55842
| | | | | | | | | | | | much every T5 card that does _not_ have "-SO" in its name is RDMA capable). This plugs into the OFED verbs framework and allows userspace RDMA applications to work over T5 RNICs. Tested with rping. Obtained from: Chelsio Communications Relnotes: Yes Sponsored by: Chelsio Communications
* Make some infiniband example utilities easily buildable:hselasky2014-10-288-9/+69
| | | | | | | | | - Add new Makefiles. - Add more include directories when building. - Fixed a printf() formatting string. MFC after: 3 days Sponsored by: Mellanox Technologies
* Hardware driver update from Mellanox Technologies, including:hselasky2014-09-234-8/+1
| | | | | | | | | | | | | | | - improved performance - better stability - new features - bugfixes Supported HCAs: - ConnectX-2 - ConnectX-3 - ConnectX-3 Pro Sponsored by: Mellanox Technologies MFC after: 1 week
* Spell NO_PROFILE= as MK_PROFILE=no.imp2014-04-2512-12/+12
|
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadimp2014-04-132-2/+2
| | | | | | 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.
* - 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