eal: split memcpy operation to architecture specific
authorChao Zhu <bjzhuc@cn.ibm.com>
Tue, 28 Oct 2014 12:50:54 +0000 (13:50 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 5 Nov 2014 21:20:05 +0000 (22:20 +0100)
commit8468f490712356930851832eec2d9b1c73764feb
treeec89b7601d861606e23b5bcacf2dea04222b1e3a
parent8a65109c01a6c4df5453188be4cd445725ac27d7
eal: split memcpy operation to architecture specific

This patch splits the SSE based memory copy function from DPDK and push
them to architecture specific arch directories. Other processor
architecture can implement its own vector based memory copy 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_memcpy.h [new file with mode: 0644]
lib/librte_eal/common/include/arch/x86_64/rte_memcpy.h [new file with mode: 0644]
lib/librte_eal/common/include/generic/rte_memcpy.h [new file with mode: 0644]
lib/librte_eal/common/include/rte_memcpy.h [deleted file]