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

2016-03-11 Thread Thomas Monjalon
> Jerin Jacob (3): > lpm: make rte_lpm_lookupx4 API definition architecture agnostic > lpm: add support for NEON > Maintainers: claim responsibility for arm64 specific files of hash Applied, thanks

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

2016-03-11 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