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 744d466a0fe5530bb6c036664413d799a3aeb871 (commit) from 4eb5acde3012effceaaf9af4318d95b02551fffa (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 744d466a0fe5530bb6c036664413d799a3aeb871 Author: Brian Brooks brian.brooks@linaro.org Date: Thu May 24 15:39:03 2018 -0500
linux-generic: schedule: call timer_run() in scalable scheduler
Signed-off-by: Brian Brooks brian.brooks@linaro.org Reported-by: David Nyström david.c.nystrom@gmail.com Reviewed-by: Bill Fischofer bill.fischofer@linaro.org Signed-off-by: Maxim Uvarov maxim.uvarov@linaro.org
diff --git a/platform/linux-generic/odp_schedule_scalable.c b/platform/linux-generic/odp_schedule_scalable.c index f26a7e59..1dbcb529 100644 --- a/platform/linux-generic/odp_schedule_scalable.c +++ b/platform/linux-generic/odp_schedule_scalable.c @@ -31,6 +31,7 @@ #include <odp_schedule_if.h> #include <odp_bitset.h> #include <odp_packet_io_internal.h> +#include <odp_timer_internal.h>
#include <limits.h> #include <stdbool.h> @@ -889,6 +890,8 @@ static int _schedule(odp_queue_t *from, odp_event_t ev[], int num_evts) ts = sched_ts; atomq = ts->atomq;
+ timer_run(); + /* Once an atomic queue has been scheduled to a thread, it will stay * on that thread until empty or 'rotated' by WRR */
-----------------------------------------------------------------------
Summary of changes: platform/linux-generic/odp_schedule_scalable.c | 3 +++ 1 file changed, 3 insertions(+)
hooks/post-receive