From patchwork Fri Feb 28 17:36:24 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrea Claudi X-Patchwork-Id: 1246755 X-Patchwork-Delegate: shemminger@vyatta.com Return-Path: X-Original-To: patchwork-incoming-netdev@ozlabs.org Delivered-To: patchwork-incoming-netdev@ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=redhat.com header.i=@redhat.com header.a=rsa-sha256 header.s=mimecast20190719 header.b=ICUyr4eY; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 48TcD50gFwz9sNg for ; Sat, 29 Feb 2020 04:36:53 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726738AbgB1Rgw (ORCPT ); Fri, 28 Feb 2020 12:36:52 -0500 Received: from us-smtp-1.mimecast.com ([207.211.31.81]:56919 "EHLO us-smtp-delivery-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726046AbgB1Rgv (ORCPT ); Fri, 28 Feb 2020 12:36:51 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1582911410; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=5fJB5cd3ehtsh40HrzBNEBjaw5V5/OEN82lgJ2MVFcQ=; b=ICUyr4eYFgz/rV2BXk2K8DiQYGXmp62zazRE2AEtjNpU5AQPe96nSIUfgFdUPQ39s1DtdR oLbAHGL0kgIjDmkVM/cvi2vyuioawZEesoLbXrlriv8AcKAsC+LKy8DjWQL9XF3y8bLtgC DikXV0ommj7VXPonO51Uv6bFz2Row/k= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-227-d6MUcgPFOiC_bGKLqbTVnQ-1; Fri, 28 Feb 2020 12:36:49 -0500 X-MC-Unique: d6MUcgPFOiC_bGKLqbTVnQ-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id DCE79107ACC5; Fri, 28 Feb 2020 17:36:47 +0000 (UTC) Received: from renaissance-vector.redhat.com (unknown [10.36.118.231]) by smtp.corp.redhat.com (Postfix) with ESMTP id 23BBF5C21A; Fri, 28 Feb 2020 17:36:44 +0000 (UTC) From: Andrea Claudi To: netdev@vger.kernel.org Cc: stephen@networkplumber.org, dsahern@gmail.com Subject: [PATCH iproute2 1/2] man: rdma.8: Add missing resource subcommand description Date: Fri, 28 Feb 2020 18:36:24 +0100 Message-Id: <05db5e27c0f38c9fa9c812c7f9d4d5a354edf6e3.1582910855.git.aclaudi@redhat.com> In-Reply-To: References: MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Add resource subcommand in the OBJECT section and a short description for it. Reported-by: Zhaojuan Guo Signed-off-by: Andrea Claudi --- man/man8/rdma.8 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/man/man8/rdma.8 b/man/man8/rdma.8 index ef29b1c633644..221bf3343bf4c 100644 --- a/man/man8/rdma.8 +++ b/man/man8/rdma.8 @@ -19,7 +19,7 @@ rdma \- RDMA tool .ti -8 .IR OBJECT " := { " -.BR dev " | " link " | " system " | " statistic " }" +.BR dev " | " link " | " resource " | " system " | " statistic " }" .sp .ti -8 @@ -70,6 +70,10 @@ Generate JSON output. .B link - RDMA port related. +.TP +.B resource +- RDMA resource configuration. + .TP .B sys - RDMA subsystem related.