$manlookup

devlink-dpipe

(8)

devlink dataplane pipeline visualization

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

EXAMPLES

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.

AUTHOR

Jiri Pirko jiri@mellanox.com

See also