[dpdk-dev] [PATCH v8 3/8] test/stack: add stack test

Eads, Gage gage.eads at intel.com
Thu Apr 4 01:05:58 CEST 2019



> -----Original Message-----
> From: Thomas Monjalon [mailto:thomas at monjalon.net]
> Sent: Wednesday, April 3, 2019 5:41 PM
> To: Eads, Gage <gage.eads at intel.com>
> Cc: dev at dpdk.org; olivier.matz at 6wind.com; arybchenko at solarflare.com;
> Richardson, Bruce <bruce.richardson at intel.com>; Ananyev, Konstantin
> <konstantin.ananyev at intel.com>; gavin.hu at arm.com;
> Honnappa.Nagarahalli at arm.com; nd at 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.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
> 

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


More information about the dev mailing list