From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jianbo Liu Subject: [PATCH v2 0/3] support acl lib for armv7-a and a small fix Date: Thu, 3 Dec 2015 23:02:53 +0800 Message-ID: <1449154976-16501-1-git-send-email-jianbo.liu@linaro.org> References: <1448995276-9599-1-git-send-email-jianbo.liu@linaro.org> To: dev@dpdk.org Return-path: Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id 240F9568A for ; Thu, 3 Dec 2015 16:03:03 +0100 (CET) Received: by wmvv187 with SMTP id v187so31491253wmv.1 for ; Thu, 03 Dec 2015 07:03:03 -0800 (PST) In-Reply-To: <1448995276-9599-1-git-send-email-jianbo.liu@linaro.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This patchset includes a small fix in rte_cycle_32.h, and support ACL for armv7-a platform. v2: - select alg as RTE_ACL_CLASSIFY_NEON only when NEON is checked in cpuflags. - remove lpm/table/pipeline patch, and part of change will be merged into Jerin's. Jianbo Liu (3): eal/arm: use RTE_ARM_EAL_RDTSC_USE_PMU in rte_cycle_32.h eal/acl: enable acl for armv7-a maintainers: claim resposibility for ARMv7 and ARMv8 MAINTAINERS | 2 ++ config/defconfig_arm-armv7a-linuxapp-gcc | 1 - lib/librte_acl/Makefile | 2 +- lib/librte_acl/rte_acl.c | 5 ++++- .../common/include/arch/arm/rte_cycles_32.h | 2 +- lib/librte_eal/common/include/arch/arm/rte_vect.h | 23 ++++++++++++++++++++++ 6 files changed, 31 insertions(+), 4 deletions(-) -- 1.8.3.1