1DEVLINK-DPIPE(8) Linux DEVLINK-DPIPE(8)
2
3
4
6 devlink-dpipe - devlink dataplane pipeline visualization
7
9 devlink [ OPTIONS ] dpipe { table | header } { COMMAND | help }
10
11
12 OPTIONS := { -V[ersion] }
13
14 devlink dpipe table show DEV [ name TABLE_NAME ]
15
16 devlink dpipe table set DEV name TABLE_NAME
17
18 devlink dpipe table dump DEV name TABLE_NAME
19
20 devlink dpipe header show DEV
21
22 devlink dpipe help
23
24
26 devlink dpipe table show - display devlink dpipe table attributes
27 name TABLE_NAME
28 Specifies the table to operate on.
29
30
31 devlink dpipe table set - set devlink dpipe table attributes
32 name TABLE_NAME
33 Specifies the table to operate on.
34
35
36 devlink dpipe table dump - dump devlink dpipe table entries
37 name TABLE_NAME
38 Specifies the table to operate on.
39
40
41 devlink dpipe header show - display devlink dpipe header attributes
42 name TABLE_NAME
43 Specifies the table to operate on.
44
45
47 devlink dpipe table show pci/0000:01:00.0
48 Shows all dpipe tables on specified devlink device.
49
50 devlink dpipe table show pci/0000:01:00.0 name mlxsw_erif
51 Shows mlxsw_erif dpipe table on specified devlink device.
52
53 devlink dpipe table set pci/0000:01:00.0 name mlxsw_erif coun‐
54 ters_enabled true
55 Turns on the counters on mlxsw_erif table.
56
57 devlink dpipe table dump pci/0000:01:00.0 name mlxsw_erif
58 Dumps content of mlxsw_erif table.
59
60 devlink dpipe header show pci/0000:01:00.0
61 Shows all dpipe headers on specified devlink device.
62
63
65 devlink(8), devlink-dev(8), devlink-monitor(8),
66
67
69 Jiri Pirko <jiri@mellanox.com>
70
71
72
73iproute2 4 Apr 2020 DEVLINK-DPIPE(8)