logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

devlink-dpipe - devlink dataplane pipeline visualization

Author

       Jiri Pirko <jiri@mellanox.com>

iproute2                                           4 Apr 2020                                   DEVLINK-DPIPE(8)

Description

devlinkdpipetableshow-displaydevlinkdpipetableattributesnameTABLE_NAME
              Specifies the table to operate on.

   devlinkdpipetableset-setdevlinkdpipetableattributesnameTABLE_NAME
              Specifies the table to operate on.

   devlinkdpipetabledump-dumpdevlinkdpipetableentriesnameTABLE_NAME
              Specifies the table to operate on.

   devlinkdpipeheadershow-displaydevlinkdpipeheaderattributesnameTABLE_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.

Name

       devlink-dpipe - devlink dataplane pipeline visualization

See Also

devlink(8), devlink-dev(8), devlink-monitor(8),

Synopsis

devlink [ OPTIONS ] dpipe { table | header } { COMMAND | help }

       OPTIONS := { -V[ersion] }

       devlinkdpipetableshowDEV [ nameTABLE_NAME ]

       devlinkdpipetablesetDEVnameTABLE_NAMEdevlinkdpipetabledumpDEVnameTABLE_NAMEdevlinkdpipeheadershowDEVdevlinkdpipehelp

See Also