|
|
b36e24 |
From 44362b42a40ed0f3a3598f55318ed4b0c9f8eb94 Mon Sep 17 00:00:00 2001
|
|
|
b36e24 |
From: Andrea Claudi <aclaudi@redhat.com>
|
|
|
b36e24 |
Date: Thu, 23 Apr 2020 12:49:03 +0200
|
|
|
b36e24 |
Subject: [PATCH] man: rdma.8: Add missing resource subcommand description
|
|
|
b36e24 |
|
|
|
b36e24 |
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1786576
|
|
|
b36e24 |
Upstream Status: iproute2.git commit 8f1c9d4a3c0d4
|
|
|
b36e24 |
|
|
|
b36e24 |
commit 8f1c9d4a3c0d4e720026b942c922372b3c12e110
|
|
|
b36e24 |
Author: Andrea Claudi <aclaudi@redhat.com>
|
|
|
b36e24 |
Date: Fri Feb 28 18:36:24 2020 +0100
|
|
|
b36e24 |
|
|
|
b36e24 |
man: rdma.8: Add missing resource subcommand description
|
|
|
b36e24 |
|
|
|
b36e24 |
Add resource subcommand in the OBJECT section and a short
|
|
|
b36e24 |
description for it.
|
|
|
b36e24 |
|
|
|
b36e24 |
Reported-by: Zhaojuan Guo <zguo@redhat.com>
|
|
|
b36e24 |
Signed-off-by: Andrea Claudi <aclaudi@redhat.com>
|
|
|
b36e24 |
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
|
|
|
b36e24 |
---
|
|
|
b36e24 |
man/man8/rdma.8 | 6 +++++-
|
|
|
b36e24 |
1 file changed, 5 insertions(+), 1 deletion(-)
|
|
|
b36e24 |
|
|
|
b36e24 |
diff --git a/man/man8/rdma.8 b/man/man8/rdma.8
|
|
|
b36e24 |
index ef29b1c633644..221bf3343bf4c 100644
|
|
|
b36e24 |
--- a/man/man8/rdma.8
|
|
|
b36e24 |
+++ b/man/man8/rdma.8
|
|
|
b36e24 |
@@ -19,7 +19,7 @@ rdma \- RDMA tool
|
|
|
b36e24 |
|
|
|
b36e24 |
.ti -8
|
|
|
b36e24 |
.IR OBJECT " := { "
|
|
|
b36e24 |
-.BR dev " | " link " | " system " | " statistic " }"
|
|
|
b36e24 |
+.BR dev " | " link " | " resource " | " system " | " statistic " }"
|
|
|
b36e24 |
.sp
|
|
|
b36e24 |
|
|
|
b36e24 |
.ti -8
|
|
|
b36e24 |
@@ -70,6 +70,10 @@ Generate JSON output.
|
|
|
b36e24 |
.B link
|
|
|
b36e24 |
- RDMA port related.
|
|
|
b36e24 |
|
|
|
b36e24 |
+.TP
|
|
|
b36e24 |
+.B resource
|
|
|
b36e24 |
+- RDMA resource configuration.
|
|
|
b36e24 |
+
|
|
|
b36e24 |
.TP
|
|
|
b36e24 |
.B sys
|
|
|
b36e24 |
- RDMA subsystem related.
|
|
|
b36e24 |
--
|
|
|
359b1d |
2.25.4
|
|
|
b36e24 |
|