Skip to content

Commit 1c34d66

Browse files
committed
OCPBUGS-14680 fixing a typo
1 parent 13b39e7 commit 1c34d66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/nw-sriov-dpdk-example-intel.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ spec:
127127
emptyDir:
128128
medium: HugePages
129129
----
130-
<1> Specify the same `target_namespace` where the `SriovNetwork` object `intel-dpdk-network` is created. If you would like to create the pod in a different namespace, change `target_namespace` in both the `Pod` spec and the `SriovNetowrk` object.
130+
<1> Specify the same `target_namespace` where the `SriovNetwork` object `intel-dpdk-network` is created. If you would like to create the pod in a different namespace, change `target_namespace` in both the `Pod` spec and the `SriovNetwork` object.
131131
<2> Specify the DPDK image which includes your application and the DPDK library used by application.
132132
<3> Specify additional capabilities required by the application inside the container for hugepage allocation, system resource allocation, and network interface access.
133133
<4> Mount a hugepage volume to the DPDK pod under `/dev/hugepages`. The hugepage volume is backed by the emptyDir volume type with the medium being `Hugepages`.

modules/nw-sriov-rdma-example-mellanox.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ spec:
132132
emptyDir:
133133
medium: HugePages
134134
----
135-
<1> Specify the same `target_namespace` where `SriovNetwork` object `mlx-rdma-network` is created. If you would like to create the pod in a different namespace, change `target_namespace` in both `Pod` spec and `SriovNetowrk` object.
135+
<1> Specify the same `target_namespace` where `SriovNetwork` object `mlx-rdma-network` is created. If you would like to create the pod in a different namespace, change `target_namespace` in both `Pod` spec and `SriovNetwork` object.
136136
<2> Specify the RDMA image which includes your application and RDMA library used by application.
137137
<3> Specify additional capabilities required by the application inside the container for hugepage allocation, system resource allocation, and network interface access.
138138
<4> Mount the hugepage volume to RDMA pod under `/dev/hugepages`. The hugepage volume is backed by the emptyDir volume type with the medium being `Hugepages`.

0 commit comments

Comments
 (0)