Skip to content

Commit 44fc5fc

Browse files
committed
doc: fix typos in rtvm workload design doc
Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
1 parent 503b71a commit 44fc5fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/tutorials/rtvm_workload_design_guideline.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Cache Allocation Technology, aka CAT) to RTVMs. For best real time performance o
1919
we recommend using dedicated (pass-thru) PCIe devices to avoid VM-Exit at run time.
2020

2121
.. note::
22-
The configuration space for pass-thru PCI devices is still emulated and the accessing it will
22+
The configuration space for pass-thru PCI devices is still emulated and accessing it will
2323
trigger a VM-Exit.
2424

2525
RTVM with virtio PMD (Polling Mode Driver) for I/O sharing
@@ -36,7 +36,7 @@ ACRN uses hypervisor emulated virtual UART (vUART) devices for inter-VM synchron
3636
logging output, or command send/receive. Currently, the vUART only works in polling mode, but
3737
may be extended to support interrupt mode in a future release. In the meantime, for better RT
3838
behavior, the RT application using the vUART shall reserve a margin of CPU cycles to accommodate
39-
for the additional latency introduced by the VM-Exit to the vUART I/O registers (~2000--3000 cycles
39+
for the additional latency introduced by the VM-Exit to the vUART I/O registers (~2000-3000 cycles
4040
per register access).
4141

4242
DM emulated device (Except PMD)

0 commit comments

Comments
 (0)