From: Sean Hefty Date: Fri, 31 Aug 2012 17:18:27 +0000 (-0700) Subject: refresh (create temporary patch) X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=a89759daa344a0000954d052e93f1b4cd751f4ee;p=~shefty%2Flibrdmacm.git refresh (create temporary patch) --- diff --git a/meta b/meta index 38eb38a8..470f92e8 100644 --- a/meta +++ b/meta @@ -1,11 +1,12 @@ Version: 1 -Previous: 51460ebd40e88f96b21d087748c91da813b7e6e5 -Head: 18d69c3cdab541f9f0f52070c32926a5ca6ac79f +Previous: 954f36ff4884a26eb052597c0f22d0ee6e46d3f5 +Head: 1bf3da27b66ce8f78d30b32ef7092f52a04d20b5 Applied: sa_family: 79ecff9afd483c22821eca679e7ed668035ab4c1 af_ib: ed14c624d882d21df3e2d0c022cffab0b7f664b9 ren-copy-rai: a7ae817991416863772d28d97839ee8daeefb07e addrinfo-af-ib: 18d69c3cdab541f9f0f52070c32926a5ca6ac79f + refresh-temp: 1bf3da27b66ce8f78d30b32ef7092f52a04d20b5 Unapplied: addrtype: 309c277eb6e1fa2d256b96c33dc4f1d85238a3dc dbg-fork: 5679a32af8305db3c0406f9abb961259304a384a diff --git a/patches/refresh-temp b/patches/refresh-temp new file mode 100644 index 00000000..3dc8f0b1 --- /dev/null +++ b/patches/refresh-temp @@ -0,0 +1,42 @@ +Bottom: 0639a2332527fbc85555a1f2047c362495e8ec1e +Top: 7413d85582079678a2245ca49e793f0cd8ad5bd2 +Author: Sean Hefty +Date: 2012-08-31 10:18:27 -0700 + +Refresh of addrinfo-af-ib + +--- + +diff --git a/man/ucmatose.1 b/man/ucmatose.1 +index baf5837..73477ea 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] [-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] ++\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] + .fi + .SH "DESCRIPTION" + Establishes a set of reliable RDMA connections between two nodes using the +@@ -22,13 +22,6 @@ 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)