[dpdk-dev] [PATCH 0/4] support acl/lpm/table/pipeline libs for armv7 and armv8

Jianbo Liu jianbo.liu at linaro.org
Tue Dec 1 21:56:31 CET 2015


On Tue, Dec 01, 2015 at 01:47:23PM +0100, Jan Viktorin wrote:
> On Tue,  1 Dec 2015 13:41:12 -0500
> Jianbo Liu <jianbo.liu at linaro.org> wrote:
> 
> > 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.
> 
> Would it avoid some merge conflicts or is there some other dependency?
> 
There is no conflicts, but please apply Jerin's patch first since this
patchset is based on that.

> Jan
> 
> > 
> > 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(-)
> > 
> 
> 
> 
> -- 
>    Jan Viktorin                  E-mail: Viktorin at RehiveTech.com
>    System Architect              Web:    www.RehiveTech.com
>    RehiveTech
>    Brno, Czech Republic


More information about the dev mailing list