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 28d95ca27265aeaf95f06bcc7b937263f96fd826 (commit) from 6b806e0dc32f28e7c8a15ef4fbb3a3fa215bb0f3 (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 28d95ca27265aeaf95f06bcc7b937263f96fd826 Author: Christophe Milard christophe.milard@linaro.org Date: Wed Oct 19 16:30:13 2016 +0200
test: drv: shm: decrease test memory requirement
The memory consumption is proporsional to the number of ODP threads available. The test failed on systems with large number of CPU, due to outage ot pre-allocaed address space. This patch shrinks the test requirement.
Signed-off-by: Christophe Milard christophe.milard@linaro.org Reviewed-and-tested-by: Matias Elo matias.elo@nokia.com Signed-off-by: Maxim Uvarov maxim.uvarov@linaro.org
diff --git a/test/common_plat/validation/drv/drvshmem/drvshmem.c b/test/common_plat/validation/drv/drvshmem/drvshmem.c index 5e6d2e5..559c55d 100644 --- a/test/common_plat/validation/drv/drvshmem/drvshmem.c +++ b/test/common_plat/validation/drv/drvshmem/drvshmem.c @@ -16,7 +16,7 @@ #define TEST_SHARE_BAR (0xf0f0f0f) #define SMALL_MEM 10 #define MEDIUM_MEM 4096 -#define BIG_MEM 16777216 +#define BIG_MEM 65536 #define STRESS_SIZE 32 /* power of 2 and <=256 */ #define STRESS_RANDOM_SZ 5 #define STRESS_ITERATION 5000
-----------------------------------------------------------------------
Summary of changes: test/common_plat/validation/drv/drvshmem/drvshmem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive