Re: [lng-odp] [API-NEXT PATCH 00/13] drv shared memory allocated

2016-08-19 Thread Christophe Milard
This is the bug (2479) I reported earlyier today I think: FAIL: ../../test/common_plat/validation/api/traffic_mngr/traffic_mngr_main That happens randomly to me. At any patch level. I could never run check-odp on the whole serie in one go: this specific tests fails at any time so I had run run chec

Re: [lng-odp] [API-NEXT PATCH 00/13] drv shared memory allocated

2016-08-19 Thread Bill Fischofer
Another issue is that ./apply-and-build fails after applying Part 5. Tests seem to run and then things go awry when it tries to build the distribution package: Using patch: 0005-drv-adding-shared-memory.patch ...normal stuff here and then: make dist-gzip am__post_remove_distdir='@:' make[1]: En

Re: [lng-odp] [API-NEXT PATCH 00/13] drv shared memory allocated

2016-08-19 Thread Christophe Milard
Interesting. Memory allocation fail. The crash is the consequence. It seems the stress test exceeds some memory limitation in your system: the 3 first tests do the same but are less aggressive. But it feels strange. I did run a a 32 bit VM and it worked... On 19 Aug 2016 23:07, "Bill Fischofer"

Re: [lng-odp] [API-NEXT PATCH 00/13] drv shared memory allocated

2016-08-19 Thread Bill Fischofer
Not sure if this is a problem with this patch, but the drvshmem_main test segfaults runs fine on 64-bit systems but segfailts on 32-bit systems: bill@Ub16-32:~/linaro/chrisdrv/test/common_plat/validation/drv/drvshmem$ sudo ./drvshmem_main [sudo] password for bill: PKTIO: initialized loop interfac

[lng-odp] [API-NEXT PATCH 00/13] drv shared memory allocated

2016-08-19 Thread Christophe Milard
This patch series introduces a new ODP memory allocator and then uses it on the driver interface: The first 3 patches introduces barriers on the driver interface. This is based on its equivalent from the API side. Then comes the definition of the shmen programing functions for the DRV interface:

[lng-odp] [API-NEXT PATCH 00/13] drv shared memory allocated

2016-08-19 Thread Christophe Milard
This patch series introduces a new ODP memory allocator and then uses it on the driver interface: The first 3 patches introduces barriers on the driver interface. This is based on its equivalent from the API side. Then comes the definition of the shmen programing functions for the DRV interface:

[lng-odp] [API-NEXT PATCH 00/13] drv shared memory allocated

2016-08-19 Thread Christophe Milard
This patch series introduces a new ODP memory allocator and then uses it on the driver interface: The first 3 patches introduces barriers on the driver interface. This is based on its equivalent from the API side. Then comes the definition of the shmen programing functions for the DRV interface: