From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 0/5] clean-up cpuflags Date: Tue, 16 Feb 2016 08:30:10 +0100 Message-ID: <1580070.N1sbRJvuMl@xps13> References: <1454453993-3903-1-git-send-email-thomas.monjalon@6wind.com> <1454797033-24057-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, viktorin@rehivetech.com To: david.marchand@6wind.com Return-path: Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54]) by dpdk.org (Postfix) with ESMTP id 4E724AA37 for ; Tue, 16 Feb 2016 08:31:45 +0100 (CET) Received: by mail-wm0-f54.google.com with SMTP id a4so86133110wme.1 for ; Mon, 15 Feb 2016 23:31:45 -0800 (PST) In-Reply-To: <1454797033-24057-1-git-send-email-thomas.monjalon@6wind.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" 2016-02-06 23:17, Thomas Monjalon: > 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 and POWER8. > > v2 changes: > - fix maintainers file > - fix include from C++ app > - fix missing REG_PLATFORM for ARM > - suggested ARM refactor from Jerin Applied