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

Thomas Monjalon thomas.monjalon at 6wind.com
Tue Feb 16 07:28:29 CET 2016


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


More information about the dev mailing list