System Grab Bag

View all man pages from Ubuntu (or from all projects)

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 of the new vdpa device to add.

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

  1. vdpa(8),
  2. vdpa-mgmtdev(8),

Author

Parav Pandit <[email protected]>