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-configuring-vm-project-dpdk.adoc
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ You can configure the project to run DPDK workloads on SR-IOV hardware.
17
17
+
18
18
[source,terminal]
19
19
----
20
-
$ oc create ns dpdk-checkup-ns
20
+
$ oc create ns dpdk-ns
21
21
----
22
22
23
23
. Create an `SriovNetwork` object that references the `SriovNetworkNodePolicy` object. When you create an `SriovNetwork` object, the SR-IOV Network Operator automatically creates a `NetworkAttachmentDefinition` object.
@@ -42,7 +42,7 @@ spec:
42
42
}],
43
43
"gateway": "10.56.217.1"
44
44
}
45
-
networkNamespace: dpdk-checkup-ns <1>
45
+
networkNamespace: dpdk-ns <1>
46
46
resourceName: intel_nics_dpdk <2>
47
47
spoofChk: "off"
48
48
trust: "on"
@@ -51,5 +51,4 @@ spec:
51
51
<1> The namespace where the `NetworkAttachmentDefinition` object is deployed.
52
52
<2> The value of the `spec.resourceName` attribute of the `SriovNetworkNodePolicy` object that was created when configuring the cluster for DPDK workloads.
53
53
54
-
. Optional: Run the virtual machine latency checkup to verify that the network is properly configured.
55
-
. Optional: Run the DPDK checkup to verify that the namespace is ready for DPDK workloads.
54
+
. Optional: Run the virtual machine latency checkup to verify that the network is properly configured.
* xref:../../virt/virtual_machines/advanced_vm_management/virt-configuring-cluster-realtime-workloads.adoc#virt-configuring-cluster-realtime-workloads[Configuring a cluster for real-time workloads]
* xref:../../virt/vm_networking/virt-connecting-vm-to-linux-bridge.adoc#virt-connecting-vm-to-linux-bridge[Attaching a virtual machine to multiple networks]
* xref:../../networking/hardware_networks/using-dpdk-and-rdma.adoc#example-vf-use-in-dpdk-mode-intel_using-dpdk-and-rdma[Using a virtual function in DPDK mode with an Intel NIC]
77
-
* xref:../../networking/hardware_networks/using-dpdk-and-rdma.adoc#nw-example-dpdk-line-rate_using-dpdk-and-rdma[Using SR-IOV and the Node Tuning Operator to achieve a DPDK line rate]
* link:https://access.redhat.com/solutions/253273[How to register and subscribe a RHEL system to the Red Hat Customer Portal using Red Hat Subscription Manager]
0 commit comments