lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <20170504180216.7665-8-leon@kernel.org> Date: Thu, 4 May 2017 21:02:15 +0300 From: Leon Romanovsky <leon@...nel.org> To: Stephen Hemminger <stephen@...workplumber.org>, Doug Ledford <dledford@...hat.com> Cc: Leon Romanovsky <leonro@...lanox.com>, Jiri Pirko <jiri@...lanox.com>, Ariel Almog <ariela@...lanox.com>, Dennis Dalessandro <dennis.dalessandro@...el.com>, Ram Amrani <ram.amrani@...ium.com>, Bart Van Assche <Bart.VanAssche@...disk.com>, Sagi Grimberg <sagi@...mberg.me>, Jason Gunthorpe <jgunthorpe@...idianresearch.com>, Christoph Hellwig <hch@....de>, Or Gerlitz <ogerlitz@...lanox.com>, Linux RDMA <linux-rdma@...r.kernel.org>, Linux Netdev <netdev@...r.kernel.org> Subject: [RFC iproute2 V1 7/8] man: rdma.8: Document objects and commands From: Leon Romanovsky <leonro@...lanox.com> Signed-off-by: Leon Romanovsky <leonro@...lanox.com> --- man/man8/Makefile | 3 +- man/man8/rdma.8 | 109 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 111 insertions(+), 1 deletion(-) create mode 100644 man/man8/rdma.8 diff --git a/man/man8/Makefile b/man/man8/Makefile index f3318644..81979a07 100644 --- a/man/man8/Makefile +++ b/man/man8/Makefile @@ -19,7 +19,8 @@ MAN8PAGES = $(TARGETS) ip.8 arpd.8 lnstat.8 routel.8 rtacct.8 rtmon.8 rtpr.8 ss. tc-simple.8 tc-skbedit.8 tc-vlan.8 tc-xt.8 tc-skbmod.8 tc-ife.8 \ tc-tunnel_key.8 tc-sample.8 \ devlink.8 devlink-dev.8 devlink-monitor.8 devlink-port.8 devlink-sb.8 \ - ifstat.8 + ifstat.8 \ + rdma.8 all: $(TARGETS) diff --git a/man/man8/rdma.8 b/man/man8/rdma.8 new file mode 100644 index 00000000..410b3d7d --- /dev/null +++ b/man/man8/rdma.8 @@ -0,0 +1,109 @@ +.TH RDMA 8 "28 Mar 2017" "iproute2" "Linux" +.SH NAME +rdma \- RDMA tool +.SH SYNOPSIS +.sp +.ad l +.in +8 +.ti -8 +.B rdma +.RI "[ " OPTIONS " ] " OBJECT " { " COMMAND " | " +.BR help " }" +.sp + +.ti -8 +.IR OBJECT " := { " +.BR dev " | " link " | " protocol " | " stats " | " monitor " | " memory " | " ipoib " | " provider "}" +.sp + +.ti -8 +.IR OPTIONS " := { " +\fB\-V\fR[\fIersion\fR] } + +.SH OPTIONS + +.TP +.BR "\-V" , " -Version" +Print the version of the +.B rdma +tool and exit. + +.SS +.I OBJECT + +.TP +.B dev +- RDMA device. + +.TP +.B link +- RDMA port related. + +.TP +.B protocol +- RDMA protocol. + +.TP +.B monitor +- watch for netlink messages. + +.TP +.B memory +- configure memory related operations. + +.TP +.B ipoib +- configure IPoIB. + +.TP +.B provider +- provider specific configurations. + +.PP +The names of all objects may be written in full or +abbreviated form, for example +.B stats +can be abbreviated as +.B stat +or just +.B s. + +.SS +.I COMMAND + +Specifies the action to perform on the object. +The set of possible actions depends on the object type. +As a rule, it is possible to +.B show +(or +.B list +) objects, but some objects do not allow all of these operations +or have some additional commands. The +.B help +command is available for all objects. It prints +out a list of available commands and argument syntax conventions. +.sp +If no command is given, some default command is assumed. +Usually it is +.B list +or, if the objects of this class cannot be listed, +.BR "help" . + +.SH EXIT STATUS +Exit status is 0 if command was successful or a positive integer upon failure. + +.SH SEE ALSO +.BR rdma-link (8), +.BR rdma-protocol (8), +.BR rdma-monitor (8), +.BR rdma-stats (8), +.br + +.SH REPORTING BUGS +Report any bugs to the Linux RDMA mailing list +.B <linux-rdma@...r.kernel.org> +where the development and maintenance is primarily done. +You do not have to be subscribed to the list to send a message there. + +.SH AUTHOR +Leon Romanovsky <leonro@...lanox.com> -- 2.12.2
Powered by blists - more mailing lists