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

2016-01-29 Thread Jerin Jacob
On Fri, Jan 29, 2016 at 08:03:37AM -0700, Bruce Richardson wrote: > On Fri, Jan 29, 2016 at 08:51:41AM +0530, Jerin Jacob wrote: > > On Sun, Dec 06, 2015 at 08:54:28PM +0530, Jerin Jacob wrote: > > > Introduced rte_prefetch_non_temporal() to remove IA specific > > > _mm_prefect(addr, 0) > > > gcc

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

2016-01-29 Thread Jerin Jacob
On Sun, Dec 06, 2015 at 08:54:28PM +0530, Jerin Jacob wrote: > Introduced rte_prefetch_non_temporal() to remove IA specific > _mm_prefect(addr, 0) > gcc intrinsic and build examples/distributor for non 86 platform ping for review. > > Not sure the rte_prefetch_non_temporal mapping correct for >

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

2016-01-29 Thread Bruce Richardson
On Fri, Jan 29, 2016 at 08:51:41AM +0530, Jerin Jacob wrote: > On Sun, Dec 06, 2015 at 08:54:28PM +0530, Jerin Jacob wrote: > > Introduced rte_prefetch_non_temporal() to remove IA specific > > _mm_prefect(addr, 0) > > gcc intrinsic and build examples/distributor for non 86 platform > > ping for r

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

2015-12-06 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