From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/5] ARMv8 additions to ARMv7 support Date: Thu, 29 Oct 2015 19:27:53 +0100 Message-ID: <5289220.BuGOiUSaJq@xps13> References: <1446139794-16071-1-git-send-email-david.hunt@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: David Hunt , Jan Viktorin Return-path: Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) by dpdk.org (Postfix) with ESMTP id 84B7D8DA4 for ; Thu, 29 Oct 2015 19:29:05 +0100 (CET) Received: by wicfx6 with SMTP id fx6so235551586wic.1 for ; Thu, 29 Oct 2015 11:29:05 -0700 (PDT) In-Reply-To: <1446139794-16071-1-git-send-email-david.hunt@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" Thanks David. 2015-10-29 17:29, David Hunt: > This is an updated patchset for ARMv8 that now sits on top of the previously > submitted ARMv7 code by RehiveTech. It re-uses a lot of that code, and splits > some header files into 32-bit and 64-bit versions, so uses the same arm include > directory. [...] > eal/arm: split arm rte_memcpy.h into 32 and 64 bit versions. > eal/arm: split arm rte_prefetch.h into 32 and 64 bit versions [...] > .../common/include/arch/arm/rte_memcpy.h | 302 +------------------ > .../common/include/arch/arm/rte_memcpy_32.h | 334 +++++++++++++++++++++ > .../common/include/arch/arm/rte_memcpy_64.h | 322 ++++++++++++++++++++ > .../common/include/arch/arm/rte_prefetch.h | 31 +- > .../common/include/arch/arm/rte_prefetch_32.h | 61 ++++ > .../common/include/arch/arm/rte_prefetch_64.h | 61 ++++ Jan, it would be easier to review if your patchset was creating the 32-bit versions of these files. Then David just has to add the 64-bit ones.