From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v7 0/8] Add stack library and new mempool handler Date: Wed, 03 Apr 2019 22:39:51 +0200 Message-ID: <4770051.yqIPWfFot0@xps> References: <20190401211429.20282-1-gage.eads@intel.com> <20190403200916.16349-1-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 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) In-Reply-To: <20190403200916.16349-1-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: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'