from small one page howto to huge articles all in one place
Last additions:
May 25th. 2007:
April, 26th. 2006:
|
You are here: manpages
DEVLINK-RESOURCE
Section: Linux (8) Updated: 11 Feb 2018 Index
Return to Main Contents
NAME
devlin-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
-
Shows the resources of the specified devlink device.
devlink resource set pci/0000:01:00.0 path /kvd/linear size 98304
-
Sets the size of the specified resource for the specified devlink device.
SEE ALSO
devlink(8),
devlin-port(8),
devlin-sb(8),
devlin-monitor(8),
AUTHOR
Arkadi Sharshevsky < arkadis@mellanox.com>
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- devlink resource show - display devlink device's resosources
-
- devlink resource set - sets resource size of specific resource
-
- EXAMPLES
-
- SEE ALSO
-
- AUTHOR
-
|