System Grab Bag

View all man pages from Ubuntu (or from all projects)

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
devlink dpipe table dump DEV
devlink dpipe header show DEV
devlink dpipe help

Description

Devlink Dpipe Table Show - Display Devlink Dpipe Table Attributes

Specifies the table to operate on.

Devlink Dpipe Table Set - Set Devlink Dpipe Table Attributes

Specifies the table to operate on.

Devlink Dpipe Table Dump - Dump Devlink Dpipe Table Entries

Specifies the table to operate on.

Devlink Dpipe Header Show - Display Devlink Dpipe Header Attributes

Specifies the table to operate on.

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.

See Also

  1. devlink(8),
  2. devlink-dev(8),
  3. devlink-monitor(8),

Author

Jiri Pirko <[email protected]>