]> git.openfabrics.org - ~shefty/librdmacm.git/log
~shefty/librdmacm.git
11 years agorefresh (create temporary patch)
Sean Hefty [Thu, 4 Oct 2012 18:59:12 +0000 (11:59 -0700)]
refresh (create temporary patch)

11 years agorefresh (create temporary patch)
Sean Hefty [Thu, 4 Oct 2012 18:59:12 +0000 (11:59 -0700)]
refresh (create temporary patch)

11 years agoRefresh of ucmatose
Sean Hefty [Thu, 4 Oct 2012 18:59:11 +0000 (11:59 -0700)]
Refresh of ucmatose

11 years agorefresh
Sean Hefty [Thu, 4 Oct 2012 18:55:29 +0000 (11:55 -0700)]
refresh

11 years agorefresh
Sean Hefty [Thu, 4 Oct 2012 18:55:29 +0000 (11:55 -0700)]
refresh

11 years agorefresh (create temporary patch)
Sean Hefty [Thu, 4 Oct 2012 18:55:29 +0000 (11:55 -0700)]
refresh (create temporary patch)

11 years agorefresh (create temporary patch)
Sean Hefty [Thu, 4 Oct 2012 18:55:29 +0000 (11:55 -0700)]
refresh (create temporary patch)

11 years agoRefresh of ucmatose
Sean Hefty [Thu, 4 Oct 2012 18:55:29 +0000 (11:55 -0700)]
Refresh of ucmatose

11 years agoucmatose: Fix number of connections to disconnect
Sean Hefty [Thu, 4 Oct 2012 18:49:59 +0000 (11:49 -0700)]
ucmatose: Fix number of connections to disconnect

When ucmatose aborts because of issues trying to connect
to the server, it moves to disconnecting all connections.
However, not all connections may have been established.
The result is that ucmatose will hang in disconnect_events.
Fix this by setting the number of times that we need to
disconnect to the number of times that we successfully
connect.

This problem is based on a report by Doug Ledford
<dledford@redhat.com>

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
11 years agonew
Sean Hefty [Thu, 4 Oct 2012 18:49:59 +0000 (11:49 -0700)]
new

11 years agonew
Sean Hefty [Thu, 4 Oct 2012 18:49:59 +0000 (11:49 -0700)]
new

11 years agoucmatose: Fix number of connections to disconnect
Sean Hefty [Thu, 4 Oct 2012 18:49:59 +0000 (11:49 -0700)]
ucmatose: Fix number of connections to disconnect

When ucmatose aborts because of issues trying to connect
to the server, it moves to disconnecting all connections.
However, not all connections may have been established.
The result is that ucmatose will hang in disconnect_events.
Fix this by setting the number of times that we need to
disconnect to the number of times that we successfully
connect.

This problem is based on a report by Doug Ledford
<dledford@redhat.com>

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
11 years agocmatose: Allow user to specify address format
Sean Hefty [Wed, 29 Aug 2012 22:02:54 +0000 (15:02 -0700)]
cmatose: Allow user to specify address format

Provide an option for the user to indicate the type of
addresses used as input.  Support hostname, IPv4, IPv6,
and GIDs.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
11 years agopop
Sean Hefty [Wed, 3 Oct 2012 22:38:45 +0000 (15:38 -0700)]
pop

11 years agopop
Sean Hefty [Wed, 3 Oct 2012 22:38:45 +0000 (15:38 -0700)]
pop

11 years agolibrdmacm: Set connection information for AF_IB
Sean Hefty [Fri, 21 Sep 2012 22:38:15 +0000 (15:38 -0700)]
librdmacm: Set connection information for AF_IB

If an rdma_cm id is associated with AF_IB, then all private
data is exposed to the user.  Format the private data
according to the rdma_cm service annex.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
11 years agocommit
Sean Hefty [Wed, 3 Oct 2012 22:38:41 +0000 (15:38 -0700)]
commit

11 years agocommit
Sean Hefty [Wed, 3 Oct 2012 22:38:41 +0000 (15:38 -0700)]
commit

11 years agocommit
Sean Hefty [Wed, 3 Oct 2012 22:38:40 +0000 (15:38 -0700)]
commit

11 years agocommit
Sean Hefty [Wed, 3 Oct 2012 22:38:40 +0000 (15:38 -0700)]
commit

11 years agocommit
Sean Hefty [Wed, 3 Oct 2012 22:38:39 +0000 (15:38 -0700)]
commit

11 years agocommit
Sean Hefty [Wed, 3 Oct 2012 22:38:39 +0000 (15:38 -0700)]
commit

11 years agorping: Reduce retry_count to fit in 3-bits
Sean Hefty [Wed, 3 Oct 2012 22:05:20 +0000 (15:05 -0700)]
rping: Reduce retry_count to fit in 3-bits

retry_count is a 3 bit value on IB, reduce it from
10 to 7.

A value of 10 prevents rping from working over the Intel
IB HCA.  Problem reported by Doug Ledford <dledford@redhat.com>

The retry_count is also not set when calling rdma_accept.
Rather than passing different values into rdma_accept than
what was specified by the remote side, use the values given
in the connection request.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
11 years agopop
Sean Hefty [Wed, 3 Oct 2012 22:21:49 +0000 (15:21 -0700)]
pop

11 years agopop
Sean Hefty [Wed, 3 Oct 2012 22:21:49 +0000 (15:21 -0700)]
pop

11 years agolibrdmacm: Place container_of inside #ifdef
Sean Hefty [Sat, 22 Sep 2012 00:16:09 +0000 (17:16 -0700)]
librdmacm: Place container_of inside #ifdef

verbs.h defines container_of.  Only define it if not defined

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
11 years agopop
Sean Hefty [Wed, 3 Oct 2012 22:21:46 +0000 (15:21 -0700)]
pop

11 years agopop
Sean Hefty [Wed, 3 Oct 2012 22:21:46 +0000 (15:21 -0700)]
pop

11 years agoaddrinfo: Remove debug printf calls
Sean Hefty [Wed, 3 Oct 2012 22:18:29 +0000 (15:18 -0700)]
addrinfo: Remove debug printf calls

These never should have made it into the commit.  :P

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
11 years agopop
Sean Hefty [Wed, 3 Oct 2012 22:21:40 +0000 (15:21 -0700)]
pop

11 years agopop
Sean Hefty [Wed, 3 Oct 2012 22:21:40 +0000 (15:21 -0700)]
pop

11 years agopop
Sean Hefty [Wed, 3 Oct 2012 22:21:36 +0000 (15:21 -0700)]
pop

11 years agopop
Sean Hefty [Wed, 3 Oct 2012 22:21:36 +0000 (15:21 -0700)]
pop

11 years agopop
Sean Hefty [Wed, 3 Oct 2012 22:19:27 +0000 (15:19 -0700)]
pop

11 years agopop
Sean Hefty [Wed, 3 Oct 2012 22:19:27 +0000 (15:19 -0700)]
pop

11 years agolibrdmacm: Place container_of inside #ifdef
Sean Hefty [Sat, 22 Sep 2012 00:16:09 +0000 (17:16 -0700)]
librdmacm: Place container_of inside #ifdef

verbs.h defines container_of.  Only define it if not defined

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
11 years agorefresh
Sean Hefty [Wed, 3 Oct 2012 22:18:57 +0000 (15:18 -0700)]
refresh

11 years agorefresh
Sean Hefty [Wed, 3 Oct 2012 22:18:57 +0000 (15:18 -0700)]
refresh

11 years agorefresh (create temporary patch)
Sean Hefty [Wed, 3 Oct 2012 22:18:57 +0000 (15:18 -0700)]
refresh (create temporary patch)

11 years agorefresh (create temporary patch)
Sean Hefty [Wed, 3 Oct 2012 22:18:57 +0000 (15:18 -0700)]
refresh (create temporary patch)

11 years agoRefresh of printf
Sean Hefty [Wed, 3 Oct 2012 22:18:57 +0000 (15:18 -0700)]
Refresh of printf

11 years agoaddrinfo: Remove debug printf calls
Sean Hefty [Wed, 3 Oct 2012 22:18:29 +0000 (15:18 -0700)]
addrinfo: Remove debug printf calls

These never should have made it into the commit.  :P

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
11 years agonew
Sean Hefty [Wed, 3 Oct 2012 22:18:29 +0000 (15:18 -0700)]
new

11 years agonew
Sean Hefty [Wed, 3 Oct 2012 22:18:29 +0000 (15:18 -0700)]
new

11 years agoaddrinfo: Remove debug printf calls
Sean Hefty [Wed, 3 Oct 2012 22:18:29 +0000 (15:18 -0700)]
addrinfo: Remove debug printf calls

These never should have made it into the commit.  :P

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
11 years agorefresh
Sean Hefty [Wed, 3 Oct 2012 22:15:26 +0000 (15:15 -0700)]
refresh

11 years agorefresh
Sean Hefty [Wed, 3 Oct 2012 22:15:26 +0000 (15:15 -0700)]
refresh

11 years agorefresh (create temporary patch)
Sean Hefty [Wed, 3 Oct 2012 22:14:12 +0000 (15:14 -0700)]
refresh (create temporary patch)

11 years agorefresh (create temporary patch)
Sean Hefty [Wed, 3 Oct 2012 22:14:12 +0000 (15:14 -0700)]
refresh (create temporary patch)

11 years agoRefresh of rping
Sean Hefty [Wed, 3 Oct 2012 22:14:12 +0000 (15:14 -0700)]
Refresh of rping

11 years agorefresh
Sean Hefty [Wed, 3 Oct 2012 22:13:27 +0000 (15:13 -0700)]
refresh

11 years agorefresh
Sean Hefty [Wed, 3 Oct 2012 22:13:27 +0000 (15:13 -0700)]
refresh

11 years agorefresh (create temporary patch)
Sean Hefty [Wed, 3 Oct 2012 22:13:26 +0000 (15:13 -0700)]
refresh (create temporary patch)

11 years agorefresh (create temporary patch)
Sean Hefty [Wed, 3 Oct 2012 22:13:26 +0000 (15:13 -0700)]
refresh (create temporary patch)

11 years agoRefresh of rping
Sean Hefty [Wed, 3 Oct 2012 22:13:26 +0000 (15:13 -0700)]
Refresh of rping

11 years agorping: Reduce retry_count to fit in 3-bits
Sean Hefty [Wed, 3 Oct 2012 22:05:20 +0000 (15:05 -0700)]
rping: Reduce retry_count to fit in 3-bits

retry_count is a 3 bit value on IB, reduce it from
10 to 7.

A value of 10 prevents rping from working over the Intel
IB HCA.  Problem reported by Doug Ledford <dledford@redhat.com>

The retry_count is also not set when calling rdma_accept.
Rather than passing different values into rdma_accept than
what was specified by the remote side, use the values given
in the connection request.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
11 years agorping: Reduce retry_count to fit in 3-bits
Sean Hefty [Wed, 3 Oct 2012 22:05:20 +0000 (15:05 -0700)]
rping: Reduce retry_count to fit in 3-bits

retry_count is a 3 bit value on IB, reduce it from
10 to 7.

A value of 10 prevents rping from working over the Intel
IB HCA.  Problem reported by Doug Ledford <dledford@redhat.com>

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
11 years agonew
Sean Hefty [Wed, 3 Oct 2012 22:05:20 +0000 (15:05 -0700)]
new

11 years agonew
Sean Hefty [Wed, 3 Oct 2012 22:05:20 +0000 (15:05 -0700)]
new

11 years agorping: Reduce retry_count to fit in 3-bits
Sean Hefty [Wed, 3 Oct 2012 22:05:20 +0000 (15:05 -0700)]
rping: Reduce retry_count to fit in 3-bits

retry_count is a 3 bit value on IB, reduce it from
10 to 7.

A value of 10 prevents rping from working over the Intel
IB HCA.  Problem reported by Doug Ledford <dledford@redhat.com>

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
11 years agopop
Sean Hefty [Wed, 3 Oct 2012 22:03:44 +0000 (15:03 -0700)]
pop

11 years agopop
Sean Hefty [Wed, 3 Oct 2012 22:03:44 +0000 (15:03 -0700)]
pop

11 years agorefresh
Sean Hefty [Mon, 24 Sep 2012 19:04:51 +0000 (12:04 -0700)]
refresh

11 years agorefresh
Sean Hefty [Mon, 24 Sep 2012 19:04:51 +0000 (12:04 -0700)]
refresh

11 years agorefresh (create temporary patch)
Sean Hefty [Mon, 24 Sep 2012 19:04:51 +0000 (12:04 -0700)]
refresh (create temporary patch)

11 years agorefresh (create temporary patch)
Sean Hefty [Mon, 24 Sep 2012 19:04:51 +0000 (12:04 -0700)]
refresh (create temporary patch)

11 years agoRefresh of addrtype
Sean Hefty [Mon, 24 Sep 2012 19:04:51 +0000 (12:04 -0700)]
Refresh of addrtype

11 years agopop
Sean Hefty [Sat, 22 Sep 2012 00:22:47 +0000 (17:22 -0700)]
pop

11 years agopop
Sean Hefty [Sat, 22 Sep 2012 00:22:47 +0000 (17:22 -0700)]
pop

11 years agocmatose: Allow user to specify address format
Sean Hefty [Wed, 29 Aug 2012 22:02:54 +0000 (15:02 -0700)]
cmatose: Allow user to specify address format

Provide an option for the user to indicate the type of
addresses used as input.  Support hostname, IPv4, IPv6,
and GIDs.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
11 years agopop
Sean Hefty [Sat, 22 Sep 2012 00:17:47 +0000 (17:17 -0700)]
pop

11 years agopop
Sean Hefty [Sat, 22 Sep 2012 00:17:47 +0000 (17:17 -0700)]
pop

11 years agolibrdmacm: Set connection information for AF_IB
Sean Hefty [Fri, 21 Sep 2012 22:38:15 +0000 (15:38 -0700)]
librdmacm: Set connection information for AF_IB

If an rdma_cm id is associated with AF_IB, then all private
data is exposed to the user.  Format the private data
according to the rdma_cm service annex.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
11 years agorefresh
Sean Hefty [Sat, 22 Sep 2012 00:17:45 +0000 (17:17 -0700)]
refresh

11 years agorefresh
Sean Hefty [Sat, 22 Sep 2012 00:17:45 +0000 (17:17 -0700)]
refresh

11 years agorefresh (create temporary patch)
Sean Hefty [Sat, 22 Sep 2012 00:17:45 +0000 (17:17 -0700)]
refresh (create temporary patch)

11 years agorefresh (create temporary patch)
Sean Hefty [Sat, 22 Sep 2012 00:17:45 +0000 (17:17 -0700)]
refresh (create temporary patch)

11 years agoRefresh of cont_of
Sean Hefty [Sat, 22 Sep 2012 00:17:45 +0000 (17:17 -0700)]
Refresh of cont_of

11 years agolibrdmacm: Place container_of inside #ifdef
Sean Hefty [Sat, 22 Sep 2012 00:16:09 +0000 (17:16 -0700)]
librdmacm: Place container_of inside #ifdef

verbs.h defines container_of.  Only define it if not defined

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
11 years agonew
Sean Hefty [Sat, 22 Sep 2012 00:16:09 +0000 (17:16 -0700)]
new

11 years agonew
Sean Hefty [Sat, 22 Sep 2012 00:16:09 +0000 (17:16 -0700)]
new

11 years agolibrdmacm: Place container_of inside #ifdef
Sean Hefty [Sat, 22 Sep 2012 00:16:09 +0000 (17:16 -0700)]
librdmacm: Place container_of inside #ifdef

verbs.h defines container_of.  Only define it if not defined

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
11 years agopop
Sean Hefty [Sat, 22 Sep 2012 00:15:18 +0000 (17:15 -0700)]
pop

11 years agopop
Sean Hefty [Sat, 22 Sep 2012 00:15:18 +0000 (17:15 -0700)]
pop

11 years agorefresh
Sean Hefty [Sat, 22 Sep 2012 00:15:16 +0000 (17:15 -0700)]
refresh

11 years agorefresh
Sean Hefty [Sat, 22 Sep 2012 00:15:16 +0000 (17:15 -0700)]
refresh

11 years agorefresh (create temporary patch)
Sean Hefty [Sat, 22 Sep 2012 00:15:16 +0000 (17:15 -0700)]
refresh (create temporary patch)

11 years agorefresh (create temporary patch)
Sean Hefty [Sat, 22 Sep 2012 00:15:16 +0000 (17:15 -0700)]
refresh (create temporary patch)

11 years agoRefresh of af-ib-conn
Sean Hefty [Sat, 22 Sep 2012 00:15:16 +0000 (17:15 -0700)]
Refresh of af-ib-conn

11 years agorefresh
Sean Hefty [Sat, 22 Sep 2012 00:11:08 +0000 (17:11 -0700)]
refresh

11 years agorefresh
Sean Hefty [Sat, 22 Sep 2012 00:11:08 +0000 (17:11 -0700)]
refresh

11 years agorefresh (create temporary patch)
Sean Hefty [Sat, 22 Sep 2012 00:11:08 +0000 (17:11 -0700)]
refresh (create temporary patch)

11 years agorefresh (create temporary patch)
Sean Hefty [Sat, 22 Sep 2012 00:11:08 +0000 (17:11 -0700)]
refresh (create temporary patch)

11 years agoRefresh of af-ib-conn
Sean Hefty [Sat, 22 Sep 2012 00:11:08 +0000 (17:11 -0700)]
Refresh of af-ib-conn

11 years agorefresh
Sean Hefty [Fri, 21 Sep 2012 23:09:39 +0000 (16:09 -0700)]
refresh

11 years agorefresh
Sean Hefty [Fri, 21 Sep 2012 23:09:39 +0000 (16:09 -0700)]
refresh

11 years agorefresh (create temporary patch)
Sean Hefty [Fri, 21 Sep 2012 23:09:39 +0000 (16:09 -0700)]
refresh (create temporary patch)

11 years agorefresh (create temporary patch)
Sean Hefty [Fri, 21 Sep 2012 23:09:39 +0000 (16:09 -0700)]
refresh (create temporary patch)

11 years agoRefresh of af-ib-conn
Sean Hefty [Fri, 21 Sep 2012 23:09:39 +0000 (16:09 -0700)]
Refresh of af-ib-conn

11 years agorefresh
Sean Hefty [Fri, 21 Sep 2012 23:05:20 +0000 (16:05 -0700)]
refresh