From patchwork Sat Aug 17 13:38:14 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yann Droneaud X-Patchwork-Id: 2845988 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 2E0ACBF546 for ; Sat, 17 Aug 2013 13:39:23 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id A451320260 for ; Sat, 17 Aug 2013 13:39:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6FC0420250 for ; Sat, 17 Aug 2013 13:39:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753361Ab3HQNjS (ORCPT ); Sat, 17 Aug 2013 09:39:18 -0400 Received: from smtpfb1-g21.free.fr ([212.27.42.9]:59326 "EHLO smtpfb1-g21.free.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753203Ab3HQNjQ (ORCPT ); Sat, 17 Aug 2013 09:39:16 -0400 Received: from smtp5-g21.free.fr (smtp5-g21.free.fr [212.27.42.5]) by smtpfb1-g21.free.fr (Postfix) with ESMTP id 7371E77CEDF for ; Sat, 17 Aug 2013 15:39:12 +0200 (CEST) Received: from dworkin.quest-ce.net (unknown [IPv6:2a01:e35:2e9f:6ac0:224:1dff:fe13:dbb2]) by smtp5-g21.free.fr (Postfix) with ESMTP id B9E55D4802D; Sat, 17 Aug 2013 15:38:31 +0200 (CEST) Received: from dworkin.quest-ce.net (localhost [127.0.0.1]) by dworkin.quest-ce.net (8.14.7/8.14.5) with ESMTP id r7HDcTHJ019764; Sat, 17 Aug 2013 15:38:29 +0200 Received: (from ydroneaud@localhost) by dworkin.quest-ce.net (8.14.7/8.14.7/Submit) id r7HDcSJs019763; Sat, 17 Aug 2013 15:38:28 +0200 From: Yann Droneaud To: Sean Hefty , infinipath@intel.com Cc: linux-rdma@vger.kernel.org, Yann Droneaud Subject: [PATCH librdmacm 1/3] man: rdma_post_*(): memory region is optional only with IBV_SEND_INLINE. Date: Sat, 17 Aug 2013 15:38:14 +0200 Message-Id: X-Mailer: git-send-email 1.8.1.4 In-Reply-To: References: In-Reply-To: References: Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Spam-Status: No, score=-9.6 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 State explicitly when MR argument is optional. MR should be a mandatory argument to rdma_post_*() functions. Signed-off-by: Yann Droneaud --- man/rdma_post_send.3 | 2 +- man/rdma_post_ud_send.3 | 2 +- man/rdma_post_write.3 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/man/rdma_post_send.3 b/man/rdma_post_send.3 index 82bcf37..bf35716 100644 --- a/man/rdma_post_send.3 +++ b/man/rdma_post_send.3 @@ -22,7 +22,7 @@ The address of the memory buffer to post. .IP "length" 12 The length of the memory buffer. .IP "mr" 12 -Optional registered memory region associated with the posted buffer. +Registered memory region associated with the posted buffer. Optional if IBV_SEND_INLINE flag is used. .IP "flags" 12 Optional flags used to control the send operation. .SH "DESCRIPTION" diff --git a/man/rdma_post_ud_send.3 b/man/rdma_post_ud_send.3 index f8e2ada..dd40b8a 100644 --- a/man/rdma_post_ud_send.3 +++ b/man/rdma_post_ud_send.3 @@ -24,7 +24,7 @@ The address of the memory buffer to post. .IP "length" 12 The length of the memory buffer. .IP "mr" 12 -Optional registered memory region associated with the posted buffer. +Registered memory region associated with the posted buffer. Optional if IBV_SEND_INLINE_FLAG is used. .IP "flags" 12 Optional flags used to control the send operation. .IP "ah" 12 diff --git a/man/rdma_post_write.3 b/man/rdma_post_write.3 index 896996c..3fbd8a1 100644 --- a/man/rdma_post_write.3 +++ b/man/rdma_post_write.3 @@ -24,7 +24,7 @@ The local address of the source of the write request. .IP "length" 12 The length of the write operation. .IP "mr" 12 -Optional memory region associated with the local buffer. +Registered memory region associated with the local buffer. Optional if IBV_SEND_INLINE flag is used. .IP "flags" 12 Optional flags used to control the write operation. .IP "remote_addr" 12