- bookworm 6.1.0-3
- bookworm-backports 6.11.0-1~bpo12+1
- testing 6.11.0-1
- unstable 6.12.0-1
DEVLINK-RESOURCE(8) | Linux | DEVLINK-RESOURCE(8) |
NAME¶
devlink-resource - devlink device resource configuration
SYNOPSIS¶
devlink [ OPTIONS ] resource { COMMAND | help }
OPTIONS := { -v[erbose] }
devlink resource show DEV
devlink resource help
devlink resource set DEV path RESOURCE_PATH size RESOURCE_SIZE
DESCRIPTION¶
devlink resource show - display devlink device's resosources¶
DEV - specifies the devlink device to show.
Format is:
BUS_NAME/BUS_ADDRESS
devlink resource set - sets resource size of specific resource¶
DEV - specifies the devlink device.
- path RESOURCE_PATH
- Resource's path.
- size RESOURCE_SIZE
- The new resource's size.
EXAMPLES¶
devlink resource show pci/0000:01:00.0
devlink resource set pci/0000:01:00.0 path /kvd/linear size 98304
SEE ALSO¶
devlink(8), devlink-port(8), devlink-sb(8), devlink-monitor(8),
AUTHOR¶
Arkadi Sharshevsky <arkadis@mellanox.com>
11 Feb 2018 | iproute2 |