Skip to content

Commit 60c8890

Browse files
authored
Merge pull request #97624 from sjhala-ccs/cnv-62384
CNV-62384: Removed DPDK checkup docs
2 parents 31e2350 + 00bf327 commit 60c8890

File tree

3 files changed

+4
-37
lines changed

3 files changed

+4
-37
lines changed

modules/virt-configuring-vm-project-dpdk.adoc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You can configure the project to run DPDK workloads on SR-IOV hardware.
1717
+
1818
[source,terminal]
1919
----
20-
$ oc create ns dpdk-checkup-ns
20+
$ oc create ns dpdk-ns
2121
----
2222

2323
. 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:
4242
}],
4343
"gateway": "10.56.217.1"
4444
}
45-
networkNamespace: dpdk-checkup-ns <1>
45+
networkNamespace: dpdk-ns <1>
4646
resourceName: intel_nics_dpdk <2>
4747
spoofChk: "off"
4848
trust: "on"
@@ -51,5 +51,4 @@ spec:
5151
<1> The namespace where the `NetworkAttachmentDefinition` object is deployed.
5252
<2> The value of the `spec.resourceName` attribute of the `SriovNetworkNodePolicy` object that was created when configuring the cluster for DPDK workloads.
5353

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.

virt/monitoring/virt-running-cluster-checkups.adoc

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ Before you run a latency checkup, you must first xref:../../virt/vm_networking/v
1616
=====
1717
1818
* Storage checkup, which verifies if the cluster storage is optimally configured for {VirtProductName}.
19-
* DPDK checkup, which verifies that a node can run a VM with a Data Plane Development Kit (DPDK) workload with zero packet loss.
20-
//xref:../../virt/monitoring/virt-running-cluster-checkups.adoc#virt-running-real-time-checkup_virt-running-cluster-checkups[Real-time checkup]::
21-
//Verifies that your {product-title} cluster can run virtualized real-time workloads.
2219
2320
:FeatureName: The {VirtProductName} cluster checkup framework
2421
include::snippets/technology-preview.adoc[]
@@ -43,25 +40,6 @@ include::modules/virt-measuring-latency-vm-secondary-network.adoc[leveloffset=+2
4340

4441
include::modules/virt-checking-storage-configuration.adoc[leveloffset=+2]
4542

46-
include::modules/virt-checking-cluster-dpdk-readiness.adoc[leveloffset=+2]
47-
48-
include::modules/virt-dpdk-config-map-parameters.adoc[leveloffset=+3]
49-
50-
include::modules/virt-building-vm-containerdisk-image.adoc[leveloffset=+3]
51-
52-
////
53-
include::modules/virt-running-real-time-checkup.adoc[leveloffset=+1]
54-
55-
[role="_additional-resources"]
56-
.Additional resources
57-
* 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]
58-
59-
include::modules/virt-real-time-config-map-parameters.adoc[leveloffset=+2]
60-
61-
include::modules/virt-building-real-time-container-disk-image.adoc[leveloffset=+2]
62-
63-
////
64-
6543

6644
ifndef::openshift-rosa,openshift-dedicated,openshift-rosa-hcp[]
6745
[role="_additional-resources"]
@@ -70,13 +48,4 @@ ifndef::openshift-rosa,openshift-dedicated,openshift-rosa-hcp[]
7048
endif::openshift-rosa,openshift-dedicated,openshift-rosa-hcp[]
7149
ifndef::openshift-rosa,openshift-dedicated,openshift-rosa-hcp[]
7250
* xref:../../virt/vm_networking/virt-connecting-vm-to-linux-bridge.adoc#virt-connecting-vm-to-linux-bridge[Attaching a virtual machine to multiple networks]
73-
endif::openshift-rosa,openshift-dedicated,openshift-rosa-hcp[]
74-
// Hiding pending resolution of OSDOCS-3691
75-
ifndef::openshift-rosa,openshift-dedicated,openshift-rosa-hcp[]
76-
* 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]
78-
endif::openshift-rosa,openshift-dedicated,openshift-rosa-hcp[]
79-
ifndef::openshift-rosa,openshift-dedicated,openshift-rosa-hcp[]
80-
* link:https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/composing_a_customized_rhel_system_image/installing-composer_composing-a-customized-rhel-system-image[Installing image builder]
81-
* 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]
82-
endif::openshift-rosa,openshift-dedicated,openshift-rosa-hcp[]
51+
endif::openshift-rosa,openshift-dedicated,openshift-rosa-hcp[]

virt/vm_networking/virt-using-dpdk-with-sriov.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ include::modules/virt-configuring-vm-project-dpdk.adoc[leveloffset=+1]
3232
.Additional resources
3333
* xref:../../applications/projects/working-with-projects.adoc#working-with-projects[Working with projects]
3434
* xref:../../virt/monitoring/virt-running-cluster-checkups.adoc#virt-measuring-latency-vm-secondary-network_virt-running-cluster-checkups[Virtual machine latency checkup]
35-
* xref:../../virt/monitoring/virt-running-cluster-checkups.adoc#virt-checking-cluster-dpdk-readiness_virt-running-cluster-checkups[DPDK checkup]
3635
3736
include::modules/virt-configuring-vm-dpdk.adoc[leveloffset=+1]
3837

0 commit comments

Comments
 (0)