[dpdk-dev] [PATCH] app/test: reduced duration of red_autotest

2016-06-07 Thread Tomasz Kantecki
'red_autotest' changed to run only functional tests without test #4 which was taking ~53 seconds. 'red_autotest' takes ~12[s] now. 'red_perf' has been added to run performance tests only (~26[s]). 'red_all' has been added to run all functional tests (including #4) and perfromance tests. This reflec

[dpdk-dev] [PATCH v2] app/test: reduced duration of red_autotest

2016-06-09 Thread Tomasz Kantecki
These changes don't break the tests on my systems and reduce execution time to ~2[s]. I tried "faking" CPU clock frequency but in some cases it leads to intermittent test fails. Tomasz 'red_autotest' changed to run only functional tests without test #4 which was taking ~53 seconds. 'red_autotest'

[dpdk-dev] [PATCH v3] app/test: reduced duration of red_autotest

2016-06-13 Thread Tomasz Kantecki
#4) and perfromance tests. This reflects current 'red_autotest' behavior. Other changes: - machine TSC clock frequency detection takes place only once now. - timeouts and number of iterations in functional tests have been reduced in order to shorten test duration. Signed-off-