- bookworm 6.1.0-3
- bookworm-backports 6.11.0-1~bpo12+1
- testing 6.11.0-1
- unstable 6.12.0-1
DEVLINK-DPIPE(8) | Linux | DEVLINK-DPIPE(8) |
NAME¶
devlink-dpipe - devlink dataplane pipeline visualization
SYNOPSIS¶
devlink [ OPTIONS ] dpipe { table | header } { COMMAND | help }
OPTIONS := { -V[ersion] }
devlink dpipe table show DEV [ name TABLE_NAME ]
devlink dpipe table set DEV name TABLE_NAME
devlink dpipe table dump DEV name TABLE_NAME
devlink dpipe header show DEV
devlink dpipe help
DESCRIPTION¶
devlink dpipe table show - display devlink dpipe table attributes¶
- name TABLE_NAME
- Specifies the table to operate on.
devlink dpipe table set - set devlink dpipe table attributes¶
- name TABLE_NAME
- Specifies the table to operate on.
devlink dpipe table dump - dump devlink dpipe table entries¶
- name TABLE_NAME
- Specifies the table to operate on.
devlink dpipe header show - display devlink dpipe header attributes¶
- name TABLE_NAME
- Specifies the table to operate on.
EXAMPLES¶
devlink dpipe table show pci/0000:01:00.0
devlink dpipe table show pci/0000:01:00.0 name mlxsw_erif
devlink dpipe table set pci/0000:01:00.0 name mlxsw_erif counters_enabled true
devlink dpipe table dump pci/0000:01:00.0 name mlxsw_erif
devlink dpipe header show pci/0000:01:00.0
SEE ALSO¶
AUTHOR¶
Jiri Pirko <jiri@mellanox.com>
4 Apr 2020 | iproute2 |