devlink-dpipe(8) — Linux manual page

NAME | SYNOPSIS | DESCRIPTION | EXAMPLES | SEE ALSO | AUTHOR | COLOPHON

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

NAME top

       devlink-dpipe - devlink dataplane pipeline visualization

SYNOPSIS top

       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 top

   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 top

       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 top

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

AUTHOR top

       Jiri Pirko <jiri@mellanox.com>

COLOPHON top

       This page is part of the iproute2 (utilities for controlling TCP/IP
       networking and traffic) project.  Information about the project can
       be found at 
       ⟨http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2⟩.
       If you have a bug report for this manual page, send it to
       netdev@vger.kernel.org, shemminger@osdl.org.  This page was obtained
       from the project's upstream Git repository
       ⟨https://git.kernel.org/pub/scm/network/iproute2/iproute2.git⟩ on
       2020-08-13.  (At that time, the date of the most recent commit that
       was found in the repository was 2020-06-24.)  If you discover any
       rendering problems in this HTML version of the page, or you believe
       there is a better or more up-to-date source for the page, or you have
       corrections or improvements to the information in this COLOPHON
       (which is not part of the original manual page), send a mail to
       man-pages@man7.org

iproute2                         4 Apr 2020                 DEVLINK-DPIPE(8)