From patchwork Wed Sep 11 18:44:28 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hal Rosenstock X-Patchwork-Id: 2874191 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 12B93BF43F for ; Wed, 11 Sep 2013 18:44:46 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id EDA5720300 for ; Wed, 11 Sep 2013 18:44:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7B1942031A for ; Wed, 11 Sep 2013 18:44:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756564Ab3IKSod (ORCPT ); Wed, 11 Sep 2013 14:44:33 -0400 Received: from mail-we0-f181.google.com ([74.125.82.181]:48584 "EHLO mail-we0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756542Ab3IKSoc (ORCPT ); Wed, 11 Sep 2013 14:44:32 -0400 Received: by mail-we0-f181.google.com with SMTP id p61so7376386wes.12 for ; Wed, 11 Sep 2013 11:44:30 -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=80DTgktATt15jh43s0fxexug0TQkC3tpJwJRfgUaJ2Q=; b=Qjzx2FrLo8uXnKxAcP1syRiOxI8QbGiYvDtbgRXLjjxsO8icobiIkzK4dpgkFmqEHo DcbFGK8+iXYvWgpZo2HRjCvTlFh6WO+14mdtCmsAN5N3MrSFwK1SbDR293BgWg2YlJib uqzOba08wS+V+1IwfIjfbWeiL05M8WYE8zYmbqnpfLeujjP1VXjDuClzugKd5xLxjuKA u/fe0e5Dfu7VLMOCRdh1pyBAEIKviV2adgd14JFR8zsynmh+iZzIEnzsW/TszbtRUKZH Od1sycTZh8g1V5xKjcIjdYad/NRpKyDylu5OhBhVT4r4+gKmVeM44REVkbDBCIf1YjsM O2rA== X-Gm-Message-State: ALoCoQnj91pqqfaI41xkmHGvbGzP9rNrBNOtbMoCwbAXEKIN6pqmdGLAw6At3yp8pwqmz9uocdeh X-Received: by 10.180.39.212 with SMTP id r20mr18543052wik.13.1378925070800; Wed, 11 Sep 2013 11:44:30 -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 dq11sm12562388wid.3.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 11 Sep 2013 11:44:30 -0700 (PDT) Message-ID: <5230BA0C.4080504@dev.mellanox.co.il> Date: Wed, 11 Sep 2013 14:44:28 -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/rdma_create_id.3: Add RDMA_PS_IB port space description 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/rdma_create_id.3 b/man/rdma_create_id.3 index da333fb..81acc9b 100644 --- a/man/rdma_create_id.3 +++ b/man/rdma_create_id.3 @@ -47,6 +47,8 @@ port space provides message, not stream, based communication. .IP RDMA_PS_UDP Provides unreliable, connectionless QP communication. Supports both datagram and multicast communication. +.IP RDMA_PS_IB +Provides for any IB services (UD, UC, RC, XRC, etc.). .SH "SEE ALSO" rdma_cm(7), rdma_create_event_channel(3), rdma_destroy_id(3), rdma_get_devices(3), rdma_bind_addr(3), rdma_resolve_addr(3), rdma_connect(3), rdma_listen(3),