eal: remove useless internal function from memcpy headers
authorThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 19 Apr 2016 20:38:31 +0000 (22:38 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 27 Apr 2016 15:41:46 +0000 (17:41 +0200)
commit9a31bd15d5a5e6e02acf76dd3d5a632ffa3d4687
treef4db6036e7c0f042687027ee4d936b6dca87bb8b
parentd9ba0b2c5a0b91af4963a728833b77d096503198
eal: remove useless internal function from memcpy headers

The function rte_memcpy_func() is used in ARM and PPC implementations
of rte_memcpy().
There are some useless copies in Tile and some ARM branches.
It was also declared without doxygen comment in the generic header.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: David Marchand <david.marchand@6wind.com>
lib/librte_eal/common/include/arch/arm/rte_memcpy_32.h
lib/librte_eal/common/include/arch/arm/rte_memcpy_64.h
lib/librte_eal/common/include/arch/tile/rte_memcpy.h
lib/librte_eal/common/include/generic/rte_memcpy.h