ARM64 Neon based ACL implementation This patch is based on David's armv8 v3 patch set
Jerin Jacob (3): arm: ret_vector.h improvements arm64: acl: add neon based acl implementation arm64: defconfig: enabled CONFIG_RTE_LIBRTE_ACL app/test-acl/main.c | 4 + config/defconfig_arm64-armv8a-linuxapp-gcc | 1 - lib/librte_acl/Makefile | 5 + lib/librte_acl/acl.h | 4 + lib/librte_acl/acl_run_neon.c | 46 ++++ lib/librte_acl/acl_run_neon.h | 290 ++++++++++++++++++++++ lib/librte_acl/rte_acl.c | 25 ++ lib/librte_acl/rte_acl.h | 1 + lib/librte_eal/common/include/arch/arm/rte_vect.h | 58 ++--- 9 files changed, 392 insertions(+), 42 deletions(-) create mode 100644 lib/librte_acl/acl_run_neon.c create mode 100644 lib/librte_acl/acl_run_neon.h -- 2.1.0