Re: [dpdk-dev] [PATCH v4 0/8] accelerate examples/l3fwd with NEON on ARM64 platform

2017-07-03 Thread Thomas Monjalon
> Jianbo Liu (8): > examples/l3fwd: extract arch independent code from multi hash lookup > examples/l3fwd: rename l3fwd_em_sse.h to l3fwd_em_sequential.h > examples/l3fwd: extract common code from multi packet send > examples/l3fwd: rearrange the code for lpm_l3fwd > arch/arm: add vcopyq_

[dpdk-dev] [PATCH v4 0/8] accelerate examples/l3fwd with NEON on ARM64 platform

2017-05-14 Thread Jianbo Liu
v4: - add vcopyq_laneq_u32 for older version of gcc v3: - remove unnecessary perfetch for rte_mbuf - fix typo in git log - Ashwin's suggestions for performance on ThunderX v2: - change name of l3fwd_em_sse.h to l3fwd_em_sequential.h - add the times of hash multi-lookup for different A