From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id DE78E8D3D for ; Tue, 1 Dec 2015 13:56:35 +0100 (CET) Received: by wmvv187 with SMTP id v187so205245794wmv.1 for ; Tue, 01 Dec 2015 04:56:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro-org.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=AWXerfIPhVeK0huK8qzs2lf64QH9zBlm+iUjfLJof/c=; b=DvMdbUd2JfQsez8ezPUlOr6FVF9nzNnnQ8SpyLpe4+tFzQ+J69MAaqxynvEPNmVxbK 8uhziIRaWGW3iRu2h47eZMdSVpOra1hg7I1Qgp62mnqQxshsNTdKw1J0Wqo++077QfBB YsAIFfA0Y3SuOqCo2FlrSzmllosgurX2o1KDoYdmMvzHaZsgXfsuplKYiftF5aCDbQQ/ vs6RVOqHWRAMd+2nFE5PTlULQagzOVvJCQqzDsiz6JLQk43+Mz5dop+i1aWcOFJlPFfb CS5Kbqe+XgxGASadWi1sycleNE9Ie2voEM654hn54QckPIOCZyJiVC0WZF47cDFLQnmA iLnQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=AWXerfIPhVeK0huK8qzs2lf64QH9zBlm+iUjfLJof/c=; b=DENRcFpof1Gf22tZ11o+TKc8tYe4ktp6BKuIzBRA2MJylwlqbLups8uVhhu6U11BDY 5parnc1vBc0mvcdrrMZfzH02npcPjJj0/bVgI6V/OssjaIcTLh68FSz+hiF4aUerp5BY X2MDbivlRCtYWQAKJs0GHYajVf2/oO90P1OiHwWrixm6lpmOR5Vk6A3gVDTUC9S33mCE zgrmR8ifeLxPCMH/pPBWTwK+q6REHYDbRQuDIOsean1DOaduK2HGWxzZ2cD8nqsglCKn 0y0JO5/yiaDqaGbi5XUEk5+UiSGIxPLKASioTNXZNbIerhxcbdnrykzb8H7vSuhIcjRJ bbOw== X-Gm-Message-State: ALoCoQk1ZcvraZcgTmjiml9rpP0HvjM3b1O7CVgCGv10etPB5KvbhKlGu0vp0eGrgRvoHncdrEXm X-Received: by 10.28.158.75 with SMTP id h72mr35110477wme.74.1448974595712; Tue, 01 Dec 2015 04:56:35 -0800 (PST) Received: from localhost ([112.65.63.41]) by smtp.gmail.com with ESMTPSA id jj3sm44419641wjb.13.2015.12.01.04.56.33 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 01 Dec 2015 04:56:35 -0800 (PST) Date: Tue, 1 Dec 2015 15:56:31 -0500 From: Jianbo Liu To: Jan Viktorin Message-ID: <20151201205631.GA33235@qq.com> References: <1448995276-9599-1-git-send-email-jianbo.liu@linaro.org> <20151201134723.079ea2d7@pcviktorin.fit.vutbr.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151201134723.079ea2d7@pcviktorin.fit.vutbr.cz> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 0/4] support acl/lpm/table/pipeline libs for armv7 and armv8 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Dec 2015 12:56:36 -0000 On Tue, Dec 01, 2015 at 01:47:23PM +0100, Jan Viktorin wrote: > On Tue, 1 Dec 2015 13:41:12 -0500 > Jianbo Liu 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@RehiveTech.com > System Architect Web: www.RehiveTech.com > RehiveTech > Brno, Czech Republic