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