]> git.openfabrics.org - ~shefty/rdma-win.git/log
~shefty/rdma-win.git
14 years agorefresh (create temporary patch)
Sean Hefty [Sat, 23 Jan 2010 06:34:47 +0000 (22:34 -0800)]
refresh (create temporary patch)

14 years agorefresh (create temporary patch)
Sean Hefty [Sat, 23 Jan 2010 06:34:47 +0000 (22:34 -0800)]
refresh (create temporary patch)

14 years agoRefresh of dapl-pdata2
Sean Hefty [Sat, 23 Jan 2010 06:34:44 +0000 (22:34 -0800)]
Refresh of dapl-pdata2

14 years agonew
Sean Hefty [Sat, 23 Jan 2010 06:29:41 +0000 (22:29 -0800)]
new

14 years agonew
Sean Hefty [Sat, 23 Jan 2010 06:29:41 +0000 (22:29 -0800)]
new

14 years agodapl: quick fix for wrong private data size
Sean Hefty [Sat, 23 Jan 2010 06:29:39 +0000 (22:29 -0800)]
dapl: quick fix for wrong private data size

DAPl expects the private data size to be up to 256 bytes, but
on windows the private data size is limited to 56 bytes.  As
a result, DAPL can access memory beyond the end of what's
allocated.

A more 'correct' fix is being submitted upstream to dapl.  This
is a simpler fix for the Windows 2.2 release only.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
14 years agopop
Sean Hefty [Sat, 23 Jan 2010 06:27:22 +0000 (22:27 -0800)]
pop

14 years agopop
Sean Hefty [Sat, 23 Jan 2010 06:27:22 +0000 (22:27 -0800)]
pop

14 years agorefresh
Sean Hefty [Sat, 23 Jan 2010 01:16:36 +0000 (17:16 -0800)]
refresh

14 years agorefresh
Sean Hefty [Sat, 23 Jan 2010 01:16:36 +0000 (17:16 -0800)]
refresh

14 years agorefresh (create temporary patch)
Sean Hefty [Sat, 23 Jan 2010 01:16:34 +0000 (17:16 -0800)]
refresh (create temporary patch)

14 years agorefresh (create temporary patch)
Sean Hefty [Sat, 23 Jan 2010 01:16:33 +0000 (17:16 -0800)]
refresh (create temporary patch)

14 years agoRefresh of dapl-pdata
Sean Hefty [Sat, 23 Jan 2010 01:16:31 +0000 (17:16 -0800)]
Refresh of dapl-pdata

14 years agorefresh
Sean Hefty [Sat, 23 Jan 2010 01:13:38 +0000 (17:13 -0800)]
refresh

14 years agorefresh
Sean Hefty [Sat, 23 Jan 2010 01:13:38 +0000 (17:13 -0800)]
refresh

14 years agorefresh (create temporary patch)
Sean Hefty [Sat, 23 Jan 2010 01:13:35 +0000 (17:13 -0800)]
refresh (create temporary patch)

14 years agorefresh (create temporary patch)
Sean Hefty [Sat, 23 Jan 2010 01:13:34 +0000 (17:13 -0800)]
refresh (create temporary patch)

14 years agoRefresh of dapl-pdata
Sean Hefty [Sat, 23 Jan 2010 01:13:31 +0000 (17:13 -0800)]
Refresh of dapl-pdata

14 years agorefresh
Sean Hefty [Sat, 23 Jan 2010 01:05:50 +0000 (17:05 -0800)]
refresh

14 years agorefresh
Sean Hefty [Sat, 23 Jan 2010 01:05:50 +0000 (17:05 -0800)]
refresh

14 years agorefresh (create temporary patch)
Sean Hefty [Sat, 23 Jan 2010 01:05:47 +0000 (17:05 -0800)]
refresh (create temporary patch)

14 years agorefresh (create temporary patch)
Sean Hefty [Sat, 23 Jan 2010 01:05:47 +0000 (17:05 -0800)]
refresh (create temporary patch)

14 years agoRefresh of dapl-pdata
Sean Hefty [Sat, 23 Jan 2010 01:05:44 +0000 (17:05 -0800)]
Refresh of dapl-pdata

14 years agonew
Sean Hefty [Sat, 23 Jan 2010 00:22:38 +0000 (16:22 -0800)]
new

14 years agonew
Sean Hefty [Sat, 23 Jan 2010 00:22:38 +0000 (16:22 -0800)]
new

14 years agodapl: use private_data_len for mem copies
Sean Hefty [Sat, 23 Jan 2010 00:22:36 +0000 (16:22 -0800)]
dapl: use private_data_len for mem copies

When copying private_data out of rdma_cm events, use the
reported private_data_len for the size, and not IB maximums.
This fixes a bug running over the librdmacm on windows, where
DAPL accessed invalid memory.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
14 years agodapl: use private_data_len for mem copies
Sean Hefty [Sat, 23 Jan 2010 00:22:36 +0000 (16:22 -0800)]
dapl: use private_data_len for mem copies

When copying private_data out of rdma_cm events, use the
reported private_data_len for the size, and not IB maximums.
This fixes a bug running over the librdmacm on windows, where
DAPL accessed invalid memory.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
14 years agodapl: use private_data_len for mem copies
Sean Hefty [Sat, 23 Jan 2010 00:22:36 +0000 (16:22 -0800)]
dapl: use private_data_len for mem copies

When copying private_data out of rdma_cm events, use the
reported private_data_len for the size, and not IB maximums.
This fixes a bug running over the librdmacm on windows, where
DAPL accessed invalid memory.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
14 years agodapl: use private_data_len for mem copies
Sean Hefty [Sat, 23 Jan 2010 00:22:36 +0000 (16:22 -0800)]
dapl: use private_data_len for mem copies

When copying private_data out of rdma_cm events, use the
reported private_data_len for the size, and not IB maximums.
This fixes a bug running over the librdmacm on windows, where
DAPL accessed invalid memory.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
14 years agorefresh
Sean Hefty [Sat, 23 Jan 2010 00:21:01 +0000 (16:21 -0800)]
refresh

14 years agorefresh
Sean Hefty [Sat, 23 Jan 2010 00:21:01 +0000 (16:21 -0800)]
refresh

14 years agorefresh (create temporary patch)
Sean Hefty [Sat, 23 Jan 2010 00:20:59 +0000 (16:20 -0800)]
refresh (create temporary patch)

14 years agorefresh (create temporary patch)
Sean Hefty [Sat, 23 Jan 2010 00:20:58 +0000 (16:20 -0800)]
refresh (create temporary patch)

14 years agoRefresh of librdmacm-pdata
Sean Hefty [Sat, 23 Jan 2010 00:20:56 +0000 (16:20 -0800)]
Refresh of librdmacm-pdata

14 years agonew
Sean Hefty [Sat, 23 Jan 2010 00:16:48 +0000 (16:16 -0800)]
new

14 years agonew
Sean Hefty [Sat, 23 Jan 2010 00:16:48 +0000 (16:16 -0800)]
new

14 years agolibrdmacm: set private_data_len
Sean Hefty [Sat, 23 Jan 2010 00:16:46 +0000 (16:16 -0800)]
librdmacm: set private_data_len

Set the private_data_len for reported events.  This allows
DAPL to use the value when copying private data.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
14 years agolibrdmacm: set private_data_len
Sean Hefty [Sat, 23 Jan 2010 00:16:46 +0000 (16:16 -0800)]
librdmacm: set private_data_len

Set the private_data_len for reported events.  This allows
DAPL to use the value when copying private data.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
14 years agorefresh
Sean Hefty [Fri, 22 Jan 2010 22:52:52 +0000 (14:52 -0800)]
refresh

14 years agorefresh
Sean Hefty [Fri, 22 Jan 2010 22:52:52 +0000 (14:52 -0800)]
refresh

14 years agorefresh (create temporary patch)
Sean Hefty [Fri, 22 Jan 2010 22:52:48 +0000 (14:52 -0800)]
refresh (create temporary patch)

14 years agorefresh (create temporary patch)
Sean Hefty [Fri, 22 Jan 2010 22:52:48 +0000 (14:52 -0800)]
refresh (create temporary patch)

14 years agoRefresh of dapl-close
Sean Hefty [Fri, 22 Jan 2010 22:52:45 +0000 (14:52 -0800)]
Refresh of dapl-close

14 years agonew
Sean Hefty [Fri, 22 Jan 2010 22:48:56 +0000 (14:48 -0800)]
new

14 years agonew
Sean Hefty [Fri, 22 Jan 2010 22:48:56 +0000 (14:48 -0800)]
new

14 years agodapl: move close device after async thread is done using it
Sean Hefty [Fri, 22 Jan 2010 22:48:54 +0000 (14:48 -0800)]
dapl: move close device after async thread is done using it

Before calling ibv_close_device, wait for the asynchronous
processing thread to finish using the device.  This prevents
a use after free error.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
14 years agodapl: move close device after async thread is done using it
Sean Hefty [Fri, 22 Jan 2010 22:48:54 +0000 (14:48 -0800)]
dapl: move close device after async thread is done using it

Before calling ibv_close_device, wait for the asynchronous
processing thread to finish using the device.  This prevents
a use after free error.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
14 years agorefresh
Sean Hefty [Fri, 22 Jan 2010 22:02:32 +0000 (14:02 -0800)]
refresh

14 years agorefresh
Sean Hefty [Fri, 22 Jan 2010 22:02:32 +0000 (14:02 -0800)]
refresh

14 years agorefresh (create temporary patch)
Sean Hefty [Fri, 22 Jan 2010 22:02:30 +0000 (14:02 -0800)]
refresh (create temporary patch)

14 years agorefresh (create temporary patch)
Sean Hefty [Fri, 22 Jan 2010 22:02:30 +0000 (14:02 -0800)]
refresh (create temporary patch)

14 years agoRefresh of libibverbs-delete-channel
Sean Hefty [Fri, 22 Jan 2010 22:02:28 +0000 (14:02 -0800)]
Refresh of libibverbs-delete-channel

14 years agonew
Sean Hefty [Fri, 22 Jan 2010 22:00:38 +0000 (14:00 -0800)]
new

14 years agonew
Sean Hefty [Fri, 22 Jan 2010 22:00:38 +0000 (14:00 -0800)]
new

14 years agoexternal modifications
Sean Hefty [Fri, 22 Jan 2010 22:00:36 +0000 (14:00 -0800)]
external modifications

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

14 years agoexternal modifications
Sean Hefty [Fri, 22 Jan 2010 22:00:36 +0000 (14:00 -0800)]
external modifications

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

14 years agolibibverbs/device: destroy completion channel when closing device
Sean Hefty [Fri, 22 Jan 2010 22:00:34 +0000 (14:00 -0800)]
libibverbs/device: destroy completion channel when closing device

ibv_close_device should destroy the completion channel
when closing the device and freeing the memory.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
14 years agolibibverbs/device: destroy completion channel when closing device
Sean Hefty [Fri, 22 Jan 2010 22:00:34 +0000 (14:00 -0800)]
libibverbs/device: destroy completion channel when closing device

ibv_close_device should destroy the completion channel
when closing the device and freeing the memory.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
14 years agodelete
Sean Hefty [Thu, 21 Jan 2010 20:28:38 +0000 (12:28 -0800)]
delete

14 years agodelete
Sean Hefty [Thu, 21 Jan 2010 20:28:38 +0000 (12:28 -0800)]
delete

14 years agodelete
Sean Hefty [Thu, 21 Jan 2010 20:28:09 +0000 (12:28 -0800)]
delete

14 years agodelete
Sean Hefty [Thu, 21 Jan 2010 20:28:08 +0000 (12:28 -0800)]
delete

14 years agodelete
Sean Hefty [Thu, 21 Jan 2010 20:28:00 +0000 (12:28 -0800)]
delete

14 years agodelete
Sean Hefty [Thu, 21 Jan 2010 20:28:00 +0000 (12:28 -0800)]
delete

14 years agodelete
Sean Hefty [Thu, 21 Jan 2010 20:27:51 +0000 (12:27 -0800)]
delete

14 years agodelete
Sean Hefty [Thu, 21 Jan 2010 20:27:50 +0000 (12:27 -0800)]
delete

14 years agodelete
Sean Hefty [Thu, 21 Jan 2010 20:27:36 +0000 (12:27 -0800)]
delete

14 years agodelete
Sean Hefty [Thu, 21 Jan 2010 20:27:35 +0000 (12:27 -0800)]
delete

14 years agodelete
Sean Hefty [Thu, 21 Jan 2010 20:26:34 +0000 (12:26 -0800)]
delete

14 years agodelete
Sean Hefty [Thu, 21 Jan 2010 20:26:34 +0000 (12:26 -0800)]
delete

14 years agodelete
Sean Hefty [Thu, 21 Jan 2010 20:26:19 +0000 (12:26 -0800)]
delete

14 years agodelete
Sean Hefty [Thu, 21 Jan 2010 20:26:19 +0000 (12:26 -0800)]
delete

14 years agoexternal modifications
Sean Hefty [Thu, 21 Jan 2010 20:26:18 +0000 (12:26 -0800)]
external modifications

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

14 years agoexternal modifications
Sean Hefty [Thu, 21 Jan 2010 20:26:18 +0000 (12:26 -0800)]
external modifications

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

14 years agopop
Sean Hefty [Thu, 21 Jan 2010 20:15:45 +0000 (12:15 -0800)]
pop

14 years agopop
Sean Hefty [Thu, 21 Jan 2010 20:15:45 +0000 (12:15 -0800)]
pop

14 years agouncommit
Sean Hefty [Thu, 21 Jan 2010 20:14:58 +0000 (12:14 -0800)]
uncommit

14 years agouncommit
Sean Hefty [Thu, 21 Jan 2010 20:14:58 +0000 (12:14 -0800)]
uncommit

14 years agopop
Sean Hefty [Thu, 21 Jan 2010 20:13:20 +0000 (12:13 -0800)]
pop

14 years agopop
Sean Hefty [Thu, 21 Jan 2010 20:13:19 +0000 (12:13 -0800)]
pop

14 years agouncommit
Sean Hefty [Thu, 21 Jan 2010 20:12:01 +0000 (12:12 -0800)]
uncommit

14 years agouncommit
Sean Hefty [Thu, 21 Jan 2010 20:12:01 +0000 (12:12 -0800)]
uncommit

14 years agopop
Sean Hefty [Thu, 21 Jan 2010 20:10:57 +0000 (12:10 -0800)]
pop

14 years agopop
Sean Hefty [Thu, 21 Jan 2010 20:10:57 +0000 (12:10 -0800)]
pop

14 years agouncommit
Sean Hefty [Thu, 21 Jan 2010 20:10:30 +0000 (12:10 -0800)]
uncommit

14 years agouncommit
Sean Hefty [Thu, 21 Jan 2010 20:10:30 +0000 (12:10 -0800)]
uncommit

14 years agopop
Sean Hefty [Thu, 21 Jan 2010 20:09:41 +0000 (12:09 -0800)]
pop

14 years agopop
Sean Hefty [Thu, 21 Jan 2010 20:09:41 +0000 (12:09 -0800)]
pop

14 years agouncommit
Sean Hefty [Thu, 21 Jan 2010 20:09:18 +0000 (12:09 -0800)]
uncommit

14 years agouncommit
Sean Hefty [Thu, 21 Jan 2010 20:09:18 +0000 (12:09 -0800)]
uncommit

14 years agoexternal modifications
Sean Hefty [Thu, 21 Jan 2010 20:09:05 +0000 (12:09 -0800)]
external modifications

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

14 years agoexternal modifications
Sean Hefty [Thu, 21 Jan 2010 20:09:04 +0000 (12:09 -0800)]
external modifications

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

14 years agopop
Sean Hefty [Thu, 21 Jan 2010 20:08:04 +0000 (12:08 -0800)]
pop

14 years agopop
Sean Hefty [Thu, 21 Jan 2010 20:08:04 +0000 (12:08 -0800)]
pop

14 years agouncommit
Sean Hefty [Thu, 21 Jan 2010 20:07:51 +0000 (12:07 -0800)]
uncommit

14 years agouncommit
Sean Hefty [Thu, 21 Jan 2010 20:07:51 +0000 (12:07 -0800)]
uncommit

14 years agoexternal modifications
Sean Hefty [Thu, 21 Jan 2010 20:07:46 +0000 (12:07 -0800)]
external modifications

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

14 years agoexternal modifications
Sean Hefty [Thu, 21 Jan 2010 20:07:46 +0000 (12:07 -0800)]
external modifications

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

14 years agowinverbs branch: test author fix
Sean Hefty [Thu, 21 Jan 2010 06:25:34 +0000 (06:25 +0000)]
winverbs branch: test author fix

From: Sean Hefty <sean.hefty@intel.com>

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

14 years agowinverbs branch: test author fix
Sean Hefty [Thu, 21 Jan 2010 06:25:34 +0000 (06:25 +0000)]
winverbs branch: test author fix

From: Sean Hefty <sean.hefty@intel.com>

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