Skip to content

Commit 54f31e0

Browse files
bryanbrattlofpraneethbajjuri
authored andcommitted
perf(linux): AM62PX: 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 6540e18 commit 54f31e0

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

source/devices/AM62PX/linux/RT_Linux_Performance_Guide.rst

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

6273
.. csv-table::
6374
:header: "Latencies","CPU 0","CPU 1","CPU 2","CPU 3"
6475

6576
"Minimum (usec)","5","5","5","5"
66-
"Average (usec)","6","6","5","6"
67-
"Maximum (usec)","30","33","31","35"
77+
"Average (usec)","6","6","7","6"
78+
"Maximum (usec)","36","34","37","34"
6879

6980
.. image:: img/rt-cpu-method-all-latency-histogram.png
663 Bytes
Loading

0 commit comments

Comments
 (0)