1DEVLINK-DEV(8)                       Linux                      DEVLINK-DEV(8)
2
3
4

NAME

6       vdpa-dev - vdpa device configuration
7

SYNOPSIS

9       vdpa dev [ OPTIONS ]  { COMMAND| help }
10
11
12       OPTIONS := { -V[ersion] }
13
14       vdpa dev show [ DEV ]
15
16       vdpa dev help
17
18       vdpa dev add name NAME mgmtdev MGMTDEV
19
20       vdpa dev del DEV
21
22

DESCRIPTION

24   vdpa dev show - display vdpa device attributes
25       DEV - specifies the vdpa device to show.  If this argument is omitted
26       all devices are listed.
27
28           Format is:
29             VDPA_DEVICE_NAME
30
31
32   vdpa dev add - add a new vdpa device.
33       name NAME
34              Name of the new vdpa device to add.
35
36
37       mgmtdev MGMTDEV
38              Name of the management device to use for device addition.
39
40
41   vdpa dev del - Delete the vdpa device.
42       DEV - specifies the vdpa device to delete.
43
44

EXAMPLES

46       vdpa dev show
47           Shows the all vdpa devices on the system.
48
49       vdpa dev show foo
50           Shows the specified vdpa device.
51
52       vdpa dev add name foo mgmtdev vdpa_sim_net
53           Add the vdpa device named foo on the management device
54           vdpa_sim_net.
55
56       vdpa dev del foo
57           Delete the vdpa device named foo which was previously created.
58
59

SEE ALSO

61       vdpa(8), vdpa-mgmtdev(8),
62
63

AUTHOR

65       Parav Pandit <parav@nvidia.com>
66
67
68
69iproute2                          5 Jan 2021                    DEVLINK-DEV(8)
Impressum