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

2015-10-26 Thread Maxim Uvarov
On 10/26/2015 13:28, Elo, Matias (Nokia - FI/Espoo) wrote: -Original Message- From: lng-odp [mailto:lng-odp-boun...@lists.linaro.org] On Behalf Of EXT Maxim Uvarov Sent: Monday, October 26, 2015 11:36 AM To: lng-odp@lists.linaro.org Subject: Re: [lng-odp] [PATCH v6 6/6] test: l2fwd

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

2015-10-26 Thread Maxim Uvarov
On 10/23/2015 16:01, Matias Elo wrote: Optimize ethernet address filling by using word copy. Signed-off-by: Matias Elo --- test/performance/odp_l2fwd.c | 57 ++-- 1 file changed, 45 insertions(+), 12 deletions(-) diff --git

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

2015-10-26 Thread Elo, Matias (Nokia - FI/Espoo)
> -Original Message- > From: lng-odp [mailto:lng-odp-boun...@lists.linaro.org] On Behalf Of EXT Maxim > Uvarov > Sent: Monday, October 26, 2015 11:36 AM > To: lng-odp@lists.linaro.org > Subject: Re: [lng-odp] [PATCH v6 6/6] test: l2fwd: word copy ethernet > address

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

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