0% found this document useful (0 votes)
21 views2 pages

Name Synopsis: OPTIONS: (-V (Ersion) )

This document summarizes the devlink-dpipe command, which can be used to visualize the dataplane pipeline configuration on Linux devices. The devlink-dpipe command allows viewing and manipulating tables and headers that make up the dataplane configuration. Specific subcommands like table show, table set, and table dump allow viewing, modifying, and dumping the contents of tables.

Uploaded by

bubba
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views2 pages

Name Synopsis: OPTIONS: (-V (Ersion) )

This document summarizes the devlink-dpipe command, which can be used to visualize the dataplane pipeline configuration on Linux devices. The devlink-dpipe command allows viewing and manipulating tables and headers that make up the dataplane configuration. Specific subcommands like table show, table set, and table dump allow viewing, modifying, and dumping the contents of tables.

Uploaded by

bubba
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

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
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
devlink(8), devlink-dev(8), devlink-monitor(8),

iproute2 4 Apr 2020 1


DEVLINK-DPIPE(8) Linux DEVLINK-DPIPE(8)

AUTHOR
Jiri Pirko <[email protected]>

iproute2 4 Apr 2020 2

You might also like