From patchwork Fri May 31 03:11:17 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Parav Pandit X-Patchwork-Id: 10969545 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 9DC946C5 for ; Fri, 31 May 2019 03:11:36 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8F14828C63 for ; Fri, 31 May 2019 03:11:36 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8336928C66; Fri, 31 May 2019 03:11:36 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI,UNPARSEABLE_RELAY autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 2B4C628C63 for ; Fri, 31 May 2019 03:11:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726774AbfEaDLd (ORCPT ); Thu, 30 May 2019 23:11:33 -0400 Received: from mail-il-dmz.mellanox.com ([193.47.165.129]:53938 "EHLO mellanox.co.il" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726748AbfEaDLd (ORCPT ); Thu, 30 May 2019 23:11:33 -0400 Received: from Internal Mail-Server by MTLPINE2 (envelope-from parav@mellanox.com) with ESMTPS (AES256-SHA encrypted); 31 May 2019 06:11:27 +0300 Received: from sw-mtx-036.mtx.labs.mlnx (sw-mtx-036.mtx.labs.mlnx [10.12.150.149]) by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id x4V3BJ9Y030297; Fri, 31 May 2019 06:11:26 +0300 From: Parav Pandit To: dsahern@gmail.com Cc: netdev@vger.kernel.org, linux-rdma@vger.kernel.org, stephen@networkplumber.org, leonro@mellanox.com, parav@mellanox.com Subject: [PATCH iproute2-next v1 4/4] rdma: Add man page for rdma dev set netns command Date: Thu, 30 May 2019 22:11:17 -0500 Message-Id: <20190531031117.60984-5-parav@mellanox.com> X-Mailer: git-send-email 2.19.2 In-Reply-To: <20190531031117.60984-1-parav@mellanox.com> References: <20190531031117.60984-1-parav@mellanox.com> MIME-Version: 1.0 Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Add man page to describe additional set netns command for rdma device. Reviewed-by: Leon Romanovsky Signed-off-by: Parav Pandit --- man/man8/rdma-dev.8 | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/man/man8/rdma-dev.8 b/man/man8/rdma-dev.8 index 069f4717..38e34b3b 100644 --- a/man/man8/rdma-dev.8 +++ b/man/man8/rdma-dev.8 @@ -28,13 +28,19 @@ rdma-dev \- RDMA device configuration .BR name .BR NEWNAME +.ti -8 +.B rdma dev set +.RI "[ " DEV " ]" +.BR netns +.BR NSNAME + .ti -8 .B rdma dev help .SH "DESCRIPTION" -.SS rdma dev set - rename rdma device +.SS rdma dev set - rename RDMA device or set network namespace -.SS rdma dev show - display rdma device attributes +.SS rdma dev show - display RDMA device attributes .PP .I "DEV" @@ -58,11 +64,19 @@ rdma dev set mlx5_3 name rdma_0 Renames the mlx5_3 device to rdma_0. .RE .PP +rdma dev set mlx5_3 netns foo +.RS 4 +Changes the network namespace of RDMA device to foo where foo is +previously created using iproute2 ip command. +.RE +.PP .SH SEE ALSO +.BR ip (8), .BR rdma (8), .BR rdma-link (8), .BR rdma-resource (8), +.BR rdma-system (8), .br .SH AUTHOR