This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "".
The branch, master has been updated via 7f0d32bbbbac6ecd321044cf2e9945bf0a3aba8e (commit) from c4fb7b94edc770c66fd46ba32df586f1a74a3a37 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 7f0d32bbbbac6ecd321044cf2e9945bf0a3aba8e Author: Matias Elo matias.elo@nokia.com Date: Mon May 6 16:32:10 2019 +0300
test: sched_latency: resume scheduling only on main thread
Prevent pre-scheduling events to terminating threads.
Signed-off-by: Matias Elo matias.elo@nokia.com Reviewed-by: Stanislaw Kardach skardach@marvell.com
diff --git a/test/performance/odp_sched_latency.c b/test/performance/odp_sched_latency.c index b5be1a163..ee5d0f417 100644 --- a/test/performance/odp_sched_latency.c +++ b/test/performance/odp_sched_latency.c @@ -425,11 +425,10 @@ static int test_schedule(int thr, test_globals_t *globals) } }
- odp_schedule_resume(); - odp_barrier_wait(&globals->barrier);
if (thr == MAIN_THREAD) { + odp_schedule_resume(); clear_sched_queues(globals); print_results(globals); }
-----------------------------------------------------------------------
Summary of changes: test/performance/odp_sched_latency.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
hooks/post-receive