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.