DEVLINK-DPIPE(8) Linux DEVLINK-DPIPE(8)
devlink-dpipe - devlink dataplane pipeline visualization
| Use Case | Command | Description |
|---|---|---|
| Show all dpipe tables | devlink dpipe table show <DEV> | Display all dpipe tables on a device |
| Show a specific table | devlink dpipe table show <DEV> name <TABLE_NAME> | Display attributes of a named table |
| Set table attributes | devlink dpipe table set <DEV> name <TABLE_NAME> [options] | Configure table parameters (e.g., counters) |
| Dump table entries | devlink dpipe table dump <DEV> name <TABLE_NAME> | Dump all entries of a named table |
| Show header attributes | devlink dpipe header show <DEV> | Display all dpipe headers on a device |
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
devlink dpipe table show DEV [ name TABLE_NAME ]
📛 name TABLE_NAME – Specifies the table to operate on.
devlink dpipe table set DEV name TABLE_NAME
📛 name TABLE_NAME – Specifies the table to operate on.
devlink dpipe table dump DEV name TABLE_NAME
📛 name TABLE_NAME – Specifies the table to operate on.
devlink dpipe header show DEV
📛 name TABLE_NAME – Specifies the table to operate on (though not used in this command).
devlink dpipe table show pci/0000:01:00.0
🖥️ Shows all dpipe tables on specified devlink device.
devlink dpipe table show pci/0000:01:00.0 name mlxsw_erif
🖥️ Shows mlxsw_erif dpipe table on specified devlink device.
devlink dpipe table set pci/0000:01:00.0 name mlxsw_erif counters_enabled true
🖥️ Turns on the counters on mlxsw_erif table.
devlink dpipe table dump pci/0000:01:00.0 name mlxsw_erif
🖥️ Dumps content of mlxsw_erif table.
devlink dpipe header show pci/0000:01:00.0
🖥️ Shows all dpipe headers on specified devlink device.
devlink(8), devlink-dev(8), devlink-monitor(8)
Jiri Pirko <jiri AT mellanox.com>
iproute2 4 Apr 2020 DEVLINK-DPIPE(8)
Generated by phpman v4.10.0-7-g98e9fd5 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-09-07 04:46 @2600:1f28:365:80b0:ed19:4cb6:6073:b302
CrawledBy CCBot/2.0 (https://commoncrawl.org/faq/)