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
Copy file name to clipboardExpand all lines: modules/virt-dpdk-config-map-parameters.adoc
+13-33Lines changed: 13 additions & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
9
9
The following table shows the mandatory and optional parameters that you can set in the `data` stanza of the input `ConfigMap` manifest when you run a cluster DPDK readiness checkup:
10
10
11
-
.DPDK checkup config map parameters
11
+
.DPDK checkup config map input parameters
12
12
[cols="1,1,1", options="header"]
13
13
|====
14
14
|Parameter
@@ -23,52 +23,32 @@ The following table shows the mandatory and optional parameters that you can set
23
23
|The name of the `NetworkAttachmentDefinition` object of the SR-IOV NICs connected.
24
24
|True
25
25
26
-
|`spec.param.trafficGeneratorRuntimeClassName`
27
-
|The RuntimeClass resource that the traffic generator pod uses.
28
-
|True
29
-
30
-
|`spec.param.trafficGeneratorImage`
31
-
|The container image for the traffic generator. The default value is `quay.io/kiagnose/kubevirt-dpdk-checkup-traffic-gen:main`.
32
-
|False
33
-
34
-
|`spec.param.trafficGeneratorNodeSelector`
35
-
|The node on which the traffic generator pod is to be scheduled. The node should be configured to allow DPDK traffic.
36
-
|False
37
-
38
-
|`spec.param.trafficGeneratorPacketsPerSecond`
39
-
|The number of packets per second, in kilo (k) or million(m). The default value is 14m.
40
-
|False
41
-
42
-
|`spec.param.trafficGeneratorEastMacAddress`
43
-
|The MAC address of the NIC connected to the traffic generator pod or VM. The default value is a random MAC address in the format `50:xx:xx:xx:xx:01`.
44
-
|False
45
-
46
-
|`spec.param.trafficGeneratorWestMacAddress`
47
-
|The MAC address of the NIC connected to the traffic generator pod or VM. The default value is a random MAC address in the format `50:xx:xx:xx:xx:02`.
26
+
|`spec.param.trafficGenContainerDiskImage`
27
+
|The container disk image for the traffic generator. The default value is `quay.io/kiagnose/kubevirt-dpdk-checkup-traffic-gen:main`.
48
28
|False
49
29
50
-
|`spec.param.vmContainerDiskImage`
51
-
|The container disk image for the VM. The default value is `quay.io/kiagnose/kubevirt-dpdk-checkup-vm:main`.
30
+
|`spec.param.trafficGenTargetNodeName`
31
+
|The node on which the traffic generator VM is to be scheduled. The node should be configured to allow DPDK traffic.
52
32
|False
53
33
54
-
|`spec.param.DPDKLabelSelector`
55
-
|The label of the node on which the VM runs. The node should be configured to allow DPDK traffic.
34
+
|`spec.param.trafficGenPacketsPerSecond`
35
+
|The number of packets per second, in kilo (k) or million(m). The default value is 8m.
56
36
|False
57
37
58
-
|`spec.param.DPDKEastMacAddress`
59
-
|The MAC address of the NIC that is connected to the VM. The default value is a random MAC address in the format `60:xx:xx:xx:xx:01`.
38
+
|`spec.param.vmUnderTestContainerDiskImage`
39
+
|The container disk image for the VM under test. The default value is `quay.io/kiagnose/kubevirt-dpdk-checkup-vm:main`.
60
40
|False
61
41
62
-
|`spec.param.DPDKWestMacAddress`
63
-
|The MAC address of the NIC that is connected to the VM. The default value is a random MAC address in the format `60:xx:xx:xx:xx:02`.
42
+
|`spec.param.vmUnderTestTargetNodeName`
43
+
|The node on which the VM under test is to be scheduled. The node should be configured to allow DPDK traffic.
64
44
|False
65
45
66
46
|`spec.param.testDuration`
67
47
|The duration, in minutes, for which the traffic generator runs. The default value is 5 minutes.
68
48
|False
69
49
70
-
|`spec.param.portBandwidthGB`
71
-
|The maximum bandwidth of the SR-IOV NIC. The default value is 10GB.
50
+
|`spec.param.portBandwidthGbps`
51
+
|The maximum bandwidth of the SR-IOV NIC. The default value is 10Gbps.
0 commit comments