> -----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.
- [dpdk-dev] [PATCH v7 6/8] stack: add C11 atomic implementa... Gage Eads
- [dpdk-dev] [PATCH v7 8/8] mempool/stack: add lock-free sta... Gage Eads
- Re: [dpdk-dev] [PATCH v7 0/8] Add stack library and new me... Thomas Monjalon
- [dpdk-dev] [PATCH v8 0/8] Add stack library and new mempoo... Gage Eads
- [dpdk-dev] [PATCH v8 1/8] stack: introduce rte stack ... Gage Eads
- [dpdk-dev] [PATCH v8 2/8] mempool/stack: convert memp... Gage Eads
- [dpdk-dev] [PATCH v8 4/8] test/stack: add stack perf ... Gage Eads
- [dpdk-dev] [PATCH v8 3/8] test/stack: add stack test Gage Eads
- Re: [dpdk-dev] [PATCH v8 3/8] test/stack: add sta... Thomas Monjalon
- Re: [dpdk-dev] [PATCH v8 3/8] test/stack: add... Eads, Gage
- [dpdk-dev] [PATCH v8 5/8] stack: add lock-free stack ... Gage Eads
- [dpdk-dev] [PATCH v8 8/8] mempool/stack: add lock-fre... Gage Eads
- [dpdk-dev] [PATCH v8 7/8] test/stack: add lock-free s... Gage Eads
- [dpdk-dev] [PATCH v8 6/8] stack: add C11 atomic imple... Gage Eads
- [dpdk-dev] [PATCH v9 0/8] Add stack library and new m... Gage Eads
- [dpdk-dev] [PATCH v9 3/8] test/stack: add stack t... Gage Eads
- Re: [dpdk-dev] [PATCH v9 3/8] test/stack: add... Thomas Monjalon
- [dpdk-dev] [PATCH v9 2/8] mempool/stack: convert ... Gage Eads
- [dpdk-dev] [PATCH v9 1/8] stack: introduce rte st... Gage Eads
- Re: [dpdk-dev] [PATCH v9 1/8] stack: introduc... Thomas Monjalon