eal: split prefetch operations to architecture specific
authorChao Zhu <bjzhuc@cn.ibm.com>
Tue, 28 Oct 2014 12:50:52 +0000 (13:50 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 5 Nov 2014 21:19:16 +0000 (22:19 +0100)
commit2eefe6f11b8d8b80ee6322562a6ed9311fccc775
tree0b149fa3b6093dbf0cff21234b568d7a937512bc
parentfa4001c30ee9d9ecfb3ca5d93d68ef0394e9950a
eal: split prefetch operations to architecture specific

This patch splits the prefetch operations from DPDK and push them to
architecture specific arch directories, so that other processor
architecture to support DPDK can implement their own functions.

Signed-off-by: Chao Zhu <bjzhuc@cn.ibm.com>
Signed-off-by: David Marchand <david.marchand@6wind.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
lib/librte_eal/common/Makefile
lib/librte_eal/common/include/arch/i686/rte_prefetch.h [new file with mode: 0644]
lib/librte_eal/common/include/arch/x86_64/rte_prefetch.h [new file with mode: 0644]
lib/librte_eal/common/include/generic/rte_prefetch.h [new file with mode: 0644]
lib/librte_eal/common/include/rte_prefetch.h [deleted file]