[dpdk-dev] [PATCH v8 3/8] test/stack: add stack test
Thomas Monjalon
thomas at monjalon.net
Thu Apr 4 00:41:28 CEST 2019
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.eads at intel.com>
> Reviewed-by: Olivier Matz <olivier.matz at 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
More information about the dev
mailing list