man: fix devlink object list
Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
parent
200e9d1961
commit
6b4f03f518
|
|
@ -19,7 +19,7 @@ devlink \- Devlink tool
|
||||||
|
|
||||||
.ti -8
|
.ti -8
|
||||||
.IR OBJECT " := { "
|
.IR OBJECT " := { "
|
||||||
.BR dev " | " port " | " monitor " }"
|
.BR dev " | " port " | " monitor " | " sb " | " resource " }"
|
||||||
.sp
|
.sp
|
||||||
|
|
||||||
.ti -8
|
.ti -8
|
||||||
|
|
@ -74,6 +74,14 @@ When combined with -j generate a pretty JSON output.
|
||||||
.B monitor
|
.B monitor
|
||||||
- watch for netlink messages.
|
- watch for netlink messages.
|
||||||
|
|
||||||
|
.TP
|
||||||
|
.B sb
|
||||||
|
- devlink shared buffer configuration.
|
||||||
|
|
||||||
|
.TP
|
||||||
|
.B resource
|
||||||
|
- devlink device resource configuration.
|
||||||
|
|
||||||
.SS
|
.SS
|
||||||
.I COMMAND
|
.I COMMAND
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue