From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] eal: add architecture specific rte_cpuflags.c files Date: Wed, 27 Jan 2016 18:52:25 +0100 Message-ID: <5530206.lovNufpa2q@xps13> References: <1447149727-14034-1-git-send-email-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Ferruh Yigit Return-path: Received: from mail-wm0-f52.google.com (mail-wm0-f52.google.com [74.125.82.52]) by dpdk.org (Postfix) with ESMTP id 1FB90C2DC for ; Wed, 27 Jan 2016 18:53:36 +0100 (CET) Received: by mail-wm0-f52.google.com with SMTP id r129so154870327wmr.0 for ; Wed, 27 Jan 2016 09:53:36 -0800 (PST) In-Reply-To: <1447149727-14034-1-git-send-email-ferruh.yigit@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-11-10 10:02, Ferruh Yigit: > --- a/lib/librte_eal/linuxapp/eal/rte_eal_version.map > +++ b/lib/librte_eal/linuxapp/eal/rte_eal_version.map > @@ -133,5 +133,6 @@ DPDK_2.2 { > global: > > rte_intr_cap_multiple; > + cpu_feature_table; As it is now an exported symbol, it should be prefixed with rte_. Please take care when rebasing to - create a new block of symbols for the new release version, - and keep the new flag for AVX512 which is going to be applied.