From patchwork Thu Feb 5 11:10:35 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Majd Dibbiny X-Patchwork-Id: 5783931 Return-Path: X-Original-To: patchwork-linux-rdma@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 3B5489F30C for ; Thu, 5 Feb 2015 11:32:37 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 6F23C2010B for ; Thu, 5 Feb 2015 11:32:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 97A0C200F3 for ; Thu, 5 Feb 2015 11:32:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757191AbbBELce (ORCPT ); Thu, 5 Feb 2015 06:32:34 -0500 Received: from mailp.voltaire.com ([193.47.165.129]:53888 "EHLO mellanox.co.il" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1756648AbbBELce (ORCPT ); Thu, 5 Feb 2015 06:32:34 -0500 Received: from Internal Mail-Server by MTLPINE1 (envelope-from majd@mellanox.com) with ESMTPS (AES256-SHA encrypted); 5 Feb 2015 13:10:39 +0200 Received: from dev-l-vrt-196.mtl.labs.mlnx (dev-l-vrt-196.mtl.labs.mlnx [10.134.196.1]) by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id t15BAdT6018989; Thu, 5 Feb 2015 13:10:39 +0200 From: majd@mellanox.com To: roland@kernel.org Cc: linux-rdma@vger.kernel.org, haggaie@mellanox.com, talal@mellanox.com, Majd Dibbiny Subject: [PATCH libibverbs 1/3] Update ibv_post_send manual page Date: Thu, 5 Feb 2015 13:10:35 +0200 Message-Id: <1423134637-14438-2-git-send-email-majd@mellanox.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1423134637-14438-1-git-send-email-majd@mellanox.com> References: <1423134637-14438-1-git-send-email-majd@mellanox.com> Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham 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 From: Majd Dibbiny Align the ibv_send_wr structure according to the infiniband/verbs.h Signed-off-by: Majd Dibbiny --- man/ibv_post_send.3 | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/man/ibv_post_send.3 b/man/ibv_post_send.3 index 33fbb50..9571575 100644 --- a/man/ibv_post_send.3 +++ b/man/ibv_post_send.3 @@ -60,8 +60,18 @@ uint32_t remote_qkey; /* Q_Key number of the destination QP */ } ud; .in -8 } wr; +union { +.in +8 +struct { +.in +8 +uint32_t remote_srqn; /* Number of the remote SRQ */ +.in -8 +} xrc; +.in -8 +} qp_type; .in -8 }; +.fi .sp .nf struct ibv_sge {