Introduced rte_prefetch_non_temporal() to remove IA specific _mm_prefect(addr, 
0)
gcc intrinsic and build examples/distributor for non 86 platform

Not sure the rte_prefetch_non_temporal mapping correct for
all the platforms. Architecture maintainers please check the mapping for
rte_prefetch_non_temporal() for specific architecures

v1..v2

Addessed Thomas's review comments[1]
[1] http://dpdk.org/dev/patchwork/patch/9369/

Jerin Jacob (2):
  eal: introduce rte_prefetch_non_temporal
  examples/distributor: remove IA specific __mm_prefetch

 examples/distributor/main.c                              |  9 +++++----
 lib/librte_eal/common/include/arch/arm/rte_prefetch_32.h |  6 ++++++
 lib/librte_eal/common/include/arch/arm/rte_prefetch_64.h |  5 +++++
 lib/librte_eal/common/include/arch/ppc_64/rte_prefetch.h |  6 ++++++
 lib/librte_eal/common/include/arch/tile/rte_prefetch.h   |  6 ++++++
 lib/librte_eal/common/include/arch/x86/rte_prefetch.h    |  5 +++++
 lib/librte_eal/common/include/generic/rte_prefetch.h     | 12 ++++++++++++
 7 files changed, 45 insertions(+), 4 deletions(-)

-- 
2.1.0

Reply via email to