[dpdk-dev] [PATCH] eal: remove useless internal function from memcpy headers

2016-04-27 Thread Thomas Monjalon
2016-04-20 11:07, David Marchand: > On Tue, Apr 19, 2016 at 10:47 PM, Thomas Monjalon > wrote: > > 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

[dpdk-dev] [PATCH] eal: remove useless internal function from memcpy headers

2016-04-20 Thread David Marchand
On Tue, Apr 19, 2016 at 10:47 PM, Thomas Monjalon wrote: > 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. > >

[dpdk-dev] [PATCH] eal: remove useless internal function from memcpy headers

2016-04-19 Thread Thomas Monjalon
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 ---