From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v8 3/8] test/stack: add stack test Date: Thu, 04 Apr 2019 00:41:28 +0200 Message-ID: <2584131.6c8qlZc1Ft@xps> References: <20190403200916.16349-1-gage.eads@intel.com> <20190403205041.4651-1-gage.eads@intel.com> <20190403205041.4651-4-gage.eads@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, olivier.matz@6wind.com, arybchenko@solarflare.com, bruce.richardson@intel.com, konstantin.ananyev@intel.com, gavin.hu@arm.com, Honnappa.Nagarahalli@arm.com, nd@arm.com To: Gage Eads Return-path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id AA4B94CC0 for ; Thu, 4 Apr 2019 00:41:34 +0200 (CEST) In-Reply-To: <20190403205041.4651-4-gage.eads@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 > Reviewed-by: Olivier Matz > --- > 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