You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// MAX_VQP is the maximum number of VQPs supported by the vDPA device and is always the same as of now.
19
13
const (
20
14
vDPAMaxVQP=uint16(16)
@@ -32,20 +26,12 @@ type VhostVDPA struct {
32
26
Pathstring
33
27
}
34
28
35
-
// MgmtVDPADev represents the vDPA management device information.
36
-
typeMgmtVDPADevstruct {
37
-
BusNamestring// e.g. "pci"
38
-
DevNamestring// e.g. "0000:00:08.2"
39
-
}
40
-
41
29
// VDPADev represents the vDPA device information.
42
30
typeVDPADevstruct {
43
31
// Name of the vDPA created device. e.g. "vdpa0" (note: the iproute2 associated command would look like `vdpa dev add mgmtdev pci/<PCI_SLOT_NAME> name vdpa0 max_vqp <MAX_VQP>`).
0 commit comments