numam-dpdk/lib/librte_eal
Chao Zhu 1861116ee6 eal/ppc: fix prefetch instruction
Current prefetch instruction (dcbt) implementation for IBM POWER8 has wrong
Touch Hint(TH) parameter. The current setting of TH=1 indicates to load data from
current cache line and an unlimited number of sequentially following cache lines.
TTH=0 means to load data from current cache line. rte_prefetch0 function is defined
to load one cache line, which means TH=0 is suited here.

Signed-off-by: Chao Zhu <chaozhu@linux.vnet.ibm.com>
2016-04-01 12:44:58 +02:00
..
bsdapp mk: restrict CPU flags list 2016-03-22 20:18:33 +01:00
common eal/ppc: fix prefetch instruction 2016-04-01 12:44:58 +02:00
linuxapp mk: fix missing librt dependencies 2016-03-22 20:46:53 +01:00
Makefile config: remove EAL flags for OS environment 2016-03-05 11:09:31 +01:00