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 d3191c08080c2e73d931697626d39c174f1c663f (commit) from d7c097e4a1168efa7393f8028179a2ff2f96505d (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 d3191c08080c2e73d931697626d39c174f1c663f Author: Seungha Son seungha.son@samsung.com Date: Tue Jul 31 19:03:52 2018 +0900
linux-gen: timer: add debug print when running out of timer pools
Signed-off-by: Seungha Son seungha.son@samsung.com Reviewed-by: Matias Elo matias.elo@nokia.com Signed-off-by: Maxim Uvarov maxim.uvarov@linaro.org
diff --git a/platform/linux-generic/odp_timer.c b/platform/linux-generic/odp_timer.c index 5fef5af2..a030036a 100644 --- a/platform/linux-generic/odp_timer.c +++ b/platform/linux-generic/odp_timer.c @@ -259,6 +259,7 @@ static odp_timer_pool_t timer_pool_new(const char *name,
if (timer_global.num_timer_pools >= MAX_TIMER_POOLS) { odp_ticketlock_unlock(&timer_global.lock); + ODP_DBG("No more free timer pools\n"); return ODP_TIMER_POOL_INVALID; }
-----------------------------------------------------------------------
Summary of changes: platform/linux-generic/odp_timer.c | 1 + 1 file changed, 1 insertion(+)
hooks/post-receive