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 d440fa6b463d9dad5e852d7970c5f77493f190f0 (commit) from 5d5304117434ab340cdd138066561e00a6b0642d (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 d440fa6b463d9dad5e852d7970c5f77493f190f0 Author: Oriol Arcas oriol@starflownetworks.com Date: Tue Jul 19 11:16:43 2016 +0200
linux-generic: pool: set maximum number of pools to 64
Signed-off-by: Oriol Arcas oriol@starflownetworks.com Signed-off-by: Maxim Uvarov maxim.uvarov@linaro.org
diff --git a/platform/linux-generic/include/odp_config_internal.h b/platform/linux-generic/include/odp_config_internal.h index b108c07..989ea08 100644 --- a/platform/linux-generic/include/odp_config_internal.h +++ b/platform/linux-generic/include/odp_config_internal.h @@ -14,7 +14,7 @@ extern "C" { /* * Maximum number of pools */ -#define ODP_CONFIG_POOLS 16 +#define ODP_CONFIG_POOLS 64
/* * Maximum number of queues
-----------------------------------------------------------------------
Summary of changes: platform/linux-generic/include/odp_config_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive