|
1 | 1 | ====================================== |
2 | | - RT-linux 11.00 Performance Guide |
| 2 | + RT-linux 11.01 Performance Guide |
3 | 3 | ====================================== |
4 | 4 |
|
5 | 5 | .. rubric:: **Read This First** |
@@ -57,14 +57,24 @@ Test commands used for running stress-ng and cyclictest together |
57 | 57 | stress-ng --cpu-method=all -c 4 & |
58 | 58 | cyclictest -m -Sp80 -D6h -h400 -i200 -M -q |
59 | 59 |
|
60 | | -The latencies where 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 |
| 67 | + TRNG drivers restores the context switch latencies to the values you |
| 68 | + see 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` |
61 | 72 |
|
62 | 73 | .. csv-table:: |
63 | 74 | :header: "Latencies","CPU 0","CPU 1","CPU 2","CPU 3" |
64 | 75 |
|
65 | 76 | "Minimum (us)","5","5","5","5" |
66 | | - "Average (us)","5","6","6","5" |
67 | | - "Maximum (us)","68","31","34","28" |
| 77 | + "Average (us)","6","6","6","6" |
| 78 | + "Maximum (us)","31","29","30","30" |
68 | 79 |
|
69 | 80 | .. image:: img/rt-cpu-method-all-latency-histogram.png |
70 | | - |
|
0 commit comments