2016-05-19 12:16, Jerin Jacob: > On Wed, May 18, 2016 at 06:02:08PM +0200, Olivier Matz wrote: > > Some architectures (ex: Power8) have a cache line size of 128 bytes, > > so the drivers should not expect that prefetching the second part of > > the mbuf with rte_prefetch0(&m->cacheline1) is valid. > > > > This commit add helpers that can be used by drivers to prefetch the > > rx or tx part of the mbuf, whatever the cache line size. > > > > Signed-off-by: Olivier Matz <olivier.matz at 6wind.com> > > Reviewed-by: Jerin Jacob <jerin.jacob at caviumnetworks.com>
Applied, thanks