From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id D2B3F8D90 for ; Wed, 3 Feb 2016 15:02:39 +0100 (CET) Received: by mail-wm0-f47.google.com with SMTP id l66so71798140wml.0 for ; Wed, 03 Feb 2016 06:02:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=DXzr0dAAXQqGz9ZxVQuLam0y716Dws1HSIe0Z5KraNw=; b=1Omwwrdi0gq5UU4D/BrBIGpU+1wWgKUw6itzox4FJm3MQeMa5oVvDqmsPLchKBsUcj eimgsp/N5ZTpIiELiA2wTgEOJ47zAy0boOU/ZT6RoZU1KXaRiBcTcDjHClldF4fyYxa4 Dk8TajCLA6CZdBdfopRPedpO2vB5ByYuK62k0Inj8JtTChPpoj/ngAB51CP1eKobXGzY i811gkMgL62jk8PSFBFoNWPnmCq8aaGQm2wwfvRHR1suQbc3Ce2g0SN6MwMImGWWho5p gec5lGX9tX0HEILxthtVqmbxfVk1ZsoAxEz/wuXZQj/kMVCfG0rG/EnYZ2CCkAthfcC7 sTxg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=DXzr0dAAXQqGz9ZxVQuLam0y716Dws1HSIe0Z5KraNw=; b=T3UVD2EJ4ZzIAvYJPeNxKHIYQmu6LvfrQ2yN9BdilHWiXYYv1LO6cPT4g7Gg+Ibg3x uZH568q03VP+iVgmi3XADvLNuKN8uMi9KVl3c4NKDwFQKfNKhYKcIidX6tVH32diYWjw +sv5F784yolUQWU9ItUngBGcOb4Rm+cFqhJ8Q0fQ5+HXHi/VXF6Jx0mEc0gX9NCp4TPl 6wh+8FrLYaoXXCSVKT6G1kjPbu5nT99qTyxsrUy9wde13gpd8XhdBXxoaquIV0rAuxQo E2JakmOvD39jjqflkd3+AJVuUrTqBH3yossrRWE2GNZO9Wh4MxI5FlukNtTkqI6xpxhH Iiww== X-Gm-Message-State: AG10YORpSH6/gG1KgTfcY4Xtofgchh3TalwEj/u5cLHMFWPubQDWPB+Jgqsas/YoVDxVPh2Y X-Received: by 10.194.191.229 with SMTP id hb5mr2126632wjc.164.1454508158706; Wed, 03 Feb 2016 06:02:38 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id e194sm8143176wma.19.2016.02.03.06.02.37 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 03 Feb 2016 06:02:38 -0800 (PST) From: Thomas Monjalon To: Jerin Jacob Date: Wed, 03 Feb 2016 15:01:26 +0100 Message-ID: <2567498.ifnkeR5xCN@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <20160203133810.GA7359@localhost.localdomain> References: <1454453993-3903-1-git-send-email-thomas.monjalon@6wind.com> <20160203133810.GA7359@localhost.localdomain> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org, viktorin@rehivetech.com Subject: Re: [dpdk-dev] [PATCH v1 0/5] clean-up cpuflags X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Feb 2016 14:02:40 -0000 2016-02-03 19:08, Jerin Jacob: > On Tue, Feb 02, 2016 at 11:59:48PM +0100, Thomas Monjalon wrote: > > Following the work of Ferruh, I suggest this cleanup to remove as much > > as possible of the code from the cpuflags headers. > > The goal is to un-inline these functions (not performance sensitive) > > and remove the CPU flags table from the ABI (just added recently). > > The bonus is to stop mimic x86 in ARM and PPC implementations. > > > > WARNING: it has not been tested nor compiled on Tilera, ARM and POWER8. > > Please help, thank you. > > compilation errors on arm64 too. Yes I forgot REG_PLATFORM. > arm64 toolchains are publicly available @ > http://releases.linaro.org/14.11/components/toolchain/binaries/aarch64-linux-gnu/ Yes I know, thank you. I will test and make a v2. Do you have any comment on the changes?