2016-02-12 16:43, Jerin Jacob:
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
Applied, thanks