# devlink-dpipe(8) - man - phpMan

[DEVLINK-DPIPE(8)](https://www.chedong.com/phpMan.php/man/DEVLINK-DPIPE/8/markdown)                                Linux                               [DEVLINK-DPIPE(8)](https://www.chedong.com/phpMan.php/man/DEVLINK-DPIPE/8/markdown)



## 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)](https://www.chedong.com/phpMan.php/man/devlink/8/markdown), [**devlink-dev**(8)](https://www.chedong.com/phpMan.php/man/devlink-dev/8/markdown), [**devlink-monitor**(8)](https://www.chedong.com/phpMan.php/man/devlink-monitor/8/markdown),


## AUTHOR
       Jiri Pirko <<jiri@mellanox.com>>



iproute2                                     4 Apr 2020                             [DEVLINK-DPIPE(8)](https://www.chedong.com/phpMan.php/man/DEVLINK-DPIPE/8/markdown)
