]> git.proxmox.com Git - mirror_iproute2.git/blob - man/man8/devlink-dev.8
devlink: introduce helper to print out nice names (ifnames)
[mirror_iproute2.git] / man / man8 / devlink-dev.8
1 .TH DEVLINK\-DEV 8 "14 Mar 2016" "iproute2" "Linux"
2 .SH NAME
3 devlink-dev \- devlink device configuration
4 .SH SYNOPSIS
5 .sp
6 .ad l
7 .in +8
8 .ti -8
9 .B devlink
10 .RI "[ " OPTIONS " ]"
11 .B dev
12 .RI " { " COMMAND " | "
13 .BR help " }"
14 .sp
15
16 .ti -8
17 .IR OPTIONS " := { "
18 \fB\-V\fR[\fIersion\fR] |
19 \fB\-n\fR[\fIno-nice-names\fR] }
20
21 .ti -8
22 .B devlink dev show
23 .RI "[ " DEV " ]"
24
25 .ti -8
26 .B devlink dev help
27
28 .SH "DESCRIPTION"
29 .SS devlink dev show - display devlink device attributes
30
31 .PP
32 .I "DEV"
33 - specifies the devlink device to show.
34 If this argument is omitted all devices are listed.
35
36 .in +4
37 Format is:
38 .in +2
39 BUS_NAME/BUS_ADDRESS
40
41 .SH "EXAMPLES"
42 .PP
43 devlink dev show
44 .RS 4
45 Shows the state of all devlink devices on the system.
46 .RE
47 .PP
48 devlink dev show pci/0000:01:00.0
49 .RS 4
50 Shows the state of specified devlink device.
51
52 .SH SEE ALSO
53 .BR devlink (8),
54 .BR devlink-port (8),
55 .BR devlink-monitor (8),
56 .br
57
58 .SH AUTHOR
59 Jiri Pirko <jiri@mellanox.com>