]> git.openfabrics.org - ~shefty/librdmacm.git/log
~shefty/librdmacm.git
11 years agorefresh
Sean Hefty [Wed, 17 Oct 2012 00:28:56 +0000 (17:28 -0700)]
refresh

11 years agorefresh
Sean Hefty [Wed, 17 Oct 2012 00:28:56 +0000 (17:28 -0700)]
refresh

11 years agorefresh (create temporary patch)
Sean Hefty [Wed, 17 Oct 2012 00:28:45 +0000 (17:28 -0700)]
refresh (create temporary patch)

11 years agorefresh (create temporary patch)
Sean Hefty [Wed, 17 Oct 2012 00:28:45 +0000 (17:28 -0700)]
refresh (create temporary patch)

11 years agoRefresh of rdma_xserver-client-fix-man-pa
Sean Hefty [Wed, 17 Oct 2012 00:28:45 +0000 (17:28 -0700)]
Refresh of rdma_xserver-client-fix-man-pa

11 years agoimport
Sean Hefty [Wed, 17 Oct 2012 00:28:34 +0000 (17:28 -0700)]
import

11 years agoimport
Sean Hefty [Wed, 17 Oct 2012 00:28:34 +0000 (17:28 -0700)]
import

11 years agordma_xserver/client: Fix man page formatting
Roland Dreier [Tue, 16 Oct 2012 19:44:39 +0000 (19:44 +0000)]
rdma_xserver/client: Fix man page formatting

Putting 'r' at the beginning of a line in the nroff source for man pages
is confusing to nroff because lines that start with a single quote
character ' or a dot character . are treated as control lines, which is
not what's intended here.  Some of the man page text ends up left out of
the formatted output.

Fix this by just wrapping the text slightly differently in the source
(which doesn't matter since nroff reflows the text anyway).  Also add a
missing ".TP" so that the -p and -c options are not run together in the
formatted output.

Signed-off-by: Roland Dreier <roland@purestorage.com>
Signed-off-by: Sean Hefty <sean.hefty@intel.com>
11 years agordma_xserver/client: Fix man page formatting
Roland Dreier [Tue, 16 Oct 2012 19:44:39 +0000 (19:44 +0000)]
rdma_xserver/client: Fix man page formatting

Putting 'r' at the beginning of a line in the nroff source for man pages
is confusing to nroff because lines that start with a single quote
character ' or a dot character . are treated as control lines, which is
not what's intended here.  Some of the man page text ends up left out of
the formatted output.

Fix this by just wrapping the text slightly differently in the source
(which doesn't matter since nroff reflows the text anyway).  Also add a
missing ".TP" so that the -p and -c options are not run together in the
formatted output.

Signed-off-by: Roland Dreier <roland@purestorage.com>
11 years agorename
Sean Hefty [Tue, 9 Oct 2012 22:05:36 +0000 (15:05 -0700)]
rename

11 years agorename
Sean Hefty [Tue, 9 Oct 2012 22:05:36 +0000 (15:05 -0700)]
rename

11 years agocommit
Sean Hefty [Tue, 9 Oct 2012 18:28:02 +0000 (11:28 -0700)]
commit

11 years agocommit
Sean Hefty [Tue, 9 Oct 2012 18:28:02 +0000 (11:28 -0700)]
commit

11 years agopop
Sean Hefty [Tue, 9 Oct 2012 18:22:12 +0000 (11:22 -0700)]
pop

11 years agopop
Sean Hefty [Tue, 9 Oct 2012 18:22:12 +0000 (11:22 -0700)]
pop

11 years agolibrdmacm: Disable ACM support if ibacm.port is not found
Sean Hefty [Mon, 8 Oct 2012 17:33:21 +0000 (10:33 -0700)]
librdmacm: Disable ACM support if ibacm.port is not found

The librdmacm will try to connect port 6125 if ibacm.port is
not found.  The problem is that some other service or application
could be using that port and respond with garbage.  Rather
than falling back to a hard coded port number, if ibacm.port
is not found, simply disable ACM support.

This has the effect of removing support for older versions
of ibacm, unless the port file is created manually.

Patch created based on feedback from Doug Ledford and Florian
Weimer from RedHat.

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

11 years agorefresh
Sean Hefty [Tue, 9 Oct 2012 18:22:09 +0000 (11:22 -0700)]
refresh

11 years agorefresh (create temporary patch)
Sean Hefty [Tue, 9 Oct 2012 18:21:58 +0000 (11:21 -0700)]
refresh (create temporary patch)

11 years agorefresh (create temporary patch)
Sean Hefty [Tue, 9 Oct 2012 18:21:58 +0000 (11:21 -0700)]
refresh (create temporary patch)

11 years agoRefresh of 5-5-librdmacm-rping-added-chec
Sean Hefty [Tue, 9 Oct 2012 18:21:58 +0000 (11:21 -0700)]
Refresh of 5-5-librdmacm-rping-added-chec

11 years ago[5/5,librdmacm] rping: added checks to the return values functions
Dotan Barak [Tue, 9 Oct 2012 12:27:52 +0000 (12:27 +0000)]
[5/5,librdmacm] rping: added checks to the return values functions

This will make rping to exit with return value other than zero in case of an
error.

Signed-off-by: Dotan Barak <dotanb@dev.mellanox.co.il>
Reviewed-by: Yishai Hadas <yishaih@mellanox.com>
Signed-off-by: Sean Hefty <sean.hefty@intel.com>
11 years agopop
Sean Hefty [Tue, 9 Oct 2012 17:00:26 +0000 (10:00 -0700)]
pop

11 years agopop
Sean Hefty [Tue, 9 Oct 2012 17:00:26 +0000 (10:00 -0700)]
pop

11 years ago[5/5,librdmacm] rping: added checks to the return values functions
Dotan Barak [Tue, 9 Oct 2012 12:27:52 +0000 (12:27 +0000)]
[5/5,librdmacm] rping: added checks to the return values functions

This will make rping to exit with return value other than zero in case of an
error.

Signed-off-by: Dotan Barak <dotanb@dev.mellanox.co.il>
Reviewed-by: Yishai Hadas <yishaih@mellanox.com>
11 years agorefresh
Sean Hefty [Tue, 9 Oct 2012 17:00:22 +0000 (10:00 -0700)]
refresh

11 years agorefresh
Sean Hefty [Tue, 9 Oct 2012 17:00:22 +0000 (10:00 -0700)]
refresh

11 years agorefresh (create temporary patch)
Sean Hefty [Tue, 9 Oct 2012 17:00:12 +0000 (10:00 -0700)]
refresh (create temporary patch)

11 years agorefresh (create temporary patch)
Sean Hefty [Tue, 9 Oct 2012 17:00:12 +0000 (10:00 -0700)]
refresh (create temporary patch)

11 years agoRefresh of 4-5-librdmacm-rstream-added-mi
Sean Hefty [Tue, 9 Oct 2012 17:00:12 +0000 (10:00 -0700)]
Refresh of 4-5-librdmacm-rstream-added-mi

11 years ago[4/5,librdmacm] rstream: added missing return is accept() failed
Dotan Barak [Tue, 9 Oct 2012 12:27:51 +0000 (12:27 +0000)]
[4/5,librdmacm] rstream: added missing return is accept() failed

Signed-off-by: Dotan Barak <dotanb@dev.mellanox.co.il>
Signed-off-by: Yishai Hadas <yishaih@mellanox.com>
Signed-off-by: Sean Hefty <sean.hefty@intel.com>
11 years agopop
Sean Hefty [Tue, 9 Oct 2012 16:58:54 +0000 (09:58 -0700)]
pop

11 years agopop
Sean Hefty [Tue, 9 Oct 2012 16:58:54 +0000 (09:58 -0700)]
pop

11 years ago[4/5,librdmacm] rstream: added missing return is accept() failed
Dotan Barak [Tue, 9 Oct 2012 12:27:51 +0000 (12:27 +0000)]
[4/5,librdmacm] rstream: added missing return is accept() failed

Signed-off-by: Dotan Barak <dotanb@dev.mellanox.co.il>
Signed-off-by: Yishai Hadas <yishaih@mellanox.com>
11 years agorefresh
Sean Hefty [Tue, 9 Oct 2012 16:58:48 +0000 (09:58 -0700)]
refresh

11 years agorefresh
Sean Hefty [Tue, 9 Oct 2012 16:58:48 +0000 (09:58 -0700)]
refresh

11 years agorefresh (create temporary patch)
Sean Hefty [Tue, 9 Oct 2012 16:58:37 +0000 (09:58 -0700)]
refresh (create temporary patch)

11 years agorefresh (create temporary patch)
Sean Hefty [Tue, 9 Oct 2012 16:58:37 +0000 (09:58 -0700)]
refresh (create temporary patch)

11 years agoRefresh of 3-5-librdmacm-rstream-initiali
Sean Hefty [Tue, 9 Oct 2012 16:58:37 +0000 (09:58 -0700)]
Refresh of 3-5-librdmacm-rstream-initiali

11 years ago[3/5,librdmacm] rstream: initialize return value in server_connect()
Dotan Barak [Tue, 9 Oct 2012 12:27:50 +0000 (12:27 +0000)]
[3/5,librdmacm] rstream: initialize return value in server_connect()

If use_async == 0 and rs_accept() passes (i.e. non negative value), then
the return value from the function was uninitialized.

Signed-off-by: Dotan Barak <dotanb@dev.mellanox.co.il>
Reviewed-by: Yishai Hadas <yishaih@mellanox.com>
Signed-off-by: Sean Hefty <sean.hefty@intel.com>
11 years agopop
Sean Hefty [Tue, 9 Oct 2012 16:57:09 +0000 (09:57 -0700)]
pop

11 years agopop
Sean Hefty [Tue, 9 Oct 2012 16:57:09 +0000 (09:57 -0700)]
pop

11 years ago[3/5,librdmacm] rstream: initialize return value in server_connect()
Dotan Barak [Tue, 9 Oct 2012 12:27:50 +0000 (12:27 +0000)]
[3/5,librdmacm] rstream: initialize return value in server_connect()

If use_async == 0 and rs_accept() passes (i.e. non negative value), then
the return value from the function was uninitialized.

Signed-off-by: Dotan Barak <dotanb@dev.mellanox.co.il>
Reviewed-by: Yishai Hadas <yishaih@mellanox.com>
11 years agorefresh
Sean Hefty [Tue, 9 Oct 2012 16:57:07 +0000 (09:57 -0700)]
refresh

11 years agorefresh
Sean Hefty [Tue, 9 Oct 2012 16:57:07 +0000 (09:57 -0700)]
refresh

11 years agorefresh (create temporary patch)
Sean Hefty [Tue, 9 Oct 2012 16:56:57 +0000 (09:56 -0700)]
refresh (create temporary patch)

11 years agorefresh (create temporary patch)
Sean Hefty [Tue, 9 Oct 2012 16:56:57 +0000 (09:56 -0700)]
refresh (create temporary patch)

11 years agoRefresh of 2-5-librdmacm-rsocket-added-mi
Sean Hefty [Tue, 9 Oct 2012 16:56:57 +0000 (09:56 -0700)]
Refresh of 2-5-librdmacm-rsocket-added-mi

11 years agopop
Sean Hefty [Tue, 9 Oct 2012 16:56:11 +0000 (09:56 -0700)]
pop

11 years agopop
Sean Hefty [Tue, 9 Oct 2012 16:56:11 +0000 (09:56 -0700)]
pop

11 years ago[2/5,librdmacm] rsocket: added missing break
Dotan Barak [Tue, 9 Oct 2012 12:27:49 +0000 (12:27 +0000)]
[2/5,librdmacm] rsocket: added missing break

Signed-off-by: Dotan Barak <dotanb@dev.mellanox.co.il>
Reviewed-by: Yishai Hadas <yishaih@mellanox.com>
Signed-off-by: Sean Hefty <sean.hefty@intel.com>
11 years ago[2/5,librdmacm] rsocket: added missing break
Dotan Barak [Tue, 9 Oct 2012 12:27:49 +0000 (12:27 +0000)]
[2/5,librdmacm] rsocket: added missing break

Signed-off-by: Dotan Barak <dotanb@dev.mellanox.co.il>
Reviewed-by: Yishai Hadas <yishaih@mellanox.com>
11 years agorefresh
Sean Hefty [Tue, 9 Oct 2012 16:56:05 +0000 (09:56 -0700)]
refresh

11 years agorefresh
Sean Hefty [Tue, 9 Oct 2012 16:56:05 +0000 (09:56 -0700)]
refresh

11 years agorefresh (create temporary patch)
Sean Hefty [Tue, 9 Oct 2012 16:55:53 +0000 (09:55 -0700)]
refresh (create temporary patch)

11 years agorefresh (create temporary patch)
Sean Hefty [Tue, 9 Oct 2012 16:55:53 +0000 (09:55 -0700)]
refresh (create temporary patch)

11 years agoRefresh of 1-5-librdmacm-rsocket-add-miss
Sean Hefty [Tue, 9 Oct 2012 16:55:53 +0000 (09:55 -0700)]
Refresh of 1-5-librdmacm-rsocket-add-miss

11 years agorefresh
Sean Hefty [Tue, 9 Oct 2012 16:55:38 +0000 (09:55 -0700)]
refresh

11 years agorefresh
Sean Hefty [Tue, 9 Oct 2012 16:55:38 +0000 (09:55 -0700)]
refresh

11 years agorefresh (create temporary patch)
Sean Hefty [Tue, 9 Oct 2012 16:55:37 +0000 (09:55 -0700)]
refresh (create temporary patch)

11 years agorefresh (create temporary patch)
Sean Hefty [Tue, 9 Oct 2012 16:55:37 +0000 (09:55 -0700)]
refresh (create temporary patch)

11 years agoRefresh of 1-5-librdmacm-rsocket-add-miss
Sean Hefty [Tue, 9 Oct 2012 16:55:37 +0000 (09:55 -0700)]
Refresh of 1-5-librdmacm-rsocket-add-miss

11 years agopop
Sean Hefty [Tue, 9 Oct 2012 16:54:42 +0000 (09:54 -0700)]
pop

11 years agopop
Sean Hefty [Tue, 9 Oct 2012 16:54:42 +0000 (09:54 -0700)]
pop

11 years agopop
Sean Hefty [Tue, 9 Oct 2012 16:54:40 +0000 (09:54 -0700)]
pop

11 years agopop
Sean Hefty [Tue, 9 Oct 2012 16:54:40 +0000 (09:54 -0700)]
pop

11 years agoimport
Sean Hefty [Tue, 9 Oct 2012 16:54:25 +0000 (09:54 -0700)]
import

11 years agoimport
Sean Hefty [Tue, 9 Oct 2012 16:54:25 +0000 (09:54 -0700)]
import

11 years ago[5/5,librdmacm] rping: added checks to the return values functions
Dotan Barak [Tue, 9 Oct 2012 12:27:52 +0000 (12:27 +0000)]
[5/5,librdmacm] rping: added checks to the return values functions

This will make rping to exit with return value other than zero in case of an
error.

Signed-off-by: Dotan Barak <dotanb@dev.mellanox.co.il>
Reviewed-by: Yishai Hadas <yishaih@mellanox.com>
11 years ago[4/5,librdmacm] rstream: added missing return is accept() failed
Dotan Barak [Tue, 9 Oct 2012 12:27:51 +0000 (12:27 +0000)]
[4/5,librdmacm] rstream: added missing return is accept() failed

Signed-off-by: Dotan Barak <dotanb@dev.mellanox.co.il>
Signed-off-by: Yishai Hadas <yishaih@mellanox.com>
11 years ago[3/5,librdmacm] rstream: initialize return value in server_connect()
Dotan Barak [Tue, 9 Oct 2012 12:27:50 +0000 (12:27 +0000)]
[3/5,librdmacm] rstream: initialize return value in server_connect()

If use_async == 0 and rs_accept() passes (i.e. non negative value), then
the return value from the function was uninitialized.

Signed-off-by: Dotan Barak <dotanb@dev.mellanox.co.il>
Reviewed-by: Yishai Hadas <yishaih@mellanox.com>
11 years ago[2/5,librdmacm] rsocket: added missing break
Dotan Barak [Tue, 9 Oct 2012 12:27:49 +0000 (12:27 +0000)]
[2/5,librdmacm] rsocket: added missing break

Signed-off-by: Dotan Barak <dotanb@dev.mellanox.co.il>
Reviewed-by: Yishai Hadas <yishaih@mellanox.com>
11 years ago[1/5,librdmacm] rsocket: add missing va_end() after calling va_end()
Dotan Barak [Tue, 9 Oct 2012 12:27:48 +0000 (12:27 +0000)]
[1/5,librdmacm] rsocket: add missing va_end() after calling va_end()

Not doing so, may lead to resource leak.

Signed-off-by: Dotan Barak <dotanb@dev.mellanox.co.il>
Reviewed-by: Yishai Hadas <yishaih@mellanox.com>
Signed-off-by: Sean Hefty <sean.hefty@intel.com>
11 years ago[1/5,librdmacm] rsocket: add missing va_end() after calling va_end()
Dotan Barak [Tue, 9 Oct 2012 12:27:48 +0000 (12:27 +0000)]
[1/5,librdmacm] rsocket: add missing va_end() after calling va_end()

Not doing so, may lead to resource leak.

Signed-off-by: Dotan Barak <dotanb@dev.mellanox.co.il>
Reviewed-by: Yishai Hadas <yishaih@mellanox.com>
11 years ago[1/5,librdmacm] rsocket: add missing va_end() after calling va_end()
Dotan Barak [Tue, 9 Oct 2012 12:27:48 +0000 (12:27 +0000)]
[1/5,librdmacm] rsocket: add missing va_end() after calling va_end()

Not doing so, may lead to resource leak.

Signed-off-by: Dotan Barak <dotanb@dev.mellanox.co.il>
Reviewed-by: Yishai Hadas <yishaih@mellanox.com>
11 years agopop
Sean Hefty [Tue, 9 Oct 2012 16:52:20 +0000 (09:52 -0700)]
pop

11 years agopop
Sean Hefty [Tue, 9 Oct 2012 16:52:20 +0000 (09:52 -0700)]
pop

11 years agorefresh
Sean Hefty [Mon, 8 Oct 2012 17:47:37 +0000 (10:47 -0700)]
refresh

11 years agorefresh
Sean Hefty [Mon, 8 Oct 2012 17:47:37 +0000 (10:47 -0700)]
refresh

11 years agorefresh (create temporary patch)
Sean Hefty [Mon, 8 Oct 2012 17:47:12 +0000 (10:47 -0700)]
refresh (create temporary patch)

11 years agorefresh (create temporary patch)
Sean Hefty [Mon, 8 Oct 2012 17:47:12 +0000 (10:47 -0700)]
refresh (create temporary patch)

11 years agoRefresh of acm-port
Sean Hefty [Mon, 8 Oct 2012 17:47:12 +0000 (10:47 -0700)]
Refresh of acm-port

11 years agorefresh
Sean Hefty [Mon, 8 Oct 2012 17:37:43 +0000 (10:37 -0700)]
refresh

11 years agorefresh
Sean Hefty [Mon, 8 Oct 2012 17:37:43 +0000 (10:37 -0700)]
refresh

11 years agorefresh (create temporary patch)
Sean Hefty [Mon, 8 Oct 2012 17:37:43 +0000 (10:37 -0700)]
refresh (create temporary patch)

11 years agorefresh (create temporary patch)
Sean Hefty [Mon, 8 Oct 2012 17:37:43 +0000 (10:37 -0700)]
refresh (create temporary patch)

11 years agoRefresh of acm-port
Sean Hefty [Mon, 8 Oct 2012 17:37:43 +0000 (10:37 -0700)]
Refresh of acm-port

11 years agolibrdmacm: Disable ACM support if ibacm.port is not found
Sean Hefty [Mon, 8 Oct 2012 17:33:21 +0000 (10:33 -0700)]
librdmacm: Disable ACM support if ibacm.port is not found

The librdmacm will try to connect port 6125 if ibacm.port is
not found.  The problem is that some other service or application
could be using that port and respond with garbage.  Rather
than falling back to a hard coded port number, if ibacm.port
is not found, simply disable ACM support.

This has the effect of removing support for older versions
of ibacm, unless the port file is created manually.

Patch created based on feedback from Doug Ledford and Florian
Weimer from RedHat.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
11 years agolibrdmacm: Disable ACM support if ibacm.port is not found
Sean Hefty [Mon, 8 Oct 2012 17:33:21 +0000 (10:33 -0700)]
librdmacm: Disable ACM support if ibacm.port is not found

The librdmacm will try to connect port 6125 if ibacm.port is
not found.  The problem is that some other service or application
could be using that port and respond with garbage.  Rather
than falling back to a hard coded port number, if ibacm.port
is not found, simply disable ACM support.

This has the effect of removing support for older versions
of ibacm, unless the port file is created manually.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
11 years agonew
Sean Hefty [Mon, 8 Oct 2012 17:33:21 +0000 (10:33 -0700)]
new

11 years agonew
Sean Hefty [Mon, 8 Oct 2012 17:33:21 +0000 (10:33 -0700)]
new

11 years agolibrdmacm: Disable ACM support if ibacm.port is not found
Sean Hefty [Mon, 8 Oct 2012 17:33:21 +0000 (10:33 -0700)]
librdmacm: Disable ACM support if ibacm.port is not found

The librdmacm will try to connect port 6125 if ibacm.port is
not found.  The problem is that some other service or application
could be using that port and respond with garbage.  Rather
than falling back to a hard coded port number, if ibacm.port
is not found, simply disable ACM support.

This has the effect of removing support for older versions
of ibacm, unless the port file is created manually.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
11 years agopop
Sean Hefty [Mon, 8 Oct 2012 17:30:13 +0000 (10:30 -0700)]
pop

11 years agopop
Sean Hefty [Mon, 8 Oct 2012 17:30:13 +0000 (10:30 -0700)]
pop

11 years agopop
Sean Hefty [Thu, 4 Oct 2012 19:57:36 +0000 (12:57 -0700)]
pop

11 years agopop
Sean Hefty [Thu, 4 Oct 2012 19:57:36 +0000 (12:57 -0700)]
pop

11 years agocommit
Sean Hefty [Thu, 4 Oct 2012 19:57:33 +0000 (12:57 -0700)]
commit

11 years agocommit
Sean Hefty [Thu, 4 Oct 2012 19:57:33 +0000 (12:57 -0700)]
commit

11 years agocommit
Sean Hefty [Thu, 4 Oct 2012 19:57:32 +0000 (12:57 -0700)]
commit

11 years agocommit
Sean Hefty [Thu, 4 Oct 2012 19:57:32 +0000 (12:57 -0700)]
commit