03/04/2019 22:50, Gage Eads:
> stack_autotest performs positive and negative testing of the stack API, and
> exercises the push and pop datapath functions with all available lcores.
> 
> Signed-off-by: Gage Eads <gage.e...@intel.com>
> Reviewed-by: Olivier Matz <olivier.m...@6wind.com>
> ---
>  MAINTAINERS           |   1 +
>  app/test/Makefile     |   2 +
>  app/test/meson.build  |   3 +
>  app/test/test_stack.c | 410 
> ++++++++++++++++++++++++++++++++++++++++++++++++++
>  4 files changed, 416 insertions(+)
>  create mode 100644 app/test/test_stack.c

Another error with Arm:

app/test/test_stack.c:275:2: error: unknown type name 'rte_atomic64_t'

I think you should install an Arm toolchain and run test-meson-builds.sh


Reply via email to