eal/arm: add prefetch operations for ARMv7
authorVlastimil Kosar <kosar@rehivetech.com>
Mon, 2 Nov 2015 23:47:18 +0000 (00:47 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 18 Nov 2015 21:38:05 +0000 (22:38 +0100)
commitaa1049702debe87c95df3df09ee8bbf1cabb2110
tree11b15433feed5a611790aa6fec7a8c9470b5f35e
parent12f45fa7e29b79d87f46408b936f28690f33b3d8
eal/arm: add prefetch operations for ARMv7

This patch adds architecture specific prefetch operations
for ARM architecture. It utilizes the pld instruction that
starts filling the appropriate cache line without blocking.

Signed-off-by: Vlastimil Kosar <kosar@rehivetech.com>
Signed-off-by: Jan Viktorin <viktorin@rehivetech.com>
Acked-by: David Marchand <david.marchand@6wind.com>
lib/librte_eal/common/include/arch/arm/rte_prefetch.h [new file with mode: 0644]
lib/librte_eal/common/include/arch/arm/rte_prefetch_32.h [new file with mode: 0644]