Blame man/man8/devlink-dpipe.8

Packit Service 3880ab
.TH DEVLINK\-DPIPE 8 "4 Apr 2020" "iproute2" "Linux"
Packit Service 3880ab
.SH NAME
Packit Service 3880ab
devlink-dpipe \- devlink dataplane pipeline visualization
Packit Service 3880ab
.SH SYNOPSIS
Packit Service 3880ab
.sp
Packit Service 3880ab
.ad l
Packit Service 3880ab
.in +8
Packit Service 3880ab
.ti -8
Packit Service 3880ab
.B devlink
Packit Service 3880ab
.RI "[ " OPTIONS " ]"
Packit Service 3880ab
.B dpipe
Packit Service 3880ab
.RB "{ " table " | " header " }"
Packit Service 3880ab
.RI "{ " COMMAND " | "
Packit Service 3880ab
.BR help " }"
Packit Service 3880ab
.sp
Packit Service 3880ab
Packit Service 3880ab
.ti -8
Packit Service 3880ab
.IR OPTIONS " := { "
Packit Service 3880ab
\fB\-V\fR[\fIersion\fR] }
Packit Service 3880ab
Packit Service 3880ab
.ti -8
Packit Service 3880ab
.BI "devlink dpipe table show " DEV
Packit Service 3880ab
.RB "[ "  name
Packit Service 3880ab
.IR TABLE_NAME " ]"
Packit Service 3880ab
Packit Service 3880ab
.ti -8
Packit Service 3880ab
.BI "devlink dpipe table set " DEV
Packit Service 3880ab
.BI name " TABLE_NAME "
Packit Service 3880ab
Packit Service 3880ab
.ti -8
Packit Service 3880ab
.BI "devlink dpipe table dump " DEV
Packit Service 3880ab
.BI name " TABLE_NAME "
Packit Service 3880ab
Packit Service 3880ab
.ti -8
Packit Service 3880ab
.BI "devlink dpipe header show " DEV
Packit Service 3880ab
Packit Service 3880ab
.ti -8
Packit Service 3880ab
.B devlink dpipe help
Packit Service 3880ab
Packit Service 3880ab
.SH "DESCRIPTION"
Packit Service 3880ab
.SS devlink dpipe table show - display devlink dpipe table attributes
Packit Service 3880ab
Packit Service 3880ab
.TP
Packit Service 3880ab
.BI name " TABLE_NAME"
Packit Service 3880ab
Specifies the table to operate on.
Packit Service 3880ab
Packit Service 3880ab
.SS devlink dpipe table set - set devlink dpipe table attributes
Packit Service 3880ab
Packit Service 3880ab
.TP
Packit Service 3880ab
.BI name " TABLE_NAME"
Packit Service 3880ab
Specifies the table to operate on.
Packit Service 3880ab
Packit Service 3880ab
.SS devlink dpipe table dump - dump devlink dpipe table entries
Packit Service 3880ab
Packit Service 3880ab
.TP
Packit Service 3880ab
.BI name " TABLE_NAME"
Packit Service 3880ab
Specifies the table to operate on.
Packit Service 3880ab
Packit Service 3880ab
.SS devlink dpipe header show - display devlink dpipe header attributes
Packit Service 3880ab
Packit Service 3880ab
.TP
Packit Service 3880ab
.BI name " TABLE_NAME"
Packit Service 3880ab
Specifies the table to operate on.
Packit Service 3880ab
Packit Service 3880ab
.SH "EXAMPLES"
Packit Service 3880ab
.PP
Packit Service 3880ab
devlink dpipe table show pci/0000:01:00.0
Packit Service 3880ab
.RS 4
Packit Service 3880ab
Shows all dpipe tables on specified devlink device.
Packit Service 3880ab
.RE
Packit Service 3880ab
.PP
Packit Service 3880ab
devlink dpipe table show pci/0000:01:00.0 name mlxsw_erif
Packit Service 3880ab
.RS 4
Packit Service 3880ab
Shows mlxsw_erif dpipe table on specified devlink device.
Packit Service 3880ab
.RE
Packit Service 3880ab
.PP
Packit Service 3880ab
devlink dpipe table set pci/0000:01:00.0 name mlxsw_erif counters_enabled true
Packit Service 3880ab
.RS 4
Packit Service 3880ab
Turns on the counters on mlxsw_erif table.
Packit Service 3880ab
.RE
Packit Service 3880ab
.PP
Packit Service 3880ab
devlink dpipe table dump pci/0000:01:00.0 name mlxsw_erif
Packit Service 3880ab
.RS 4
Packit Service 3880ab
Dumps content of mlxsw_erif table.
Packit Service 3880ab
.RE
Packit Service 3880ab
.PP
Packit Service 3880ab
devlink dpipe header show pci/0000:01:00.0
Packit Service 3880ab
.RS 4
Packit Service 3880ab
Shows all dpipe headers on specified devlink device.
Packit Service 3880ab
.RE
Packit Service 3880ab
Packit Service 3880ab
.SH SEE ALSO
Packit Service 3880ab
.BR devlink (8),
Packit Service 3880ab
.BR devlink-dev (8),
Packit Service 3880ab
.BR devlink-monitor (8),
Packit Service 3880ab
.br
Packit Service 3880ab
Packit Service 3880ab
.SH AUTHOR
Packit Service 3880ab
Jiri Pirko <jiri@mellanox.com>