From patchwork Wed Sep 11 19:37:11 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hal Rosenstock X-Patchwork-Id: 2874271 Return-Path: X-Original-To: patchwork-linux-rdma@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 58BFCBF43F for ; Wed, 11 Sep 2013 19:37:21 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 6981E202B9 for ; Wed, 11 Sep 2013 19:37:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3DE30202B8 for ; Wed, 11 Sep 2013 19:37:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755155Ab3IKThP (ORCPT ); Wed, 11 Sep 2013 15:37:15 -0400 Received: from mail-we0-f177.google.com ([74.125.82.177]:42150 "EHLO mail-we0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756056Ab3IKThP (ORCPT ); Wed, 11 Sep 2013 15:37:15 -0400 Received: by mail-we0-f177.google.com with SMTP id t60so7241049wes.22 for ; Wed, 11 Sep 2013 12:37:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:content-type:content-transfer-encoding; bh=CybVeMw3B8WZobF+Pjr3JrYWWr0YJeTQacvBcT7rab8=; b=Cbh+E5pCFGtaIp6fbCWkqyGGpTXvvuIDtwwPyywGXJo06+zIuc/JLetEEr6pUK/5iX q+1XEyS+bCFEnfzVWaH6o5DzKAsCe9rdWz5eAUgiRl6S+4ZLi/dy81IhBifdyq3usdTB loLqJ4LMEaqyJKoaTqNyQG4mu7DnnGqasBUw2ASuo1uPvmC+1Bb3JUk5GToMiboVb8qr q4eClX475RhiuXuxYSdtxesMOhVfKhCA9XTHL5bIaM54e1Ugk9UpX3LdHmJ+VvnXUFye cJVzmsJ5dmVLJMz6zoHRnn6Cq8nzPWJtwR0uuNiWEP3WaAnDHcA3kulfYQ+KiG1/KP+G 8/EQ== X-Gm-Message-State: ALoCoQlazQRuIADsqXUAMSmCV3geFu0Tt3JcKp8j2oDr3jkidrZihIGfJ4BE2IOJIjGYTqY+FU8L X-Received: by 10.180.20.77 with SMTP id l13mr2729944wie.40.1378928233516; Wed, 11 Sep 2013 12:37:13 -0700 (PDT) Received: from [192.168.1.102] (c-98-229-118-119.hsd1.ma.comcast.net. [98.229.118.119]) by mx.google.com with ESMTPSA id mb7sm12883053wic.10.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 11 Sep 2013 12:37:13 -0700 (PDT) Message-ID: <5230C667.1060900@dev.mellanox.co.il> Date: Wed, 11 Sep 2013 15:37:11 -0400 From: Hal Rosenstock User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 MIME-Version: 1.0 To: "Hefty, Sean" CC: "linux-rdma (linux-rdma@vger.kernel.org)" Subject: [PATCH librdmacm] man/rstream.1: Update man page to be consistent with rstream -h Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Spam-Status: No, score=-7.7 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Hal Rosenstock --- -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/man/rstream.1 b/man/rstream.1 index 29aa66b..f53679f 100644 --- a/man/rstream.1 +++ b/man/rstream.1 @@ -4,8 +4,8 @@ rstream \- streaming over RDMA ping-pong test. .SH SYNOPSIS .sp .nf -\fIrstream\fR [-s server_address] [-b bind_address] [-B buffer_size] - [-I iterations] [-C transfer_count] +\fIrstream\fR [-s server_address] [-b bind_address] [-f address_format] + [-B buffer_size] [-I iterations] [-C transfer_count] [-S transfer_size] [-p server_port] [-T test_option] .fi .SH "DESCRIPTION" @@ -21,6 +21,9 @@ This option must be specified by the client. \-b bind_address The local network address to bind to. .TP +\-f address_format +Supported address formats are ip, ipv6, gid, or name. +.TP \-B buffer_size Indicates the size of the send and receive network buffers. .TP @@ -52,6 +55,8 @@ f | fork - fork server processing (forces -T s option) .P n | nonblocking - uses non-blocking calls .P +r | resolve - use rdma cm to resolve address +.P v | verify - verifies data transfers .SH "NOTES" Basic usage is to start rstream on a server system, then run