Skip to content

Commit e55efd6

Browse files
committed
Added performance tests with support DSA in RxTxApp.
Multi-session performance tests are now available for 25, 30, 50, and 59 FPS with and without DSA usage. Currently, only FPS metrics are measured. Additional KPIs will be enhanced in the future. Signed-off-by: Wilczynski, Andrzej <[email protected]>
1 parent caa5b79 commit e55efd6

File tree

2 files changed

+518
-0
lines changed

2 files changed

+518
-0
lines changed

tests/validation/mtl_engine/config/app_mappings.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,10 @@
9292

9393
# Default GStreamer configuration
9494
DEFAULT_GSTREAMER_CONFIG = {"default_session_type": "mtl_st20p"}
95+
96+
# DSA (Data Streaming Accelerator) device configuration
97+
# Maps NUMA node to DSA device PCI addresses
98+
DSA_DEVICES = {
99+
"numa0": "0000:6a:01.0",
100+
"numa1": "0000:e7:01.0",
101+
}

0 commit comments

Comments
 (0)