[dpdk-dev] [PATCH v3 0/3] add lpm support for NEON

2016-02-08 Thread Jerin Jacob
On Fri, Jan 29, 2016 at 09:40:42AM +0530, Jerin Jacob wrote: > - This patch enables lpm for ARM > - Used architecture agnostic xmm_t to represent 128 bit SIMD variable in > rte_lpm_lookupx4 API definition > - Tested on Juno and Thunderx boards > - Tested and verified the changes with following DPDK

[dpdk-dev] [PATCH v3 0/3] add lpm support for NEON

2016-01-29 Thread Jerin Jacob
- This patch enables lpm for ARM - Used architecture agnostic xmm_t to represent 128 bit SIMD variable in rte_lpm_lookupx4 API definition - Tested on Juno and Thunderx boards - Tested and verified the changes with following DPDK unit test cases --lpm_autotest --lpm6_autotest v1..v2