Two problems: 1. After applying this patch make doesn't make this test (Make infrastructure needs updating)
2. If I manually make the test, running it seems to hang. Haven't investigated further. On Tue, Mar 1, 2016 at 10:34 AM, Christophe Milard < [email protected]> wrote: > (Note: requires: linux-generic: shmem: odp scope in /dev/shmem) > Adding a platform side test to test sharing memory between ODP and linux. > This test is more interresting for its side effects: > *first complete test on the platform side building ODP and platform > programs (other platform tests so far were just wrappers to generic > platform-agnostic test) > *tests that the shared memory device name (under /dev/shm/) is scoped > (under linux). > > Christophe Milard (2): > linux-generic: test: adding odp includes > linux-generic: test: ODP_SHM_PROP test > > platform/linux-generic/m4/configure.m4 | 1 + > platform/linux-generic/test/Makefile.am | 4 +- > platform/linux-generic/test/Makefile.inc | 16 +++ > platform/linux-generic/test/shmem/.gitignore | 2 + > platform/linux-generic/test/shmem/Makefile.am | 18 +++ > platform/linux-generic/test/shmem/shmem.h | 21 +++ > platform/linux-generic/test/shmem/shmem_common.h | 23 ++++ > platform/linux-generic/test/shmem/shmem_linux.c | 156 > +++++++++++++++++++++++ > platform/linux-generic/test/shmem/shmem_linux.h | 9 ++ > platform/linux-generic/test/shmem/shmem_odp.c | 74 +++++++++++ > platform/linux-generic/test/shmem/shmem_odp.h | 7 + > 11 files changed, 330 insertions(+), 1 deletion(-) > create mode 100644 platform/linux-generic/test/Makefile.inc > create mode 100644 platform/linux-generic/test/shmem/.gitignore > create mode 100644 platform/linux-generic/test/shmem/Makefile.am > create mode 100644 platform/linux-generic/test/shmem/shmem.h > create mode 100644 platform/linux-generic/test/shmem/shmem_common.h > create mode 100644 platform/linux-generic/test/shmem/shmem_linux.c > create mode 100644 platform/linux-generic/test/shmem/shmem_linux.h > create mode 100644 platform/linux-generic/test/shmem/shmem_odp.c > create mode 100644 platform/linux-generic/test/shmem/shmem_odp.h > > -- > 2.1.4 > > _______________________________________________ > lng-odp mailing list > [email protected] > https://lists.linaro.org/mailman/listinfo/lng-odp >
_______________________________________________ lng-odp mailing list [email protected] https://lists.linaro.org/mailman/listinfo/lng-odp
