2016-09-23 14:15, Yuanhan Liu: > - _mm_prefetch((const void *)rused, _MM_HINT_T0); > + rte_prefetch0(rused);
There are other occurences of _mm_prefetch in other drivers. It could deserve a patch.
2016-09-23 14:15, Yuanhan Liu: > - _mm_prefetch((const void *)rused, _MM_HINT_T0); > + rte_prefetch0(rused);
There are other occurences of _mm_prefetch in other drivers. It could deserve a patch.