[lng-odp] [PATCH v4 6/6] test: l2fwd: word copy ethernet addresses

2015-10-21 Thread Matias Elo
Optimize ethernet address filling by using word copy. Signed-off-by: Matias Elo --- test/performance/odp_l2fwd.c | 50 +--- 1 file changed, 38 insertions(+), 12 deletions(-) diff --git a/test/performance/odp_l2fwd.c b/test/performance/odp_l2fwd.c index 53

Re: [lng-odp] [PATCH v4 6/6] test: l2fwd: word copy ethernet addresses

2015-10-22 Thread Maxim Uvarov
On 10/21/2015 14:12, Matias Elo wrote: Optimize ethernet address filling by using word copy. Signed-off-by: Matias Elo --- test/performance/odp_l2fwd.c | 50 +--- 1 file changed, 38 insertions(+), 12 deletions(-) diff --git a/test/performance/odp_l2fw