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

2017-07-04 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 v5 0/8] accelerate examples/l3fwd with NEON on ARM64 platform

2017-07-04 Thread Jianbo Liu
v5: - rebase to master Please apply after "move gcc version definition tocommon header" http://www.dpdk.org/ml/archives/dev/2017-July/070031.html v4: - add vcopyq_laneq_u32 for older version of gcc v3: - remove unnecessary perfetch for rte_mbuf - fix typo in git log - Ashwin'