Re: [dpdk-dev] [PATCH 0/3] librte_acl: fixes related to testing with the meson build

2019-04-08 Thread Aaron Conole
Aaron Conole writes: > This series fixes the following conditions in the RTE_ACL library: > > 1. Fix outstanding compilation issues on ARM with the NEON optimized code > These consisted mostly of compiler type-cast warnings. Additionally, > some > of the vector code didn't initializ

[dpdk-dev] [PATCH 0/3] librte_acl: fixes related to testing with the meson build

2019-04-08 Thread Aaron Conole
This series fixes the following conditions in the RTE_ACL library: 1. Fix outstanding compilation issues on ARM with the NEON optimized code These consisted mostly of compiler type-cast warnings. Additionally, some of the vector code didn't initialize memory properly. 2. Properly i