]> git.openfabrics.org - ~shefty/rdma-win.git/log
~shefty/rdma-win.git
16 years ago[WinOF] IBSDK sample code - Applied AL_API declarations to all callback routines.
stansmith [Mon, 10 Dec 2007 20:38:36 +0000 (20:38 +0000)]
[WinOF] IBSDK sample code - Applied AL_API declarations to all callback routines.

git-svn-id: svn://openib.tc.cornell.edu/gen1@915 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[WinOF] IBSDK - InfiniBand software development kit.
stansmith [Sat, 8 Dec 2007 01:03:04 +0000 (01:03 +0000)]
[WinOF] IBSDK - InfiniBand software development kit.
Added Visual Studio Makefiles for x64 & x86.
Strongly noted /Gz (__stdcall) compiler switch is Manditory to achieve a correctly functioning IB application; issues with API declarations in IBAL & CompLib.

git-svn-id: svn://openib.tc.cornell.edu/gen1@914 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago{WinOF] IBSDK - InfiniBand software development kit.
stansmith [Thu, 6 Dec 2007 01:20:05 +0000 (01:20 +0000)]
{WinOF] IBSDK - InfiniBand software development kit.
\IBSDK\
  Inc\
  Libs\
  Samples\

git-svn-id: svn://openib.tc.cornell.edu/gen1@913 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[CORE] updated Copyright date 2005-->2007, OpenIB --> OpenFabrics
stansmith [Thu, 6 Dec 2007 01:12:21 +0000 (01:12 +0000)]
[CORE] updated Copyright date 2005-->2007, OpenIB --> OpenFabrics

git-svn-id: svn://openib.tc.cornell.edu/gen1@912 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[DAPL2] added tests used at the OFA interoperability 2007 event.
stansmith [Thu, 6 Dec 2007 01:09:08 +0000 (01:09 +0000)]
[DAPL2] added tests used at the OFA interoperability 2007 event.

git-svn-id: svn://openib.tc.cornell.edu/gen1@911 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[WinOF] updated cmtest_main.c to compile under Visual studio 2005.
stansmith [Thu, 6 Dec 2007 01:06:36 +0000 (01:06 +0000)]
[WinOF] updated cmtest_main.c to compile under Visual studio 2005.
local & remote endpoint (port) LIDs are now specified in host-byte order as displayed by the vstat command.
Help text reworked to mention vstat command output for LID specification.

git-svn-id: svn://openib.tc.cornell.edu/gen1@910 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[COMPLIB] added prints for new error codes.
leonidk [Sun, 25 Nov 2007 15:31:04 +0000 (15:31 +0000)]
[COMPLIB] added prints for new error codes.

git-svn-id: svn://openib.tc.cornell.edu/gen1@909 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[IBAL] 1) fixed a bug in RTU handling, which caused immediate unbinding QP from CEP...
leonidk [Sun, 25 Nov 2007 15:30:39 +0000 (15:30 +0000)]
[IBAL] 1) fixed a bug in RTU handling, which caused immediate unbinding QP from CEP and eventual crash on arriving DREQ after QP destroying;
2) fixed a bug with not-releasing of a parameter  structure, allocated for REQ handling, in several paths of error flow;
3) fixed incorrect ioctl return code;
4) reworked usage of reference counting to make the code more readable;
5) added AL_RESERVED_CID. It is set to enforce CEP destroy before destroying the bound QP;
6) fixed some CL_ASSERTs to adopt setting a new AL_RESERVED_CID value upon QP destroy;
7) added more debug prints;

git-svn-id: svn://openib.tc.cornell.edu/gen1@908 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[IBAL] 1) bugfix: missed storing private data in one of scenarios of GetConnectReq;
leonidk [Mon, 19 Nov 2007 17:39:55 +0000 (17:39 +0000)]
[IBAL] 1) bugfix: missed storing private data in one of scenarios of GetConnectReq;
2) bugfix in releasing QP NDI resources;
3) added allocation of parameter list for REQ in order to prevent problems upon cancelling IRPs;
4) added workaround of real solution for coming DREQ after destroying QP (in __ndi_cm_handler)

git-svn-id: svn://openib.tc.cornell.edu/gen1@907 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[WinOF] Include DAPL socket-cm provider for Windows to Linux DAT connections.
stansmith [Wed, 14 Nov 2007 23:13:56 +0000 (23:13 +0000)]
[WinOF] Include DAPL socket-cm provider for Windows to Linux DAT connections.

git-svn-id: svn://openib.tc.cornell.edu/gen1@906 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[DAPL2] Windows to Linux interoperability with DAT/DAPL socket_cm.
stansmith [Wed, 14 Nov 2007 18:20:17 +0000 (18:20 +0000)]
[DAPL2] Windows to Linux interoperability with DAT/DAPL socket_cm.

git-svn-id: svn://openib.tc.cornell.edu/gen1@905 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[IBAL] fix compiler errors for free builds
leonidk [Tue, 13 Nov 2007 11:41:00 +0000 (11:41 +0000)]
[IBAL] fix compiler errors for free builds

git-svn-id: svn://openib.tc.cornell.edu/gen1@904 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[IBAL] a workaround for DREQ problem: remove a not to necessary code, which causes...
leonidk [Tue, 13 Nov 2007 08:40:34 +0000 (08:40 +0000)]
[IBAL] a workaround for DREQ problem: remove a not to necessary code, which causes a delay with handling DREQ

git-svn-id: svn://openib.tc.cornell.edu/gen1@903 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[IBAL] IA64 vstat cmd crashed Win2k3 - unaligned MADs in ioctl; see ual_local_mad_ioc...
leonidk [Tue, 13 Nov 2007 08:38:43 +0000 (08:38 +0000)]
[IBAL] IA64 vstat cmd crashed Win2k3 - unaligned MADs in ioctl; see ual_local_mad_ioctl_t. __declspec(align(8)) will compile squawk if ever unaligned. (openib 826)

git-svn-id: svn://openib.tc.cornell.edu/gen1@902 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[IBAL] bugfix: was not saved pdata for connection REQ
leonidk [Sun, 11 Nov 2007 16:58:07 +0000 (16:58 +0000)]
[IBAL] bugfix: was not saved pdata for connection REQ

git-svn-id: svn://openib.tc.cornell.edu/gen1@901 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[MTHCA] improved a debug print
leonidk [Thu, 8 Nov 2007 21:50:15 +0000 (21:50 +0000)]
[MTHCA] improved a debug print

git-svn-id: svn://openib.tc.cornell.edu/gen1@900 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[IBAL] bugfix in NDI_DREQ
leonidk [Thu, 8 Nov 2007 21:49:34 +0000 (21:49 +0000)]
[IBAL] bugfix in NDI_DREQ

git-svn-id: svn://openib.tc.cornell.edu/gen1@899 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[IBAL] 1) bugfixes, related to canceling NDI requests; 2) more debug prints
leonidk [Wed, 7 Nov 2007 19:15:32 +0000 (19:15 +0000)]
[IBAL] 1) bugfixes, related to canceling NDI requests; 2) more debug prints

git-svn-id: svn://openib.tc.cornell.edu/gen1@898 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years agoseveral bug fixes
leonidk [Tue, 6 Nov 2007 18:19:49 +0000 (18:19 +0000)]
several bug fixes

git-svn-id: svn://openib.tc.cornell.edu/gen1@897 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[MT23108] bugfix in error flow of PciHdrSave function
leonidk [Sun, 4 Nov 2007 10:03:12 +0000 (10:03 +0000)]
[MT23108] bugfix in error flow of PciHdrSave function

git-svn-id: svn://openib.tc.cornell.edu/gen1@896 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[DAT] restored previous v1.1 provider names for backwards compatibility with existing...
stansmith [Mon, 29 Oct 2007 20:42:37 +0000 (20:42 +0000)]
[DAT] restored previous v1.1 provider names for backwards compatibility with existing MPI deployments.

git-svn-id: svn://openib.tc.cornell.edu/gen1@895 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[WinOF] Added CopyFile option to create DAPLtest v1.1 test drivers: dt1-svr.bat ...
stansmith [Mon, 29 Oct 2007 20:40:06 +0000 (20:40 +0000)]
[WinOF] Added CopyFile option to create DAPLtest v1.1 test drivers: dt1-svr.bat & dt1-cli.bat.

git-svn-id: svn://openib.tc.cornell.edu/gen1@894 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[UAL] Cosmetic change to please the compiler
leonidk [Sun, 28 Oct 2007 09:45:09 +0000 (09:45 +0000)]
[UAL] Cosmetic change to please the compiler

git-svn-id: svn://openib.tc.cornell.edu/gen1@893 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[IBAL] Cosmetic changes
leonidk [Thu, 25 Oct 2007 14:00:11 +0000 (14:00 +0000)]
[IBAL] Cosmetic changes

git-svn-id: svn://openib.tc.cornell.edu/gen1@892 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[IBAL] Cosmetic fix
leonidk [Thu, 25 Oct 2007 13:45:34 +0000 (13:45 +0000)]
[IBAL] Cosmetic fix

git-svn-id: svn://openib.tc.cornell.edu/gen1@891 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[UAL] Added ND_GET_QP_STATE API
leonidk [Thu, 25 Oct 2007 13:43:01 +0000 (13:43 +0000)]
[UAL] Added ND_GET_QP_STATE API

git-svn-id: svn://openib.tc.cornell.edu/gen1@890 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[IBAL] cosmetic changes
leonidk [Thu, 25 Oct 2007 09:45:04 +0000 (09:45 +0000)]
[IBAL] cosmetic changes

git-svn-id: svn://openib.tc.cornell.edu/gen1@889 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[IBAL] Added Ioctl UAL_NDI_DREQ_CM
leonidk [Wed, 24 Oct 2007 18:54:43 +0000 (18:54 +0000)]
[IBAL] Added Ioctl UAL_NDI_DREQ_CM

git-svn-id: svn://openib.tc.cornell.edu/gen1@888 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[IBAL] Fixes in UAL_NDI_REP_CM Ioctl
leonidk [Wed, 24 Oct 2007 11:40:20 +0000 (11:40 +0000)]
[IBAL] Fixes in UAL_NDI_REP_CM Ioctl

git-svn-id: svn://openib.tc.cornell.edu/gen1@887 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[IBAL] cosmetic changes
leonidk [Wed, 24 Oct 2007 11:01:50 +0000 (11:01 +0000)]
[IBAL] cosmetic changes

git-svn-id: svn://openib.tc.cornell.edu/gen1@886 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[IBAL] Added Ioctl UAL_NDI_REJ_CM
leonidk [Tue, 23 Oct 2007 18:28:02 +0000 (18:28 +0000)]
[IBAL] Added Ioctl UAL_NDI_REJ_CM

git-svn-id: svn://openib.tc.cornell.edu/gen1@885 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[IBAL] Added Ioctl UAL_NDI_REP_CM
leonidk [Tue, 23 Oct 2007 16:32:04 +0000 (16:32 +0000)]
[IBAL] Added Ioctl UAL_NDI_REP_CM

git-svn-id: svn://openib.tc.cornell.edu/gen1@884 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[IBAL] Fixes to UAL_CEP_GET_REQ_CID Ioctl
leonidk [Tue, 23 Oct 2007 10:35:47 +0000 (10:35 +0000)]
[IBAL] Fixes to UAL_CEP_GET_REQ_CID Ioctl

git-svn-id: svn://openib.tc.cornell.edu/gen1@883 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[IBAL] cosmetic changes
leonidk [Tue, 23 Oct 2007 09:46:22 +0000 (09:46 +0000)]
[IBAL] cosmetic changes

git-svn-id: svn://openib.tc.cornell.edu/gen1@882 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[IBAL] changed error code in REJ case
leonidk [Tue, 23 Oct 2007 09:09:29 +0000 (09:09 +0000)]
[IBAL] changed error code in REJ case

git-svn-id: svn://openib.tc.cornell.edu/gen1@881 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[IBAL] Added Ioctl UAL_NDI_MODIFY_QP
leonidk [Mon, 22 Oct 2007 18:59:33 +0000 (18:59 +0000)]
[IBAL] Added Ioctl UAL_NDI_MODIFY_QP

git-svn-id: svn://openib.tc.cornell.edu/gen1@880 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[IBAL] Added Ioctl UAL_BIND_ND
leonidk [Mon, 22 Oct 2007 18:08:10 +0000 (18:08 +0000)]
[IBAL] Added Ioctl UAL_BIND_ND

git-svn-id: svn://openib.tc.cornell.edu/gen1@879 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[IBAL] Added Ioctl UAL_CEP_GET_PDATA
leonidk [Mon, 22 Oct 2007 15:48:04 +0000 (15:48 +0000)]
[IBAL] Added Ioctl UAL_CEP_GET_PDATA

git-svn-id: svn://openib.tc.cornell.edu/gen1@878 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[IBAL] Ioctl UAL_NDI_GET_CID renamed to UAL_CEP_GET_REQ_CID
leonidk [Mon, 22 Oct 2007 15:01:49 +0000 (15:01 +0000)]
[IBAL] Ioctl UAL_NDI_GET_CID renamed to UAL_CEP_GET_REQ_CID

git-svn-id: svn://openib.tc.cornell.edu/gen1@877 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[IBAL] Added listen support
leonidk [Mon, 22 Oct 2007 14:30:03 +0000 (14:30 +0000)]
[IBAL] Added listen support

git-svn-id: svn://openib.tc.cornell.edu/gen1@876 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[IBAL] fixed GET_CID IOCTL (for INDListen::GetConnectionRequest)
leonidk [Sun, 21 Oct 2007 19:14:17 +0000 (19:14 +0000)]
[IBAL] fixed GET_CID IOCTL (for INDListen::GetConnectionRequest)

git-svn-id: svn://openib.tc.cornell.edu/gen1@875 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[IBAL] Added separation between IBAL support and HW-specific support in IOCTL UAL_NDI...
leonidk [Sun, 21 Oct 2007 15:25:12 +0000 (15:25 +0000)]
[IBAL] Added separation between IBAL support and HW-specific support in IOCTL UAL_NDI_RTU_CM.

git-svn-id: svn://openib.tc.cornell.edu/gen1@874 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[IBAL Add AL handle parameter to al_cep_get_cid
leonidk [Sun, 21 Oct 2007 11:03:32 +0000 (11:03 +0000)]
[IBAL Add AL handle parameter to al_cep_get_cid

git-svn-id: svn://openib.tc.cornell.edu/gen1@873 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[IBAL] cosmetic fixes
leonidk [Sun, 21 Oct 2007 10:56:44 +0000 (10:56 +0000)]
[IBAL] cosmetic fixes

git-svn-id: svn://openib.tc.cornell.edu/gen1@872 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[IBAL] cosmetic fixes
leonidk [Sun, 21 Oct 2007 10:45:16 +0000 (10:45 +0000)]
[IBAL] cosmetic fixes

git-svn-id: svn://openib.tc.cornell.edu/gen1@871 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[IBAL] little fixes to the previous one
leonidk [Thu, 18 Oct 2007 19:33:33 +0000 (19:33 +0000)]
[IBAL] little fixes to the previous one

git-svn-id: svn://openib.tc.cornell.edu/gen1@870 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[IBAL] IOCTL UAL_NDI_RTU_CM improvements (without separation between IBAL support...
leonidk [Thu, 18 Oct 2007 19:24:47 +0000 (19:24 +0000)]
[IBAL] IOCTL UAL_NDI_RTU_CM improvements (without separation between IBAL support and HW-specific support)

git-svn-id: svn://openib.tc.cornell.edu/gen1@869 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[IBAL] Complete notification request with IO_NETWORK_INCREMENT
leonidk [Thu, 18 Oct 2007 18:12:33 +0000 (18:12 +0000)]
[IBAL] Complete notification request with IO_NETWORK_INCREMENT

git-svn-id: svn://openib.tc.cornell.edu/gen1@868 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[IBAL] ib_cm_rdma_req_t moved to ib_types.h as it is IB definition
leonidk [Thu, 18 Oct 2007 18:08:23 +0000 (18:08 +0000)]
[IBAL] ib_cm_rdma_req_t moved to ib_types.h as it is IB definition

git-svn-id: svn://openib.tc.cornell.edu/gen1@867 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[IBAL] fixes to REQ_CM ioctl handling
leonidk [Thu, 18 Oct 2007 17:45:11 +0000 (17:45 +0000)]
[IBAL] fixes to REQ_CM ioctl handling

git-svn-id: svn://openib.tc.cornell.edu/gen1@866 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[MTHCAU] 1) uvp_pre_get_qp_state_t renamed to uvp_ndi_modify_qp_t; 2) internal UAL...
leonidk [Thu, 18 Oct 2007 12:55:11 +0000 (12:55 +0000)]
[MTHCAU] 1) uvp_pre_get_qp_state_t renamed to uvp_ndi_modify_qp_t; 2) internal UAL functions turned to be static

git-svn-id: svn://openib.tc.cornell.edu/gen1@865 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[WinOF] Updated to latest svn # for WinOF 1.0.1 refresh release.
stansmith [Wed, 17 Oct 2007 17:21:05 +0000 (17:21 +0000)]
[WinOF] Updated to latest svn # for WinOF 1.0.1 refresh release.

git-svn-id: svn://openib.tc.cornell.edu/gen1@864 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[WinOF] Example of a complete release build scripts - fresh svn checkout to WIX Insta...
stansmith [Wed, 17 Oct 2007 17:17:12 +0000 (17:17 +0000)]
[WinOF] Example of a complete release build scripts - fresh svn checkout to WIX Installers (.msi).

git-svn-id: svn://openib.tc.cornell.edu/gen1@863 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[DAPL2] InfiniBand Extensions bug resolved - atomics now working.
stansmith [Wed, 17 Oct 2007 17:12:43 +0000 (17:12 +0000)]
[DAPL2] InfiniBand Extensions bug resolved - atomics now working.

git-svn-id: svn://openib.tc.cornell.edu/gen1@862 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[opensm] removed osm.rc file and it's reference in SOURCES. Allows fresh svn checkout...
stansmith [Wed, 17 Oct 2007 16:37:36 +0000 (16:37 +0000)]
[opensm] removed osm.rc file and it's reference in SOURCES. Allows fresh svn checkout build to proceed without missing file MSG00001.bin error.

git-svn-id: svn://openib.tc.cornell.edu/gen1@861 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[DAT/DAPL] DAT v2 extension tests
stansmith [Mon, 15 Oct 2007 15:51:51 +0000 (15:51 +0000)]
[DAT/DAPL] DAT v2 extension tests

git-svn-id: svn://openib.tc.cornell.edu/gen1@860 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[IBAL] remove ND_CQ_NOTIFY_TYPE duplicated definition
leonidk [Mon, 15 Oct 2007 14:39:19 +0000 (14:39 +0000)]
[IBAL] remove ND_CQ_NOTIFY_TYPE duplicated definition

git-svn-id: svn://openib.tc.cornell.edu/gen1@859 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[IBAL] added IOCTL UAL_NDI_RTU_CM
leonidk [Mon, 15 Oct 2007 11:41:42 +0000 (11:41 +0000)]
[IBAL] added IOCTL UAL_NDI_RTU_CM

git-svn-id: svn://openib.tc.cornell.edu/gen1@858 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[IBAL] removed al_cm_rdma.h. The context was moved to ib_al.h.
leonidk [Mon, 15 Oct 2007 11:39:34 +0000 (11:39 +0000)]
[IBAL] removed al_cm_rdma.h. The context was moved to ib_al.h.

git-svn-id: svn://openib.tc.cornell.edu/gen1@857 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[IBAL] removed IB_REP_CM_RDMA_PDATA_SIZE
leonidk [Mon, 15 Oct 2007 11:05:16 +0000 (11:05 +0000)]
[IBAL] removed IB_REP_CM_RDMA_PDATA_SIZE

git-svn-id: svn://openib.tc.cornell.edu/gen1@856 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[IBAL] file al_proxy_ndi.h moved to core\al directory
leonidk [Mon, 15 Oct 2007 10:52:40 +0000 (10:52 +0000)]
[IBAL] file al_proxy_ndi.h moved to core\al directory

git-svn-id: svn://openib.tc.cornell.edu/gen1@855 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[WinOF] updated with svn rev
stansmith [Fri, 12 Oct 2007 21:05:16 +0000 (21:05 +0000)]
[WinOF] updated with svn rev

git-svn-id: svn://openib.tc.cornell.edu/gen1@854 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[DAPL] cleanup IBAL CQ event processing, dapltest scripts
stansmith [Fri, 12 Oct 2007 20:59:16 +0000 (20:59 +0000)]
[DAPL] cleanup IBAL CQ event processing, dapltest scripts

git-svn-id: svn://openib.tc.cornell.edu/gen1@853 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[WinOF] script to build WIX installers for all supported architectures.
stansmith [Fri, 12 Oct 2007 20:55:21 +0000 (20:55 +0000)]
[WinOF] script to build WIX installers for all supported architectures.

git-svn-id: svn://openib.tc.cornell.edu/gen1@852 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[IBAL] added new IOCTLs GET_CID and REQ_CM
leonidk [Tue, 9 Oct 2007 18:46:56 +0000 (18:46 +0000)]
[IBAL] added new IOCTLs GET_CID and REQ_CM

git-svn-id: svn://openib.tc.cornell.edu/gen1@851 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[MTHCAU] added function get_qp_state()
leonidk [Tue, 9 Oct 2007 18:42:43 +0000 (18:42 +0000)]
[MTHCAU] added function get_qp_state()

git-svn-id: svn://openib.tc.cornell.edu/gen1@850 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[SRP] removed non-existent folder
leonidk [Sun, 7 Oct 2007 14:49:15 +0000 (14:49 +0000)]
[SRP] removed non-existent folder

git-svn-id: svn://openib.tc.cornell.edu/gen1@849 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[ipoib] Add support for Supermicro GUIDs.
tzachid [Sun, 7 Oct 2007 08:00:39 +0000 (08:00 +0000)]
[ipoib] Add support for Supermicro GUIDs.

git-svn-id: svn://openib.tc.cornell.edu/gen1@848 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[WinOF] InstallShield - deleted file which needed a commit.
stansmith [Fri, 5 Oct 2007 17:16:29 +0000 (17:16 +0000)]
[WinOF] InstallShield - deleted file which needed a commit.

git-svn-id: svn://openib.tc.cornell.edu/gen1@847 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[WinOF] note svn revision which WinOF 1.0.1 is based on.
stansmith [Fri, 5 Oct 2007 17:09:27 +0000 (17:09 +0000)]
[WinOF] note svn revision which WinOF 1.0.1 is based on.

git-svn-id: svn://openib.tc.cornell.edu/gen1@846 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[WinOF] Document LIDs are displayed in vstat output.
stansmith [Fri, 5 Oct 2007 17:04:23 +0000 (17:04 +0000)]
[WinOF] Document LIDs are displayed in vstat output.

git-svn-id: svn://openib.tc.cornell.edu/gen1@845 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[DAPL2] v2
stansmith [Fri, 5 Oct 2007 17:03:09 +0000 (17:03 +0000)]
[DAPL2] v2
  white-space cleanup
  DAT extensions enabled by default.

git-svn-id: svn://openib.tc.cornell.edu/gen1@844 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[DAPL] v1.1 white-space cleanup
stansmith [Fri, 5 Oct 2007 16:58:29 +0000 (16:58 +0000)]
[DAPL] v1.1 white-space cleanup

git-svn-id: svn://openib.tc.cornell.edu/gen1@843 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[WinOF] Wix installer
stansmith [Thu, 4 Oct 2007 18:03:17 +0000 (18:03 +0000)]
[WinOF] Wix installer
Remove no longer needed OpenSM service start trigger file as Wix now starts the service when the feature 'OpenSM started' is selected; OpenSM service is installed and disabled by default.

git-svn-id: svn://openib.tc.cornell.edu/gen1@842 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[WinOF] Wix installer
stansmith [Thu, 4 Oct 2007 18:00:03 +0000 (18:00 +0000)]
[WinOF] Wix installer
Support Wix creation of OpenSM service instead of using a CustomAction invocation.

git-svn-id: svn://openib.tc.cornell.edu/gen1@841 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[WinOF] WIX
stansmith [Tue, 2 Oct 2007 00:52:46 +0000 (00:52 +0000)]
[WinOF] WIX
Document:
  DAPL/2 __stdcall library linkages
  DAPL 2 - IB Extensions (atomics, comp-n-swap).
  OpenSM log file locations

git-svn-id: svn://openib.tc.cornell.edu/gen1@840 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[WinOF] WIX
stansmith [Tue, 2 Oct 2007 00:48:57 +0000 (00:48 +0000)]
[WinOF] WIX
updated to handled .cdf & manifest files.

git-svn-id: svn://openib.tc.cornell.edu/gen1@839 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[WinOF] WIX
stansmith [Tue, 2 Oct 2007 00:48:39 +0000 (00:48 +0000)]
[WinOF] WIX
updated to handled .cdf & manifest files.

git-svn-id: svn://openib.tc.cornell.edu/gen1@838 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[WinOF] WIX
stansmith [Tue, 2 Oct 2007 00:48:21 +0000 (00:48 +0000)]
[WinOF] WIX
updated to handled .cdf & manifest files.

git-svn-id: svn://openib.tc.cornell.edu/gen1@837 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[WinOF] WIX
stansmith [Tue, 2 Oct 2007 00:47:45 +0000 (00:47 +0000)]
[WinOF] WIX
updated to handled .cdf & manifest files.

git-svn-id: svn://openib.tc.cornell.edu/gen1@836 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[WinOF] WIX Installer
stansmith [Mon, 1 Oct 2007 22:05:15 +0000 (22:05 +0000)]
[WinOF] WIX Installer
Support new OpenSM service start - no longer requires dummy file as the trigger to start OpenSM service.

git-svn-id: svn://openib.tc.cornell.edu/gen1@835 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[IBAL] Fix memory leak of compare data of listens requests.
leonidk [Sun, 23 Sep 2007 16:38:45 +0000 (16:38 +0000)]
[IBAL] Fix memory leak of compare data of listens requests.

git-svn-id: svn://openib.tc.cornell.edu/gen1@834 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[IBAL] Don’t ever allocate CEP at index 0 (base CID of zero).
leonidk [Sun, 23 Sep 2007 16:29:08 +0000 (16:29 +0000)]
[IBAL] Don’t ever allocate CEP at index 0 (base CID of zero).

git-svn-id: svn://openib.tc.cornell.edu/gen1@833 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[IBAL] Handle DREQ received in CEP_STATE_DREQ_DESTROY state
leonidk [Sun, 23 Sep 2007 16:13:48 +0000 (16:13 +0000)]
[IBAL] Handle DREQ received in CEP_STATE_DREQ_DESTROY state

git-svn-id: svn://openib.tc.cornell.edu/gen1@832 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[MTHCA] removed unused files
leonidk [Sun, 23 Sep 2007 12:55:01 +0000 (12:55 +0000)]
[MTHCA] removed unused files

git-svn-id: svn://openib.tc.cornell.edu/gen1@831 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[opensm] delete unused files
tzachid [Sun, 23 Sep 2007 10:36:08 +0000 (10:36 +0000)]
[opensm] delete unused files

git-svn-id: svn://openib.tc.cornell.edu/gen1@830 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[etc] use same binaries for 32 and 64 bits.
tzachid [Sun, 23 Sep 2007 09:51:42 +0000 (09:51 +0000)]
[etc] use same binaries for 32 and 64 bits.

git-svn-id: svn://openib.tc.cornell.edu/gen1@829 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[etc] Added some of the files needed in order to support LongHorn.
tzachid [Sun, 23 Sep 2007 09:51:16 +0000 (09:51 +0000)]
[etc] Added some of the files needed in order to support LongHorn.

git-svn-id: svn://openib.tc.cornell.edu/gen1@828 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[WSD] Rename some structures to make the code more readable.
tzachid [Sun, 23 Sep 2007 08:51:48 +0000 (08:51 +0000)]
[WSD] Rename some structures to make the code more readable.

git-svn-id: svn://openib.tc.cornell.edu/gen1@827 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[IBAL] IA64 vstat cmd crashed Win2k3 - unaligned MADs in ioctl; see ual_local_mad_ioc...
stansmith [Thu, 20 Sep 2007 23:59:27 +0000 (23:59 +0000)]
[IBAL] IA64 vstat cmd crashed Win2k3 - unaligned MADs in ioctl; see ual_local_mad_ioctl_t. __declspec(align(8)) will compile squawk if ever unaligned.

git-svn-id: svn://openib.tc.cornell.edu/gen1@826 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[WinOF] DAPL v1.1 & v2.0 entries supported.
stansmith [Wed, 19 Sep 2007 21:07:17 +0000 (21:07 +0000)]
[WinOF] DAPL v1.1 & v2.0 entries supported.

git-svn-id: svn://openib.tc.cornell.edu/gen1@825 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[WinOF-WIX]
stansmith [Wed, 19 Sep 2007 21:04:08 +0000 (21:04 +0000)]
[WinOF-WIX]
  remove unused code.
  Support IPoIB Local Area Connection being removed on XP
  as reg.exe needs different args for XP vs. Win2k3.
  WIX <Environment> handles %PATH% append/remove.
  nsc.exe run to update %PATH% after install.

git-svn-id: svn://openib.tc.cornell.edu/gen1@824 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[WinOF-WIX] Be less verbose when building installer
stansmith [Wed, 19 Sep 2007 20:58:16 +0000 (20:58 +0000)]
[WinOF-WIX] Be less verbose when building installer
Support v1.1 & v2.0 DAPL application build kits.
Use nsc.exe to update %PATH% variable after install.

git-svn-id: svn://openib.tc.cornell.edu/gen1@823 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[WinOF-WIX] Be less verbose when building installer
stansmith [Wed, 19 Sep 2007 20:57:12 +0000 (20:57 +0000)]
[WinOF-WIX] Be less verbose when building installer
Support v1.1 & v2.0 DAPL application build kits.
Use nsc.exe to update %PATH% variable after install.

git-svn-id: svn://openib.tc.cornell.edu/gen1@822 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[WinOF-WIX] Be less verbose when building installer
stansmith [Wed, 19 Sep 2007 20:54:29 +0000 (20:54 +0000)]
[WinOF-WIX] Be less verbose when building installer
Support v1.1 & v2.0 DAPL application build kits.
Use nsc.exe to update %PATH% variable after install.

git-svn-id: svn://openib.tc.cornell.edu/gen1@821 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[DAT/DAPL] Discussions about DAT v2.0 support and building DAT 2.0 applications.
stansmith [Wed, 19 Sep 2007 20:50:32 +0000 (20:50 +0000)]
[DAT/DAPL] Discussions about DAT v2.0 support and building DAT 2.0 applications.

git-svn-id: svn://openib.tc.cornell.edu/gen1@820 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[DAT/DAPL] Enable DAT Extensions
stansmith [Wed, 19 Sep 2007 20:41:18 +0000 (20:41 +0000)]
[DAT/DAPL] Enable DAT Extensions

git-svn-id: svn://openib.tc.cornell.edu/gen1@819 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[DAT/DAPL] Unable to open an HCA warrents a loud error report.
stansmith [Wed, 19 Sep 2007 20:38:17 +0000 (20:38 +0000)]
[DAT/DAPL] Unable to open an HCA warrents a loud error report.
DAT Extensions on by default.

git-svn-id: svn://openib.tc.cornell.edu/gen1@818 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[DAT/DAPL] DAT_API additions + DAT Extensions enabled by default.
stansmith [Wed, 19 Sep 2007 20:34:12 +0000 (20:34 +0000)]
[DAT/DAPL] DAT_API additions + DAT Extensions enabled by default.

git-svn-id: svn://openib.tc.cornell.edu/gen1@817 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

16 years ago[DAT/DAPL] define dat_os_ungetc()
stansmith [Wed, 19 Sep 2007 20:30:57 +0000 (20:30 +0000)]
[DAT/DAPL] define dat_os_ungetc()

git-svn-id: svn://openib.tc.cornell.edu/gen1@816 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86