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 014a7fab6a34aacb061e53cc0b14d12aa119b03a (commit)
via 48272fd98f3882a708a7302cd4e28308d59f96e9 (commit)
via e63a6cc10819fccbc55ec55d4585e0619463320b (commit)
from 2b5e5bdfc8b650feba79ccd23c175fad16fd2b33 (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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
include/odp/api/spec/system_info.h | 4 ++--
include/odp/api/spec/traffic_mngr.h | 11 ++++++++---
platform/linux-generic/include/odp_traffic_mngr_internal.h | 2 +-
platform/linux-generic/odp_traffic_mngr.c | 8 +++++++-
test/common_plat/validation/api/traffic_mngr/traffic_mngr.c | 8 ++++----
5 files changed, 22 insertions(+), 11 deletions(-)
hooks/post-receive
--
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, api-next has been updated
via 414c4c75b0beb8cd4e4d2abe090921bcf058ec69 (commit)
via 2b5e5bdfc8b650feba79ccd23c175fad16fd2b33 (commit)
from 2c494b4a67123c838b4b6915679cca06f9e0bdd2 (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 414c4c75b0beb8cd4e4d2abe090921bcf058ec69
Merge: 2c494b4 2b5e5bd
Author: Maxim Uvarov <maxim.uvarov(a)linaro.org>
Date: Wed Jul 27 19:21:41 2016 +0300
Merge branch 'master' into api-next
Signed-off-by: Maxim Uvarov <maxim.uvarov(a)linaro.org>
-----------------------------------------------------------------------
Summary of changes:
platform/linux-generic/arch/default/odp/api/cpu_arch.h | 10 +---------
platform/linux-generic/arch/mips64/odp/api/cpu_arch.h | 12 +++---------
platform/linux-generic/arch/powerpc/odp/api/cpu_arch.h | 10 +---------
platform/linux-generic/arch/x86/odp/api/cpu_arch.h | 10 +---------
platform/linux-generic/include/odp/api/align.h | 11 ++++-------
5 files changed, 10 insertions(+), 43 deletions(-)
hooks/post-receive
--
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, api-next has been updated
via 2c494b4a67123c838b4b6915679cca06f9e0bdd2 (commit)
via e6fd300ada7529c9ae454c2ce537844a1c822d21 (commit)
from bbb10c23626657723466a42b94612b554858ce1d (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 2c494b4a67123c838b4b6915679cca06f9e0bdd2
Merge: bbb10c2 e6fd300
Author: Maxim Uvarov <maxim.uvarov(a)linaro.org>
Date: Tue Jul 26 19:03:43 2016 +0300
Merge branch 'master' into api-next
Signed-off-by: Maxim Uvarov <maxim.uvarov(a)linaro.org>
-----------------------------------------------------------------------
Summary of changes:
platform/linux-generic/odp_pool.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
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 e6fd300ada7529c9ae454c2ce537844a1c822d21 (commit)
from 870ef79d2dae0ad94a5079d0ca1e222493937aef (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 e6fd300ada7529c9ae454c2ce537844a1c822d21
Author: Maxim Uvarov <maxim.uvarov(a)linaro.org>
Date: Tue Jul 26 18:05:00 2016 +0300
linux-gen: fix odp_pool_print
commit: ec0d570 linux-gen: pool: optimize thread local buffer cache
removed elements for prints but did not remove that
from format string.
Signed-off-by: Maxim Uvarov <maxim.uvarov(a)linaro.org>
diff --git a/platform/linux-generic/odp_pool.c b/platform/linux-generic/odp_pool.c
index 0a427ed..415c9fa 100644
--- a/platform/linux-generic/odp_pool.c
+++ b/platform/linux-generic/odp_pool.c
@@ -1103,7 +1103,7 @@ void odp_pool_print(odp_pool_t pool_hdl)
odp_shm_to_u64(pool->s.pool_shm));
ODP_DBG(" pool status %s\n",
pool->s.quiesced ? "quiesced" : "active");
- ODP_DBG(" pool opts %s, %s, %s\n",
+ ODP_DBG(" pool opts %s, %s\n",
pool->s.flags.unsegmented ? "unsegmented" : "segmented",
pool->s.flags.predefined ? "predefined" : "created");
ODP_DBG(" pool base %p\n", pool->s.pool_base_addr);
-----------------------------------------------------------------------
Summary of changes:
platform/linux-generic/odp_pool.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--