Please arch maintainers, your ack would be appreciated.
2015-12-06 20:54, Jerin Jacob:
> +static inline void rte_prefetch_non_temporal(const volatile void *p)
> +{
> + rte_prefetch0(p);
> +}A comment about using the same instruction for temporal and non-temporal? > +/** > + * Prefetch a cache line into all cache levels(non-temporal/transient > version) space missing before paren

