[dpdk-dev] [PATCH v2 0/2] Fix examples/distributor build issue for non x86

2016-02-16 Thread Thomas Monjalon
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 plea

[dpdk-dev] [PATCH v2 0/2] Fix examples/distributor build issue for non x86

2016-02-12 Thread 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_t