other versions
- bookworm 6.1.0-3
- bookworm-backports 6.11.0-1~bpo12+1
- testing 6.11.0-1
- unstable 6.11.0-1
DEVLINK-DEV(8) | Linux | DEVLINK-DEV(8) |
NAME¶
vdpa-dev - vdpa device configuration
SYNOPSIS¶
vdpa dev [ OPTIONS ] { COMMAND| help }
OPTIONS := { -V[ersion] }
vdpa dev show [ DEV ]
vdpa dev help
vdpa dev add name NAME mgmtdev MGMTDEV
vdpa dev del DEV
DESCRIPTION¶
vdpa dev show - display vdpa device attributes¶
DEV - specifies the vdpa device to show. If this argument is omitted all devices are listed.
Format is:
VDPA_DEVICE_NAME
vdpa dev add - add a new vdpa device.¶
- name NAME
- Name of the new vdpa device to add.
- mgmtdev MGMTDEV
- Name of the management device to use for device addition.
vdpa dev del - Delete the vdpa device.¶
DEV - specifies the vdpa device to delete.
EXAMPLES¶
vdpa dev show
Shows the all vdpa devices on the system.
vdpa dev show foo
Shows the specified vdpa device.
vdpa dev add name foo mgmtdev vdpa_sim_net
Add the vdpa device named foo on the management device
vdpa_sim_net.
vdpa dev del foo
Delete the vdpa device named foo which was previously
created.
SEE ALSO¶
vdpa(8), vdpa-mgmtdev(8),
AUTHOR¶
Parav Pandit <parav@nvidia.com>
5 Jan 2021 | iproute2 |