Skip to content

Commit a890ad3

Browse files
authored
Merge pull request kata-containers#8066 from GabyCT/topic/urlvra
docs: Update url in kata vra document
2 parents 79e33c2 + d7def83 commit a890ad3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/design/kata-vra.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ and perform DMA transactions _anywhere_.
4343

4444
The second feature is ACS (Access Control Services), which controls which
4545
devices are allowed to communicate with one another and thus avoids improper
46-
routing of packets irrespectively of whether IOMMU is enabled or not.
46+
routing of packets `irrespectively` of whether IOMMU is enabled or not.
4747

4848
When IOMMU is enabled, ACS is normally configured to force all PCI Express DMA
4949
to go through the root complex so IOMMU can translate it, impacting performance
@@ -126,7 +126,7 @@ efficient P2P communication.
126126
## PCI Express Virtual P2P Approval Capability
127127

128128
Most of the time, the PCI Express topology is flattened and obfuscated to ensure
129-
easy migration of the VM image between different physical hardware topologies.
129+
easy migration of the VM image between different physical hardware `topologies`.
130130
In Kata, we can configure the hypervisor to use PCI Express root ports to
131131
hotplug the VFIO  devices one is passing through. A user can select how many PCI
132132
Express root ports to allocate depending on how many devices are passed through.
@@ -220,7 +220,7 @@ containers that he wants to run with Kata. The goal is to make such things as
220220
transparent as possible, so we also introduced
221221
[CDI](https://github.com/container-orchestrated-devices/container-device-interface)
222222
(Container Device Interface) to Kata. CDI is a[
223-
specification](https://github.com/container-orchestrated-devices/container-device-interface/blob/master/SPEC.md)
223+
specification](https://github.com/container-orchestrated-devices/container-device-interface/blob/main/SPEC.md)
224224
for container runtimes to support third-party devices.
225225

226226
As written before, we can provide a clique ID for the devices that belong
@@ -300,7 +300,7 @@ pcie_switch_port = 8
300300
```
301301

302302
Each device that is passed through is attached to a PCI Express downstream port
303-
as illustrated below. We can even replicate the host’s two DPUs topologies with
303+
as illustrated below. We can even replicate the host’s two DPUs `topologies` with
304304
added metadata through the CDI. Most of the time, a container only needs one
305305
pair of GPU and NIC for GPUDirect RDMA. This is more of a showcase of what we
306306
can do with the power of Kata and CDI. One could even think of adding groups of
@@ -328,7 +328,7 @@ $ lspci -tv
328328
```
329329

330330
The configuration of using either the root port or switch port can be applied on
331-
a per Container or Pod basis, meaning we can switch PCI Express topologies on
331+
a per Container or Pod basis, meaning we can switch PCI Express `topologies` on
332332
each run of an application.
333333

334334
## Hypervisor Resource Limits

0 commit comments

Comments
 (0)