]> git.openfabrics.org - ~shefty/librdmacm.git/commitdiff
refresh (create temporary patch)
authorSean Hefty <sean.hefty@intel.com>
Fri, 31 Aug 2012 17:18:50 +0000 (10:18 -0700)
committerSean Hefty <sean.hefty@intel.com>
Fri, 31 Aug 2012 17:18:50 +0000 (10:18 -0700)
meta
patches/refresh-temp [new file with mode: 0644]

diff --git a/meta b/meta
index d1b52e72f82cb006af746dda1a4cda8b33b85c6e..0ad393daaefeb21b7358c46f720b5bc8210a5f93 100644 (file)
--- a/meta
+++ b/meta
@@ -1,12 +1,13 @@
 Version: 1
-Previous: 401e0505e32798e46080b427ffe2a942bd41ebdb
-Head: 03d74ff10e17acc77e4decee022d6f2e02cb8a9d
+Previous: fcc9a43e7bee934d656a72d2a00dc21e892033bf
+Head: 9378dfedc07ad168aec8139c449941d930e93b04
 Applied:
   sa_family: 79ecff9afd483c22821eca679e7ed668035ab4c1
   af_ib: ed14c624d882d21df3e2d0c022cffab0b7f664b9
   ren-copy-rai: a7ae817991416863772d28d97839ee8daeefb07e
   addrinfo-af-ib: db2252249eaafe3f972105eff26b4db71850b1b2
   addrtype: 03d74ff10e17acc77e4decee022d6f2e02cb8a9d
+  refresh-temp: 9378dfedc07ad168aec8139c449941d930e93b04
 Unapplied:
   dbg-fork: 5679a32af8305db3c0406f9abb961259304a384a
   dbg-out: 4b4c0572eab77856d8fbb919b1feb8f3502a101a
diff --git a/patches/refresh-temp b/patches/refresh-temp
new file mode 100644 (file)
index 0000000..17c0703
--- /dev/null
@@ -0,0 +1,42 @@
+Bottom: b7b3726632c95160a455e9ae58f77cfdb6461db9
+Top:    26e9149c3dc895caf3714619ecb1b06cb6088f54
+Author: Sean Hefty <sean.hefty@intel.com>
+Date:   2012-08-31 10:18:50 -0700
+
+Refresh of addrtype
+
+---
+
+diff --git a/man/ucmatose.1 b/man/ucmatose.1
+index 73477ea..baf5837 100644
+--- a/man/ucmatose.1
++++ b/man/ucmatose.1
+@@ -4,10 +4,10 @@ ucmatose \- RDMA CM connection and simple ping-pong test.
+ .SH SYNOPSIS
+ .sp
+ .nf
+-\fIucmatose\fR [-s server_address] [-b bind_address] [-c connections]
+-              [-C message_count] [-S message_size]
+-\fIucmatose\fR -s server_address [-b bind_address] [-c connections]
+-              [-C message_count] [-S message_size] [-t tos]
++\fIucmatose\fR [-s server_address] [-b bind_address] [-f address_format]
++              [-c connections] [-C message_count] [-S message_size]
++\fIucmatose\fR -s server_address [-b bind_address] [-f address_format]
++              [-c connections] [-C message_count] [-S message_size] [-t tos]
+ .fi
+ .SH "DESCRIPTION"
+ Establishes a set of reliable RDMA connections between two nodes using the
+@@ -22,6 +22,13 @@ This option must be specified by the client.
+ \-b bind_address
+ The local network address to bind to.
+ .TP
++\-f address_format
++Specifies the format of the server and bind address.  Be default, the
++format is determined by getaddrinfo() as either being a hostname, an IPv4
++address, or an IPv6 address.  This option may be used to indicate that
++a specific address format has been provided.  Supported address_format
++values are: name, ip, ipv6, and gid.
++.TP
+ \-c connections
+ The number of connections to establish between the client and server.
+ (default 1)