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 390B7A0679 for ; Wed, 3 Apr 2019 22:39:58 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id F3BC77CB0; Wed, 3 Apr 2019 22:39:56 +0200 (CEST) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id E11415F72 for ; Wed, 3 Apr 2019 22:39:55 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 371B02323D; Wed, 3 Apr 2019 16:39:55 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 03 Apr 2019 16:39:55 -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=ppLoJ1pS2n1mFH6SvLmAqTKF/+cUNo76ow+9/OLRJeA=; b=X93HFABf0HB5 tpR7cI5cuabw63IFBT16qvwBU3QkWZnXzBhoqLs+xqPKsVS37ja3KDNUKletTx1n fuq81P4f4ebRx+03mWu7Eh2TdxBleOuCTssfNUAR01thT1NYUaOKdEAW1u/gJ4Vt d0TpzwXLIkwC+M40XB3MFj50C4cG0zI= 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=ppLoJ1pS2n1mFH6SvLmAqTKF/+cUNo76ow+9/OLRJ eA=; b=m8MGuExXVYddGpz3hPnA48g+pBGlsUNU89RkTQtmcozhUC10ybdqCMb4l D+1cM4JXXXB6mUpnLXrmhSKbeWp2xZYjPkIqR9sL1DH6RN9i+fljBboKucw/YLrV RL+MyKjZcKxFbS0HsnyNeP/nyxF4IPd4VcFexU2kznMkMsdxSYtYxmZc4sDXmDdJ fMZxcsp27FIzAh0uCBuBioGDUFPRFhWVlA20BrYMX7JIajhSLMNCZgM/9kgTPHye X3fsFh38kvNYEpSJAYyujT2Hz/ezmrDAUQlbexgF3GL3lqd64QU32Z1S31FPbbvk Wuw4m22JK+ug8M5Tss7bvdZF2he6A== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrtdefgdduvdehucdltddurdeguddtrddttd dmucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfv pdfurfetoffkrfgpnffqhgenuceurghilhhouhhtmecufedttdenucesvcftvggtihhpih gvnhhtshculddquddttddmnecujfgurhephffvufffkfgjfhgggfgtsehtufertddttddv necuhfhrohhmpefvhhhomhgrshcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjh grlhhonhdrnhgvtheqnecukfhppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghm pehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhush htvghrufhiiigvpedt 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 DBAF9E4176; Wed, 3 Apr 2019 16:39:52 -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: Wed, 03 Apr 2019 22:39:51 +0200 Message-ID: <4770051.yqIPWfFot0@xps> In-Reply-To: <20190403200916.16349-1-gage.eads@intel.com> References: <20190401211429.20282-1-gage.eads@intel.com> <20190403200916.16349-1-gage.eads@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v7 0/8] Add stack library and new mempool handler 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: <20190403203951.T0a5OorRarGsEKtzwRXWpxUxvQeHZ2BHvGD4sH_h_Og@z> 03/04/2019 22:09, Gage Eads: > v7: > - Add rte_branch_prediction.h include to rte_stack_std.h for unlikely() > - Add rte_compat.h include to rte_stack.h for __rte_experimental There is another error when compiling for Arm: lib/librte_stack/rte_stack.h:76:2: error: implicit declaration of function 'RTE_ASSERT'