From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jianbo Liu Subject: [PATCH 0/4] support acl/lpm/table/pipeline libs for armv7 and armv8 Date: Tue, 1 Dec 2015 13:41:12 -0500 Message-ID: <1448995276-9599-1-git-send-email-jianbo.liu@linaro.org> To: dev@dpdk.org Return-path: Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id A6BDEDE0 for ; Tue, 1 Dec 2015 11:41:31 +0100 (CET) Received: by wmww144 with SMTP id w144so166899058wmw.1 for ; Tue, 01 Dec 2015 02:41:31 -0800 (PST) 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" Hi, I'm from Linaro.org, and will work on DPDK to make it better runing on different ARM Platforms. This patchset includes a small fix in rte_cycle_32.h, and enables acl/lpm/table/pipeline libs for armv7 and armv8. Please apply it after [PATCH v4 0/2] disable CONFIG_RTE_SCHED_VECTOR for arm. Thanks! Jianbo Jianbo Liu (4): eal/arm: use RTE_ARM_EAL_RDTSC_USE_PMU in rte_cycle_32.h eal/acl: enable acl for armv7-a eal/arm: Enable lpm/table/pipeline libs maintainers: claim resposibility for ARMv7 and ARMv8 MAINTAINERS | 2 + config/defconfig_arm-armv7a-linuxapp-gcc | 4 -- config/defconfig_arm64-armv8a-linuxapp-gcc | 3 - lib/librte_acl/Makefile | 2 +- lib/librte_acl/rte_acl.c | 2 +- .../common/include/arch/arm/rte_cycles_32.h | 2 +- lib/librte_eal/common/include/arch/arm/rte_vect.h | 51 ++++++++++++++++ lib/librte_lpm/rte_lpm.h | 68 ++++++++++++++++------ 8 files changed, 105 insertions(+), 29 deletions(-) -- 1.8.3.1