From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 0/3] support acl lib for armv7-a and a small fix Date: Tue, 08 Dec 2015 02:24:23 +0100 Message-ID: <1642713.AIS8aFNRVM@xps13> References: <1448995276-9599-1-git-send-email-jianbo.liu@linaro.org> <1449154976-16501-1-git-send-email-jianbo.liu@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Jianbo Liu Return-path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id 38686FFA for ; Tue, 8 Dec 2015 02:25:36 +0100 (CET) Received: by wmvv187 with SMTP id v187so192548886wmv.1 for ; Mon, 07 Dec 2015 17:25:36 -0800 (PST) In-Reply-To: <1449154976-16501-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" 2015-12-03 23:02, Jianbo Liu: > 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 Applied, thanks