> -----Original Message-----
> From: Thomas Monjalon [mailto:tho...@monjalon.net]
> Sent: Wednesday, April 3, 2019 5:41 PM
> To: Eads, Gage <gage.e...@intel.com>
> Cc: dev@dpdk.org; olivier.m...@6wind.com; arybche...@solarflare.com;
> Richardson, Bruce <bruce.richard...@intel.com>; Ananyev, Konstantin
> <konstantin.anan...@intel.com>; gavin...@arm.com;
> honnappa.nagaraha...@arm.com; n...@arm.com
> Subject: Re: [dpdk-dev] [PATCH v8 3/8] test/stack: add stack test
> 
> 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
> 

I should've done that a while ago -- it was pretty painless on Ubuntu. Looks 
like rte_atomic.h is the last missing header.

Reply via email to