History log of /freebsd-10.3-release/contrib/ofed/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
296373 04-Mar-2016 marius

- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
builds.
- Update newvers.sh to reflect RC1.
- Update __FreeBSD_version to reflect 10.3.
- Update default pkg(8) configuration to use the quarterly branch.

Approved by: re (implicit)

280546 25-Mar-2015 hselasky

MFC r280264:
Define BINDIR for some test utilities.

Sponsored by: Mellanox Technologies


277550 23-Jan-2015 ngie

MFC r276806:

r276806 (by ngie):

Remove unnecessary .include of bsd.own.mk

Sponsored by: EMC / Isilon Storage Division


277373 19-Jan-2015 ngie

MFC r276805:

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


277371 19-Jan-2015 ngie

MFC r276804:

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


277369 19-Jan-2015 ngie

MFC r277272:

r277272 (by ngie):

Don't call abort on usage errors; print out the usage message instead

PR: 196793
Sponsored by: EMC / Isilon Storage Division


277361 19-Jan-2015 hselasky

MFC r277212:
Fix compilation for 32-bit architectures.

PR: 196580
Sponsored by: Mellanox Technologies


277160 14-Jan-2015 hselasky

MFC r276981:
Fix support for ConnectX2 hardware.

Sponsored by: Mellanox Technologies


276979 11-Jan-2015 hselasky

MFC r276815:
Fix for compilation issue. Don't use the "abs()" function for unsigned
computations.

PR: 196597
Sponsored by: Mellanox Technologies


276976 11-Jan-2015 hselasky

MFC r276823:
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


276528 02-Jan-2015 hselasky

MFC r276238:
Add proper Makefiles to build some infiniband example utilities.

Sponsored by: Mellanox Technologies


276486 31-Dec-2014 ngie

MFC r264400,r265836:

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.


275448 03-Dec-2014 hselasky

MFC r275328 and r275330:
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


275228 29-Nov-2014 hselasky

MFC r275109:
Add support for 64-byte CQE size.

Sponsored by: Mellanox Technologies


275107 26-Nov-2014 hselasky

MFC r273774:
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


272407 02-Oct-2014 hselasky

MFC r272027:

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


256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


254123 09-Aug-2013 jeff

- Fix compile errors from the clang conversion
- Grab AF_SDP_INET from sys/socket.h

Submitted by: Garrett Cooper
Sponsored by: EMC / Isilon Storage Division


219820 21-Mar-2011 jeff

- Merge in OFED 1.5.3 from projects/ofed/head