]> git.openfabrics.org - ~shefty/rdma-win.git/log
~shefty/rdma-win.git
13 years agorefresh
Sean Hefty [Thu, 9 Sep 2010 20:38:37 +0000 (13:38 -0700)]
refresh

13 years agorefresh
Sean Hefty [Thu, 9 Sep 2010 20:38:37 +0000 (13:38 -0700)]
refresh

13 years agorefresh (create temporary patch)
Sean Hefty [Thu, 9 Sep 2010 20:38:34 +0000 (13:38 -0700)]
refresh (create temporary patch)

13 years agorefresh (create temporary patch)
Sean Hefty [Thu, 9 Sep 2010 20:38:34 +0000 (13:38 -0700)]
refresh (create temporary patch)

13 years agoRefresh of dapl-qp
Sean Hefty [Thu, 9 Sep 2010 20:38:31 +0000 (13:38 -0700)]
Refresh of dapl-qp

13 years agorefresh
Sean Hefty [Thu, 9 Sep 2010 20:32:58 +0000 (13:32 -0700)]
refresh

13 years agorefresh
Sean Hefty [Thu, 9 Sep 2010 20:32:58 +0000 (13:32 -0700)]
refresh

13 years agorefresh (create temporary patch)
Sean Hefty [Thu, 9 Sep 2010 20:32:55 +0000 (13:32 -0700)]
refresh (create temporary patch)

13 years agorefresh (create temporary patch)
Sean Hefty [Thu, 9 Sep 2010 20:32:55 +0000 (13:32 -0700)]
refresh (create temporary patch)

13 years agoRefresh of dapl-qp
Sean Hefty [Thu, 9 Sep 2010 20:32:52 +0000 (13:32 -0700)]
Refresh of dapl-qp

13 years agonew
Sean Hefty [Thu, 9 Sep 2010 17:41:32 +0000 (10:41 -0700)]
new

13 years agonew
Sean Hefty [Thu, 9 Sep 2010 17:41:32 +0000 (10:41 -0700)]
new

13 years agoexternal modifications
Sean Hefty [Thu, 9 Sep 2010 17:41:30 +0000 (10:41 -0700)]
external modifications

Modifications by tools other than StGit (e.g. git).

13 years agoexternal modifications
Sean Hefty [Thu, 9 Sep 2010 17:41:30 +0000 (10:41 -0700)]
external modifications

Modifications by tools other than StGit (e.g. git).

13 years agodapl/ibal: wait for qp destroy callback before freeing ep
Sean Hefty [Thu, 9 Sep 2010 17:41:28 +0000 (10:41 -0700)]
dapl/ibal: wait for qp destroy callback before freeing ep

Make QP destruction 'synchronous' to ensure that no callbacks are
in progress for a QP after dapl has destroyed it.  This fixes a
use after free error accessing the dapl ep structure from a qp
callback that results in an application crash.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
13 years agodapl/ibal: wait for qp destroy callback before freeing ep
Sean Hefty [Thu, 9 Sep 2010 17:41:28 +0000 (10:41 -0700)]
dapl/ibal: wait for qp destroy callback before freeing ep

Make QP destruction 'synchronous' to ensure that no callbacks are
in progress for a QP after dapl has destroyed it.  This fixes a
use after free error accessing the dapl ep structure from a qp
callback that results in an application crash.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
13 years agodapl/ibal: wait for qp destroy callback before freeing ep
Sean Hefty [Thu, 9 Sep 2010 17:41:28 +0000 (10:41 -0700)]
dapl/ibal: wait for qp destroy callback before freeing ep

Make QP destruction 'synchronous' to ensure that no callbacks are
in progress for a QP after dapl has destroyed it.  This fixes a
use after free error accessing the dapl ep structure from a qp
callback that results in an application crash.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
13 years agopop
Sean Hefty [Thu, 9 Sep 2010 17:02:45 +0000 (10:02 -0700)]
pop

13 years agopop
Sean Hefty [Thu, 9 Sep 2010 17:02:45 +0000 (10:02 -0700)]
pop

13 years agowinverbs: use export/import function appropriately
Sean Hefty [Thu, 9 Sep 2010 16:58:48 +0000 (16:58 +0000)]
winverbs: use export/import function appropriately

Winverbs defines WvGetObject that users must invoke to obtain the winverb provider interface.  WvGetObject is defined in the header files as dllexport, but callers require dllimport.  The winverbs sources file already defines EXPORT_WV_SYMBOLS that is intended to distinguish if we are really trying to export or import WvGetObject. Update winverbs.h to support dllimport for clients including
winverbs directly.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
git-svn-id: svn://openib.tc.cornell.edu/gen1@2905 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

13 years agowinmad: check return value of read/writefile
Sean Hefty [Thu, 9 Sep 2010 16:48:44 +0000 (16:48 +0000)]
winmad: check return value of read/writefile

When performing synchronous operation, we need to check the return value of ReadFile/WriteFile before calling GetOverlappedResult.  Otherwise GetOverlappedResult can hang.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
git-svn-id: svn://openib.tc.cornell.edu/gen1@2904 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

13 years agogit-svn-id: svn://openib.tc.cornell.edu/gen1@2903 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86
Stan Smith [Thu, 9 Sep 2010 16:29:07 +0000 (16:29 +0000)]
git-svn-id: svn://openib.tc.cornell.edu/gen1@2903 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

13 years ago[WIX] install DAPL 32-bit binaries in SysWow64 on 64-bit systems.
Stan Smith [Wed, 8 Sep 2010 23:14:12 +0000 (23:14 +0000)]
[WIX] install DAPL 32-bit binaries in SysWow64 on 64-bit systems.
Install DAPL UCM (Unreliable Datagram Connection Manager) as part of DAPL runtime package.

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

13 years ago[OFED] correct typo in cmd name.
Stan Smith [Tue, 7 Sep 2010 20:52:53 +0000 (20:52 +0000)]
[OFED] correct typo in cmd name.

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

13 years ago[IPOIB_NDIS6_CM] Fix an NDIS6 bad address length problem 1st addressed in svn.commit...
Stan Smith [Tue, 7 Sep 2010 20:43:12 +0000 (20:43 +0000)]
[IPOIB_NDIS6_CM] Fix an NDIS6 bad address length problem 1st addressed in svn.commit 2878.

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

13 years ago[IPOIB_NDIS6_CM] remove duplicated line.
Stan Smith [Tue, 7 Sep 2010 20:40:27 +0000 (20:40 +0000)]
[IPOIB_NDIS6_CM] remove duplicated line.

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

13 years ago[OPENSM] prevent pointer data truncation loss by using portable data type which is...
Stan Smith [Tue, 7 Sep 2010 20:31:56 +0000 (20:31 +0000)]
[OPENSM] prevent pointer data truncation loss by using portable data type which is 32/64 bit aware.

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

13 years ago[etc] Fix whitespaces in comments.
Tzachi Dar [Mon, 6 Sep 2010 15:44:30 +0000 (15:44 +0000)]
[etc] Fix whitespaces in comments.

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

13 years ago[ibal] Add support for more operations on ib_types.h
Tzachi Dar [Mon, 6 Sep 2010 15:23:57 +0000 (15:23 +0000)]
[ibal] Add support for more operations on ib_types.h

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

13 years ago[IBBUS] fix BSOD during WHQL's "Pnpdtest with concurrent IO in parallel with DevPathE...
Tzachi Dar [Mon, 6 Sep 2010 15:21:18 +0000 (15:21 +0000)]
[IBBUS] fix BSOD during WHQL's "Pnpdtest with concurrent IO in parallel with DevPathExer" (mlnx 5186)
This test runs in parallel 3 tests: pnpdtest, pwrtest and devpathexer.
pwrtest unload/load the driver while pnpdtest send various requests.
BSOD was caused by Device Query Location PnP request to IpoIB PDO, which crashed, because bus_port_mgr has not yet managed acquire HCA.

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

13 years ago[OFED\WIX] check for WIX required files prior to compiling. Include WIX/OFA graphics
Stan Smith [Thu, 2 Sep 2010 20:04:44 +0000 (20:04 +0000)]
[OFED\WIX] check for WIX required files prior to compiling. Include WIX/OFA graphics

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

13 years agowinmad: clear overlapped structures
Sean Hefty [Thu, 2 Sep 2010 18:48:33 +0000 (18:48 +0000)]
winmad: clear overlapped structures

Currently winmad does not support byte offset reads and writes.  However, if we ever want to support that feature, than we need to specify an offset of 0 for current operations to avoid backwards compatibility issues.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
git-svn-id: svn://openib.tc.cornell.edu/gen1@2893 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

13 years agowinmad: close handle for read and write events
Sean Hefty [Thu, 2 Sep 2010 17:54:07 +0000 (17:54 +0000)]
winmad: close handle for read and write events

Rather than closing the write event handle twice, close the read handle, which was the intent.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
git-svn-id: svn://openib.tc.cornell.edu/gen1@2892 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

13 years ago[mthca] Fix a typo.
Tzachi Dar [Thu, 2 Sep 2010 08:38:49 +0000 (08:38 +0000)]
[mthca] Fix a typo.

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

13 years ago[IBAL] Improve error printing.
Tzachi Dar [Thu, 2 Sep 2010 08:14:42 +0000 (08:14 +0000)]
[IBAL] Improve error printing.

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

13 years ago[ibal] Remove a white space.
Tzachi Dar [Thu, 2 Sep 2010 08:10:09 +0000 (08:10 +0000)]
[ibal] Remove a white space.

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

13 years ago[ibal] Pass only the parameter that is essential for this function.
Tzachi Dar [Thu, 2 Sep 2010 08:01:59 +0000 (08:01 +0000)]
[ibal] Pass only the parameter that is essential for this function.

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

13 years ago[IBAL] remove unnecessary ASSERT.
Tzachi Dar [Thu, 2 Sep 2010 07:20:48 +0000 (07:20 +0000)]
[IBAL] remove unnecessary ASSERT.
Signed off by: Leonid

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

13 years ago[DAPL2] update to OFED 1.5.2 (DAPL 2.0.30) builds for all OS/arch combinations.
Stan Smith [Wed, 1 Sep 2010 22:12:54 +0000 (22:12 +0000)]
[DAPL2] update to OFED 1.5.2 (DAPL 2.0.30) builds for all OS/arch combinations.

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

13 years agodapl: change ib_addr to rdma_ib_addr
Sean Hefty [Wed, 1 Sep 2010 21:15:13 +0000 (21:15 +0000)]
dapl: change ib_addr to rdma_ib_addr

The librdmacm changed the name of struct ib_addr to struct rdma_ib_addr.  Update dapl to use the new name.  This fixes a build issue if DAPL_DBG is enabled.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
git-svn-id: svn://openib.tc.cornell.edu/gen1@2885 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

13 years ago[IBBUS] g_stat: added threads for handling SET POWER IRP.
Tzachi Dar [Wed, 1 Sep 2010 12:19:31 +0000 (12:19 +0000)]
[IBBUS] g_stat: added threads for handling SET POWER IRP.
Signed off by: leonid

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

13 years ago[mthca] Remove livefish support.
Tzachi Dar [Wed, 1 Sep 2010 10:25:12 +0000 (10:25 +0000)]
[mthca] Remove livefish support.

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

13 years ago[IBAL] This memory leak was found while running with driver verifier. (mlnx 5187)
Tzachi Dar [Wed, 1 Sep 2010 10:19:21 +0000 (10:19 +0000)]
[IBAL] This memory leak was found while running with driver verifier. (mlnx 5187)

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

13 years ago[IBAL] Add an assert to check cases where cl_obj_dref is causing a destroy of the...
Tzachi Dar [Wed, 1 Sep 2010 08:59:40 +0000 (08:59 +0000)]
[IBAL] Add an assert to check cases where cl_obj_dref is causing a destroy of the object without destroy being called first. (mlnx 6401)

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

13 years ago[IPOIB_NDIS6_CM] DHCP: fix for Linux interop
Stan Smith [Tue, 31 Aug 2010 17:21:43 +0000 (17:21 +0000)]
[IPOIB_NDIS6_CM] DHCP: fix for Linux interop
The format of Client Identifier Field (CID) was changed.

/* The CID will contain of:
 CID[0] = DHCP_OPT_CLIENT_ID == 61
 CID[1] = coIPoIB_CID_Len == 22
 CID[2:13] = coIBDefaultDHCPPrefix; (Here CID[2] always == coIPoIB_HwTypeIB == 0xFF)
 CID[14:21] = GUID;
*/
Signed-off by: Alexander Naslednikov (xalex at mellanox.co.il)

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

13 years ago[MLX4] Added support for disabling PPF when PFs are running. [mlnx 5739]
Tzachi Dar [Tue, 31 Aug 2010 11:54:59 +0000 (11:54 +0000)]
[MLX4] Added support for disabling PPF when PFs are running. [mlnx 5739]
Signed off by: leonid

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

13 years ago[ipoib] ipoib - recv processing takes too much time in DPC
Tzachi Dar [Mon, 30 Aug 2010 12:30:19 +0000 (12:30 +0000)]
[ipoib] ipoib -  recv processing takes too much time in DPC

When processing of receive packet, the function stays in DPC too much time. In win2008 the OS throws an assert warning that too much time is spent in DPC and it may affect the system.

The fix is to move the receive processing to a workitem. The IPOIB give-up after some time and return to process receive packet in workitem. that allows other DPCs and workitems too run in parallel.

commit 6315 in svn://mtls50/svn.wininf/branches/MLNX_WinOF-2_1_2

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

13 years ago[IPOIB_NDIS6_CM] enhance wc linking loop performance by removing array index calculat...
Stan Smith [Thu, 26 Aug 2010 22:43:42 +0000 (22:43 +0000)]
[IPOIB_NDIS6_CM] enhance wc linking loop performance by removing array index calculations.
reformat a comment to prevent line wrap.

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

13 years ago[IPOIB,IPOIB_NDIS6_CM]
Stan Smith [Thu, 26 Aug 2010 22:22:58 +0000 (22:22 +0000)]
[IPOIB,IPOIB_NDIS6_CM]
Fixing the bug when NDIS sends OID_GEN_NETWORK_LAYER_ADDRESSES with the list of new addresses with invalid formatting (happened when AddressCount =5)

NDIS sends NETWORK_ADDRESS_LIST structure, which contains an array of NETWORK_ADDRESS structures of variable size. The calculation of the next address offset is based on AddressLength;  in a case when this field contains wrong data, one can get access violation error

Signed-off by: Alexander Naslednikov (xalex at mellanox.co.il)

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

13 years ago[WIX] include librdmacm\include\rdma\rdma_verbs.h header file in the OFED_SDK install...
Stan Smith [Wed, 25 Aug 2010 21:34:26 +0000 (21:34 +0000)]
[WIX] include librdmacm\include\rdma\rdma_verbs.h header file in the OFED_SDK install feature.

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

13 years ago[WIX] <simplify> condense OS specific SymStor folders into a single SymStor folder...
Stan Smith [Wed, 25 Aug 2010 21:24:22 +0000 (21:24 +0000)]
[WIX] <simplify> condense OS specific SymStor folders into a single SymStor folder; losing OS\SymStor and OS\Installers folders.

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

13 years ago[WIX] whitespace correction (tab --> spaces)
Stan Smith [Wed, 25 Aug 2010 21:18:19 +0000 (21:18 +0000)]
[WIX] whitespace correction (tab --> spaces)

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

13 years ago[opensm] Better handle bad command line parameters.
Tzachi Dar [Wed, 25 Aug 2010 11:12:54 +0000 (11:12 +0000)]
[opensm] Better handle bad command line parameters.

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

14 years agolibrdmacm: update to API version 1.0.13
Sean Hefty [Tue, 17 Aug 2010 16:04:23 +0000 (16:04 +0000)]
librdmacm: update to API version 1.0.13

- Support for synchronous operation
- Operational PD and CQ parameters
- New rdma_getaddrinfo functionality to support future
  changes for IB ACM
- New simple client / server test apps.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
git-svn-id: svn://openib.tc.cornell.edu/gen1@2871 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

14 years agorefresh
Sean Hefty [Mon, 16 Aug 2010 22:50:56 +0000 (15:50 -0700)]
refresh

14 years agorefresh
Sean Hefty [Mon, 16 Aug 2010 22:50:56 +0000 (15:50 -0700)]
refresh

14 years agorefresh (create temporary patch)
Sean Hefty [Mon, 16 Aug 2010 22:50:41 +0000 (15:50 -0700)]
refresh (create temporary patch)

14 years agorefresh (create temporary patch)
Sean Hefty [Mon, 16 Aug 2010 22:50:40 +0000 (15:50 -0700)]
refresh (create temporary patch)

14 years agoRefresh of startup
Sean Hefty [Mon, 16 Aug 2010 22:50:38 +0000 (15:50 -0700)]
Refresh of startup

14 years agorefresh
Sean Hefty [Mon, 16 Aug 2010 22:50:08 +0000 (15:50 -0700)]
refresh

14 years agorefresh
Sean Hefty [Mon, 16 Aug 2010 22:50:08 +0000 (15:50 -0700)]
refresh

14 years agorefresh (create temporary patch)
Sean Hefty [Mon, 16 Aug 2010 22:50:05 +0000 (15:50 -0700)]
refresh (create temporary patch)

14 years agorefresh (create temporary patch)
Sean Hefty [Mon, 16 Aug 2010 22:50:05 +0000 (15:50 -0700)]
refresh (create temporary patch)

14 years agoRefresh of startup
Sean Hefty [Mon, 16 Aug 2010 22:50:02 +0000 (15:50 -0700)]
Refresh of startup

14 years agorefresh
Sean Hefty [Mon, 16 Aug 2010 22:41:36 +0000 (15:41 -0700)]
refresh

14 years agorefresh
Sean Hefty [Mon, 16 Aug 2010 22:41:36 +0000 (15:41 -0700)]
refresh

14 years agorefresh (create temporary patch)
Sean Hefty [Mon, 16 Aug 2010 22:41:33 +0000 (15:41 -0700)]
refresh (create temporary patch)

14 years agorefresh (create temporary patch)
Sean Hefty [Mon, 16 Aug 2010 22:41:33 +0000 (15:41 -0700)]
refresh (create temporary patch)

14 years agoRefresh of startup
Sean Hefty [Mon, 16 Aug 2010 22:41:31 +0000 (15:41 -0700)]
Refresh of startup

14 years agorefresh
Sean Hefty [Mon, 16 Aug 2010 22:16:31 +0000 (15:16 -0700)]
refresh

14 years agorefresh
Sean Hefty [Mon, 16 Aug 2010 22:16:31 +0000 (15:16 -0700)]
refresh

14 years agorefresh (create temporary patch)
Sean Hefty [Mon, 16 Aug 2010 22:16:28 +0000 (15:16 -0700)]
refresh (create temporary patch)

14 years agorefresh (create temporary patch)
Sean Hefty [Mon, 16 Aug 2010 22:16:28 +0000 (15:16 -0700)]
refresh (create temporary patch)

14 years agoRefresh of startup
Sean Hefty [Mon, 16 Aug 2010 22:16:26 +0000 (15:16 -0700)]
Refresh of startup

14 years agorefresh
Sean Hefty [Mon, 16 Aug 2010 22:08:50 +0000 (15:08 -0700)]
refresh

14 years agorefresh
Sean Hefty [Mon, 16 Aug 2010 22:08:50 +0000 (15:08 -0700)]
refresh

14 years agorefresh (create temporary patch)
Sean Hefty [Mon, 16 Aug 2010 22:08:47 +0000 (15:08 -0700)]
refresh (create temporary patch)

14 years agorefresh (create temporary patch)
Sean Hefty [Mon, 16 Aug 2010 22:08:47 +0000 (15:08 -0700)]
refresh (create temporary patch)

14 years agoRefresh of startup
Sean Hefty [Mon, 16 Aug 2010 22:08:44 +0000 (15:08 -0700)]
Refresh of startup

14 years agorefresh
Sean Hefty [Mon, 16 Aug 2010 22:07:41 +0000 (15:07 -0700)]
refresh

14 years agorefresh
Sean Hefty [Mon, 16 Aug 2010 22:07:41 +0000 (15:07 -0700)]
refresh

14 years agorefresh (create temporary patch)
Sean Hefty [Mon, 16 Aug 2010 22:07:38 +0000 (15:07 -0700)]
refresh (create temporary patch)

14 years agorefresh (create temporary patch)
Sean Hefty [Mon, 16 Aug 2010 22:07:38 +0000 (15:07 -0700)]
refresh (create temporary patch)

14 years agoRefresh of startup
Sean Hefty [Mon, 16 Aug 2010 22:07:35 +0000 (15:07 -0700)]
Refresh of startup

14 years agonew
Sean Hefty [Mon, 16 Aug 2010 22:03:54 +0000 (15:03 -0700)]
new

14 years agonew
Sean Hefty [Mon, 16 Aug 2010 22:03:54 +0000 (15:03 -0700)]
new

14 years agolibrdmacm: windows specific changes
Sean Hefty [Mon, 16 Aug 2010 22:03:51 +0000 (15:03 -0700)]
librdmacm: windows specific changes

14 years agolibrdmacm: initialize wsa
Sean Hefty [Mon, 16 Aug 2010 22:03:51 +0000 (15:03 -0700)]
librdmacm: initialize wsa

14 years agolibrdmacm: initialize wsa
Sean Hefty [Mon, 16 Aug 2010 22:03:51 +0000 (15:03 -0700)]
librdmacm: initialize wsa

14 years agolibrdmacm: initialize wsa
Sean Hefty [Mon, 16 Aug 2010 22:03:51 +0000 (15:03 -0700)]
librdmacm: initialize wsa

14 years agolibrdmacm: initialize wsa
Sean Hefty [Mon, 16 Aug 2010 22:03:51 +0000 (15:03 -0700)]
librdmacm: initialize wsa

14 years agolibrdmacm: initialize wsa
Sean Hefty [Mon, 16 Aug 2010 22:03:51 +0000 (15:03 -0700)]
librdmacm: initialize wsa

14 years agolibrdmacm: initialize wsa
Sean Hefty [Mon, 16 Aug 2010 22:03:51 +0000 (15:03 -0700)]
librdmacm: initialize wsa

14 years agorefresh
Sean Hefty [Mon, 16 Aug 2010 21:03:03 +0000 (14:03 -0700)]
refresh

14 years agorefresh
Sean Hefty [Mon, 16 Aug 2010 21:03:03 +0000 (14:03 -0700)]
refresh

14 years agorefresh (create temporary patch)
Sean Hefty [Mon, 16 Aug 2010 21:03:00 +0000 (14:03 -0700)]
refresh (create temporary patch)

14 years agorefresh (create temporary patch)
Sean Hefty [Mon, 16 Aug 2010 21:03:00 +0000 (14:03 -0700)]
refresh (create temporary patch)

14 years agoRefresh of samples
Sean Hefty [Mon, 16 Aug 2010 21:02:58 +0000 (14:02 -0700)]
Refresh of samples

14 years agorefresh
Sean Hefty [Mon, 16 Aug 2010 20:57:19 +0000 (13:57 -0700)]
refresh

14 years agorefresh
Sean Hefty [Mon, 16 Aug 2010 20:57:19 +0000 (13:57 -0700)]
refresh