Skip to content

Commit 6540e18

Browse files
bryanbrattlofpraneethbajjuri
authored andcommitted
perf(linux): AM62LX: Update PREEMPT_RT perf numbers for 11.1
Update the real-time Linux latency numbers for SDK 11.1 Signed-off-by: Bryan Brattlof <[email protected]>
1 parent 5a06efc commit 6540e18

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

source/devices/AM62LX/linux/RT_Linux_Performance_Guide.rst

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,24 @@ Test commands used for running stress-ng and cyclictest together
5656
stress-ng --cpu-method=all -c 4 &
5757
cyclictest -m -Sp80 -D6h -h400 -i200 -M -q
5858
59-
The latencies observed with this SDK are summarized below:
59+
The following summarizes the latencies observed using the yocto based
60+
default SDK image:
61+
62+
.. note::
63+
64+
A known issue in this SDK release is affecting this benchmark.
65+
Using OP-TEEs PRNG drivers rather than the hardware accelerated TRNG
66+
drivers restores the context switch latencies to the values you see
67+
here.
68+
69+
More information on switching to the PRNG drivers can be found in the
70+
Foundational Components section, here :ref:`building-optee-with-prng`
6071

6172
.. csv-table::
6273
:header: "Latencies","CPU 0","CPU 1"
6374

6475
"Minimum (us)","5","5"
65-
"Average (us)","6","8"
66-
"Maximum (us)","47","53"
76+
"Average (us)","8","7"
77+
"Maximum (us)","57","48"
6778

6879
.. image:: img/rt-cpu-method-all-latency-histogram.png
355 Bytes
Loading

0 commit comments

Comments
 (0)