]> git.openfabrics.org - ~shefty/rdma-win.git/log
~shefty/rdma-win.git
13 years agopop (CONFLICT)
Sean Hefty [Mon, 4 Oct 2010 18:32:28 +0000 (11:32 -0700)]
pop (CONFLICT)

13 years agopop (CONFLICT)
Sean Hefty [Mon, 4 Oct 2010 18:32:28 +0000 (11:32 -0700)]
pop (CONFLICT)

13 years agopop
Sean Hefty [Mon, 4 Oct 2010 18:32:26 +0000 (11:32 -0700)]
pop

13 years agopop
Sean Hefty [Mon, 4 Oct 2010 18:32:26 +0000 (11:32 -0700)]
pop

13 years agodapl/ibal: delay QP transition until user disconnects
Sean Hefty [Fri, 17 Sep 2010 21:17:20 +0000 (14:17 -0700)]
dapl/ibal: delay QP transition until user disconnects

The ibal provider calls ib_cm_drep in response to receiving
a dreq.  The result is that the user's QP is transitioned
through the error state, which fails any outstanding send
operations and flushes all receives.  The disconnect request
is then reported to the user.

Since a user can receive errors from the QP before they are
aware of a pending disconnect request, the application may
respond to the errors as, well, actual errors.  Fix this by
delaying the QP transition until the user responds to the
dreq.

This fixes an error with Intel MPI running over the ibal
dapl provider with a 'spawn' test.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
13 years agoexternal modifications
Sean Hefty [Mon, 4 Oct 2010 18:30:06 +0000 (11:30 -0700)]
external modifications

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

13 years agoexternal modifications
Sean Hefty [Mon, 4 Oct 2010 18:30:06 +0000 (11:30 -0700)]
external modifications

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

13 years agodapl: update
Sean Hefty [Mon, 4 Oct 2010 17:27:40 +0000 (17:27 +0000)]
dapl: update

update to git commit 8be031e229dfc6afcf7b637d2ea78e43048b7223, post 2.0.30

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

13 years agopop
Sean Hefty [Fri, 1 Oct 2010 21:36:04 +0000 (14:36 -0700)]
pop

13 years agopop
Sean Hefty [Fri, 1 Oct 2010 21:36:04 +0000 (14:36 -0700)]
pop

13 years agorefresh
Sean Hefty [Fri, 1 Oct 2010 21:35:39 +0000 (14:35 -0700)]
refresh

13 years agorefresh
Sean Hefty [Fri, 1 Oct 2010 21:35:39 +0000 (14:35 -0700)]
refresh

13 years agorefresh (create temporary patch)
Sean Hefty [Fri, 1 Oct 2010 21:35:37 +0000 (14:35 -0700)]
refresh (create temporary patch)

13 years agorefresh (create temporary patch)
Sean Hefty [Fri, 1 Oct 2010 21:35:37 +0000 (14:35 -0700)]
refresh (create temporary patch)

13 years agoRefresh of ibal-drep
Sean Hefty [Fri, 1 Oct 2010 21:35:35 +0000 (14:35 -0700)]
Refresh of ibal-drep

13 years ago[OFED] winOFED release 2.3 RC3 prep.
Stan Smith [Fri, 1 Oct 2010 17:01:22 +0000 (17:01 +0000)]
[OFED] winOFED release 2.3 RC3 prep.

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

13 years ago[IPoIB_NDIS6_CM] oops - checked in the wrong set of files for EndPoint initialization...
Stan Smith [Fri, 1 Oct 2010 16:56:14 +0000 (16:56 +0000)]
[IPoIB_NDIS6_CM] oops - checked in the wrong set of files for EndPoint initialization; this commits fixes commit 2951 (ipoib_endpt_create() needs p_port passed in).

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

13 years ago[IPoIB_NDIS6_CM] initialize IBAL pointer in Endpoint struct @ EP creation; initialize...
Stan Smith [Fri, 1 Oct 2010 15:50:52 +0000 (15:50 +0000)]
[IPoIB_NDIS6_CM] initialize IBAL pointer in Endpoint struct @ EP creation; initialize only in one place as IBAL ptr does not change over life of EP.

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

13 years ago[OFED] integrate trunk commits up to and including 2949
Stan Smith [Tue, 28 Sep 2010 22:51:18 +0000 (22:51 +0000)]
[OFED] integrate trunk commits up to and including 2949

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

13 years ago[core] Replace memory allocator with a memory allocator that works natively with...
Tzachi Dar [Tue, 28 Sep 2010 17:26:21 +0000 (17:26 +0000)]
[core] Replace memory allocator with a memory allocator that works natively with 0 bytes allocations

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

13 years ago[HCA] Prevent stack corruption
Leonid Kelly [Mon, 27 Sep 2010 19:32:11 +0000 (19:32 +0000)]
[HCA] Prevent stack corruption

In the case where umv_buf::command is FALSE, the else control segment is taken and a stack variable's address is stored by INIT_UDATA, to be written later in the call to alloc_pd.  The stack variable then goes out of scope, so the call to alloc_pd could corrupt the stack.

The fix uses the status local variable as temporary storage, as it is unused until after the call to alloc_pd.

Signed-off-by: Fab Tillier <ftillier@microsoft.com>
git-svn-id: svn://openib.tc.cornell.edu/gen1@2948 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

13 years agopop
Sean Hefty [Sat, 25 Sep 2010 00:51:17 +0000 (17:51 -0700)]
pop

13 years agopop
Sean Hefty [Sat, 25 Sep 2010 00:51:17 +0000 (17:51 -0700)]
pop

13 years agoibal: send drep in response to unmatched dreq
Sean Hefty [Thu, 23 Sep 2010 19:25:29 +0000 (12:25 -0700)]
ibal: send drep in response to unmatched dreq

If a DREQ is received that cannot be matched with an
existing CEP, issue a DREP in response.  It's possible
that the targetted CEP issued a DREP which was lost.
The CEP then transitioned through the timewait state
before another DREQ was received, and is no longer accessible.
To prevent the remote side from timing out waiting on a DREP,
send one so that it can complete its disconnection.

This fixes an issue in iMPI where one side of a connection
ends up waiting up to two minutes on disconnection.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
13 years agorefresh
Sean Hefty [Sat, 25 Sep 2010 00:50:13 +0000 (17:50 -0700)]
refresh

13 years agorefresh
Sean Hefty [Sat, 25 Sep 2010 00:50:13 +0000 (17:50 -0700)]
refresh

13 years agorefresh (create temporary patch)
Sean Hefty [Sat, 25 Sep 2010 00:50:09 +0000 (17:50 -0700)]
refresh (create temporary patch)

13 years agorefresh (create temporary patch)
Sean Hefty [Sat, 25 Sep 2010 00:50:08 +0000 (17:50 -0700)]
refresh (create temporary patch)

13 years agoRefresh of ibal-disc
Sean Hefty [Sat, 25 Sep 2010 00:50:04 +0000 (17:50 -0700)]
Refresh of ibal-disc

13 years agopop
Sean Hefty [Sat, 25 Sep 2010 00:49:32 +0000 (17:49 -0700)]
pop

13 years agopop
Sean Hefty [Sat, 25 Sep 2010 00:49:32 +0000 (17:49 -0700)]
pop

13 years agorefresh
Sean Hefty [Thu, 23 Sep 2010 20:59:52 +0000 (13:59 -0700)]
refresh

13 years agorefresh
Sean Hefty [Thu, 23 Sep 2010 20:59:52 +0000 (13:59 -0700)]
refresh

13 years agorefresh (create temporary patch)
Sean Hefty [Thu, 23 Sep 2010 20:59:48 +0000 (13:59 -0700)]
refresh (create temporary patch)

13 years agorefresh (create temporary patch)
Sean Hefty [Thu, 23 Sep 2010 20:59:48 +0000 (13:59 -0700)]
refresh (create temporary patch)

13 years agoRefresh of ibal-drep
Sean Hefty [Thu, 23 Sep 2010 20:59:43 +0000 (13:59 -0700)]
Refresh of ibal-drep

13 years agonew
Sean Hefty [Thu, 23 Sep 2010 19:25:32 +0000 (12:25 -0700)]
new

13 years agonew
Sean Hefty [Thu, 23 Sep 2010 19:25:31 +0000 (12:25 -0700)]
new

13 years agoibal: send drep in response to unmatched dreq
Sean Hefty [Thu, 23 Sep 2010 19:25:29 +0000 (12:25 -0700)]
ibal: send drep in response to unmatched dreq

If a DREQ is received that cannot be matched with an
existing CEP, issue a DREP in response.  It's possible
that the targetted CEP issued a DREP which was lost.
The CEP then transitioned through the timewait state
before another DREQ was received, and is no longer accessible.
To prevent the remote side from timing out waiting on a DREP,
send one so that it can complete its disconnection.

This fixes an issue in iMPI where one side of a connection
ends up waiting up to two minutes on disconnection.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
13 years agoibal: send drep in response to unmatched dreq
Sean Hefty [Thu, 23 Sep 2010 19:25:29 +0000 (12:25 -0700)]
ibal: send drep in response to unmatched dreq

If a DREQ is received that cannot be matched with an
existing CEP, issue a DREP in response.  It's possible
that the targetted CEP issued a DREP which was lost.
The CEP then transitioned through the timewait state
before another DREQ was received, and is no longer accessible.
To prevent the remote side from timing out waiting on a DREP,
send one so that it can complete its disconnection.

This fixes an issue in iMPI where one side of a connection
ends up waiting up to two minutes on disconnection.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
13 years agorefresh
Sean Hefty [Thu, 23 Sep 2010 00:16:38 +0000 (17:16 -0700)]
refresh

13 years agorefresh
Sean Hefty [Thu, 23 Sep 2010 00:16:38 +0000 (17:16 -0700)]
refresh

13 years agorefresh (create temporary patch)
Sean Hefty [Thu, 23 Sep 2010 00:16:35 +0000 (17:16 -0700)]
refresh (create temporary patch)

13 years agorefresh (create temporary patch)
Sean Hefty [Thu, 23 Sep 2010 00:16:35 +0000 (17:16 -0700)]
refresh (create temporary patch)

13 years agoRefresh of ibal-disc
Sean Hefty [Thu, 23 Sep 2010 00:16:32 +0000 (17:16 -0700)]
Refresh of ibal-disc

13 years agorefresh
Sean Hefty [Thu, 23 Sep 2010 00:14:24 +0000 (17:14 -0700)]
refresh

13 years agorefresh
Sean Hefty [Thu, 23 Sep 2010 00:14:24 +0000 (17:14 -0700)]
refresh

13 years agorefresh (create temporary patch)
Sean Hefty [Thu, 23 Sep 2010 00:14:21 +0000 (17:14 -0700)]
refresh (create temporary patch)

13 years agorefresh (create temporary patch)
Sean Hefty [Thu, 23 Sep 2010 00:14:21 +0000 (17:14 -0700)]
refresh (create temporary patch)

13 years agoRefresh of ibal-disc
Sean Hefty [Thu, 23 Sep 2010 00:14:18 +0000 (17:14 -0700)]
Refresh of ibal-disc

13 years agorefresh
Sean Hefty [Thu, 23 Sep 2010 00:14:04 +0000 (17:14 -0700)]
refresh

13 years agorefresh
Sean Hefty [Thu, 23 Sep 2010 00:14:03 +0000 (17:14 -0700)]
refresh

13 years agorefresh (create temporary patch)
Sean Hefty [Thu, 23 Sep 2010 00:14:00 +0000 (17:14 -0700)]
refresh (create temporary patch)

13 years agorefresh (create temporary patch)
Sean Hefty [Thu, 23 Sep 2010 00:13:59 +0000 (17:13 -0700)]
refresh (create temporary patch)

13 years agoRefresh of ibal-disc
Sean Hefty [Thu, 23 Sep 2010 00:13:55 +0000 (17:13 -0700)]
Refresh of ibal-disc

13 years agopop
Sean Hefty [Wed, 22 Sep 2010 23:41:16 +0000 (16:41 -0700)]
pop

13 years agopop
Sean Hefty [Wed, 22 Sep 2010 23:41:16 +0000 (16:41 -0700)]
pop

13 years agopop
Sean Hefty [Wed, 22 Sep 2010 23:35:53 +0000 (16:35 -0700)]
pop

13 years agopop
Sean Hefty [Wed, 22 Sep 2010 23:35:52 +0000 (16:35 -0700)]
pop

13 years agopop
Sean Hefty [Wed, 22 Sep 2010 23:35:31 +0000 (16:35 -0700)]
pop

13 years agopop
Sean Hefty [Wed, 22 Sep 2010 23:35:31 +0000 (16:35 -0700)]
pop

13 years agorefresh
Sean Hefty [Wed, 22 Sep 2010 23:34:56 +0000 (16:34 -0700)]
refresh

13 years agorefresh
Sean Hefty [Wed, 22 Sep 2010 23:34:56 +0000 (16:34 -0700)]
refresh

13 years agorefresh (create temporary patch)
Sean Hefty [Wed, 22 Sep 2010 23:34:51 +0000 (16:34 -0700)]
refresh (create temporary patch)

13 years agorefresh (create temporary patch)
Sean Hefty [Wed, 22 Sep 2010 23:34:51 +0000 (16:34 -0700)]
refresh (create temporary patch)

13 years agoRefresh of dapl-cookie
Sean Hefty [Wed, 22 Sep 2010 23:34:47 +0000 (16:34 -0700)]
Refresh of dapl-cookie

13 years agonew
Sean Hefty [Wed, 22 Sep 2010 17:45:12 +0000 (10:45 -0700)]
new

13 years agonew
Sean Hefty [Wed, 22 Sep 2010 17:45:12 +0000 (10:45 -0700)]
new

13 years agodapl: fix invalid cookie issue
Sean Hefty [Wed, 22 Sep 2010 17:45:09 +0000 (10:45 -0700)]
dapl: fix invalid cookie issue

13 years agodapl: fix invalid cookie issue
Sean Hefty [Wed, 22 Sep 2010 17:45:09 +0000 (10:45 -0700)]
dapl: fix invalid cookie issue

13 years agolibrdmacm: validate user private data size
Sean Hefty [Wed, 22 Sep 2010 17:13:53 +0000 (17:13 +0000)]
librdmacm: validate user private data size

Check private data size to avoid overrunning the winverbs data buffer.

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

13 years ago[IPoIB_NDIS6_CM] stop leaking spin lock
Alex Naslednikov [Wed, 22 Sep 2010 09:40:52 +0000 (09:40 +0000)]
[IPoIB_NDIS6_CM] stop leaking spin lock
Signed-off by: Smith Stan

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

13 years ago[[IPoIB_NDIS6_CM] Spacing and tabulation - part II; no functionality changes
Alex Naslednikov [Wed, 22 Sep 2010 09:28:26 +0000 (09:28 +0000)]
[[IPoIB_NDIS6_CM] Spacing and tabulation - part II; no functionality changes

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

13 years ago[[IPoIB_NDIS6_CM] Spacing and tabulation; no functionality changes
Alex Naslednikov [Wed, 22 Sep 2010 09:26:18 +0000 (09:26 +0000)]
[[IPoIB_NDIS6_CM] Spacing and tabulation; no functionality changes

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

13 years agopop
Sean Hefty [Tue, 21 Sep 2010 16:22:34 +0000 (09:22 -0700)]
pop

13 years agopop
Sean Hefty [Tue, 21 Sep 2010 16:22:34 +0000 (09:22 -0700)]
pop

13 years agodapl/ibal: delay QP transition until user disconnects
Sean Hefty [Fri, 17 Sep 2010 21:17:20 +0000 (14:17 -0700)]
dapl/ibal: delay QP transition until user disconnects

The ibal provider calls ib_cm_drep in response to receiving
a dreq.  The result is that the user's QP is transitioned
through the error state, which fails any outstanding send
operations and flushes all receives.  The disconnect request
is then reported to the user.

Since a user can receive errors from the QP before they are
aware of a pending disconnect request, the application may
respond to the errors as, well, actual errors.  Fix this by
delaying the QP transition until the user responds to the
dreq.

This fixes an error with Intel MPI running over the ibal
dapl provider with a 'spawn' test.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
13 years agodapl/ibal: delay QP transition until user disconnects
Sean Hefty [Fri, 17 Sep 2010 21:17:20 +0000 (14:17 -0700)]
dapl/ibal: delay QP transition until user disconnects

The ibal provider calls ib_cm_drep in response to receiving
a dreq.  The result is that the user's QP is transitioned
through the error state, which fails any outstanding send
operations and flushes all receives.  The disconnect request
is then reported to the user.

Since a user can receive errors from the QP before they are
aware of a pending disconnect request, the application may
respond to the errors as, well, actual errors.  Fix this by
delaying the QP transition until the user responds to the
dreq.

This fixes an error with Intel MPI running over the ibal
dapl provider with a 'spawn' test.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
13 years agodapl/ibal: delay QP transition until user disconnects
Sean Hefty [Fri, 17 Sep 2010 21:17:20 +0000 (14:17 -0700)]
dapl/ibal: delay QP transition until user disconnects

The ibal provider calls ib_cm_drep in response to receiving
a dreq.  The result is that the user's QP is transitioned
through the error state, which fails any outstanding send
operations and flushes all receives.  The disconnect request
is then reported to the user.

Since a user can receive errors from the QP before they are
aware of a pending disconnect request, the application may
respond to the errors as, well, actual errors.  Fix this by
delaying the QP transition until the user responds to the
dreq.

This fixes an error with Intel MPI running over the ibal
dapl provider with a 'spawn' test.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
13 years agodapl/ibal: delay QP transition until user disconnects
Sean Hefty [Fri, 17 Sep 2010 21:17:20 +0000 (14:17 -0700)]
dapl/ibal: delay QP transition until user disconnects

The ibal provider calls ib_cm_drep in response to receiving
a dreq.  The result is that the user's QP is transitioned
through the error state, which fails any outstanding send
operations and flushes all receives.  The disconnect request
is then reported to the user.

Since a user can receive errors from the QP before they are
aware of a pending disconnect request, the application may
respond to the errors as, well, actual errors.  Fix this by
delaying the QP transition until the user responds to the
dreq.

This fixes an error with Intel MPI running over the ibal
dapl provider with a 'spawn' test.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
13 years agodapl/ibal: delay QP transition until user disconnects
Sean Hefty [Fri, 17 Sep 2010 21:17:20 +0000 (14:17 -0700)]
dapl/ibal: delay QP transition until user disconnects

The ibal provider calls ib_cm_drep in response to receiving
a dreq.  The result is that the user's QP is transitioned
through the error state, which fails any outstanding send
operations and flushes all receives.  The disconnect request
is then reported to the user.

Since a user can receive errors from the QP before they are
aware of a pending disconnect request, the application may
respond to the errors as, well, actual errors.  Fix this by
delaying the QP transition until the user responds to the
dreq.

This fixes an error with Intel MPI running over the ibal
dapl provider with a 'spawn' test.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
13 years agopop
Sean Hefty [Tue, 21 Sep 2010 16:20:21 +0000 (09:20 -0700)]
pop

13 years agopop
Sean Hefty [Tue, 21 Sep 2010 16:20:20 +0000 (09:20 -0700)]
pop

13 years agolibrdmacm: validate user private data size
Sean Hefty [Fri, 17 Sep 2010 21:13:29 +0000 (14:13 -0700)]
librdmacm: validate user private data size

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
13 years ago[[IPoIB_NDIS6_CM] LSO bug fix
Alex Naslednikov [Tue, 21 Sep 2010 16:07:09 +0000 (16:07 +0000)]
[[IPoIB_NDIS6_CM] LSO bug fix

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

13 years ago[IPoIB_NDIS6_CM] Handling memory access violation at destroy when __port_init fails
Alex Naslednikov [Tue, 21 Sep 2010 16:05:11 +0000 (16:05 +0000)]
[IPoIB_NDIS6_CM] Handling memory access violation at destroy when __port_init fails

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

13 years ago[IPoIB_NDIS6_CM] [HW]
Alex Naslednikov [Tue, 21 Sep 2010 15:19:38 +0000 (15:19 +0000)]
[IPoIB_NDIS6_CM] [HW]
4K MTU support

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

13 years ago[IPoIB] [IPoIB_NDIS6_CM]
Alex Naslednikov [Tue, 21 Sep 2010 15:15:20 +0000 (15:15 +0000)]
[IPoIB] [IPoIB_NDIS6_CM]
Guids supported by several new vendors can’t be distinguished only by first 2 bytes.
This patch adds 3-rd byte of GUID to the translation table

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

13 years ago[IPoIB_NDIS6_CM]
Alex Naslednikov [Tue, 21 Sep 2010 14:47:23 +0000 (14:47 +0000)]
[IPoIB_NDIS6_CM]
Fix at statistic calculation

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

13 years ago[wsdinstall] Add support for user access control to the WSD installer.
Tzachi Dar [Tue, 21 Sep 2010 14:00:36 +0000 (14:00 +0000)]
[wsdinstall] Add support for user access control to the WSD installer.

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

13 years ago[perf_utils] Add more information in error printing.
Tzachi Dar [Tue, 21 Sep 2010 13:59:20 +0000 (13:59 +0000)]
[perf_utils] Add more information in error printing.

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

13 years ago[Tools]
Alex Naslednikov [Tue, 21 Sep 2010 12:42:46 +0000 (12:42 +0000)]
[Tools]
Change Peak BW calculation when the difference between post and completion is abnormal (avoid 1#J printings)
Merged from MLNX_WinOF 5894

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

13 years ago[IPoIB_NDIS6_CM]
Alex Naslednikov [Tue, 21 Sep 2010 12:16:38 +0000 (12:16 +0000)]
[IPoIB_NDIS6_CM]
Fixing a possible race when we get PORT_REMOVE before PORT_DOWN
Merged from MLNX_WinOF_2.1.25168

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

13 years agorefresh
Sean Hefty [Mon, 20 Sep 2010 22:13:33 +0000 (15:13 -0700)]
refresh

13 years agorefresh
Sean Hefty [Mon, 20 Sep 2010 22:13:32 +0000 (15:13 -0700)]
refresh

13 years agorefresh (create temporary patch)
Sean Hefty [Mon, 20 Sep 2010 22:13:30 +0000 (15:13 -0700)]
refresh (create temporary patch)

13 years agorefresh (create temporary patch)
Sean Hefty [Mon, 20 Sep 2010 22:13:29 +0000 (15:13 -0700)]
refresh (create temporary patch)

13 years agoRefresh of dapl-update
Sean Hefty [Mon, 20 Sep 2010 22:13:27 +0000 (15:13 -0700)]
Refresh of dapl-update

13 years agonew
Sean Hefty [Mon, 20 Sep 2010 22:12:28 +0000 (15:12 -0700)]
new

13 years agonew
Sean Hefty [Mon, 20 Sep 2010 22:12:28 +0000 (15:12 -0700)]
new