| nameTABLE_NAME | Specifies the table to operate on. |
| nameTABLE_NAME | Specifies the table to operate on. |
| nameTABLE_NAME | Specifies the table to operate on. |
| nameTABLE_NAME | Specifies the table to operate on. |
NAME
devlink-dpipe - devlink dataplane pipeline visualization
SYNOPSIS
devlink [ OPTIONS ] dpipe { table | header } { COMMAND | help }
OPTIONS := { -V[ersion] }
devlink dpipe table showDEV [ nameTABLE_NAME ]
devlink dpipe table setDEVnameTABLE_NAME
devlink dpipe table dumpDEVnameTABLE_NAME
devlink dpipe header showDEV
devlink dpipe help
DESCRIPTION
devlink dpipe table show - display devlink dpipe table attributes
- nameTABLE_NAME
Specifies the table to operate on.
devlink dpipe table set - set devlink dpipe table attributes
- nameTABLE_NAME
Specifies the table to operate on.
devlink dpipe table dump - dump devlink dpipe table entries
- nameTABLE_NAME
Specifies the table to operate on.
devlink dpipe header show - display devlink dpipe header attributes
- nameTABLE_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
devlink(8), devlink-dev(8), devlink-monitor(8),
AUTHOR
Jiri Pirko <[email protected]>