From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id A876DA0679 for ; Thu, 4 Apr 2019 00:41:37 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 34DD55942; Thu, 4 Apr 2019 00:41:36 +0200 (CEST) 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id E5727221C6; Wed, 3 Apr 2019 18:41:31 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Wed, 03 Apr 2019 18:41:31 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=J0O21MyqFQdHbdfSDfZ7rUvasxZE1I7Dh/+sLYp4EpQ=; b=LMDNHDGInAB7 NNm7qi4nFoKneadITZE0LrPb0HVbrpapZ2suw7jqqwCXU7MMWJIYJ7lVyjA0HYcc C0uIIKIQB8pppoOMkuLbgqdAAwr1Az+o0+dEAcE2jNnKjBj7LCg875IfU0666azt h837WyhMTerymYolb9PE0vEFCPmo6Z0= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=J0O21MyqFQdHbdfSDfZ7rUvasxZE1I7Dh/+sLYp4E pQ=; b=pF8WK5nPdIawSdUhccHRYvfhYbzkq/0pl/4w2gZbiT/BdV6UObc2W+dDH yZiKU36zN9/3PdOxsNACRz/CS+wmJf1IPLj9A+2Dr9KxRm30bpvKBwPyYX8+aPm1 UtdTSHHYe7iNWTQGSabIFw53Za9HpUYnxsrsNvfvc/u25IESdBbYAIFEe622ABkL axzT0CiUy1WcTblWOfANnAEVzFde40JpmnVOzndxTORi8coCBC0+JNkR3piMxJFT kb7Bo5LtIyvY6U4cbyuefHKhluJmTIN1rDxQZk8eIm77zR5J+AjgWRbkNXmWzyEh aa1TUywanONYpvMjLSHjhMzdyCL3g== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrtdeggdduudculddtuddrgedutddrtddtmd cutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdp uffrtefokffrpgfnqfghnecuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivg hnthhsucdlqddutddtmdenucfjughrpefhvffufffkjghfggfgtgesthfuredttddtvden ucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrg hlohhnrdhnvghtqeenucfkphepjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhep mhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsth gvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 8CDDD10391; Wed, 3 Apr 2019 18:41:29 -0400 (EDT) From: Thomas Monjalon To: Gage Eads 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 Date: Thu, 04 Apr 2019 00:41:28 +0200 Message-ID: <2584131.6c8qlZc1Ft@xps> In-Reply-To: <20190403205041.4651-4-gage.eads@intel.com> 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v8 3/8] test/stack: add stack test X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Message-ID: <20190403224128.gMiXeRaom84R0_FR4XiiSrlf5-62-TbDgvEVr4sGnfk@z> 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