From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=MtR9H0m6q7h7G59qQFxZUOhXOoxT5VxMblJcPrtLGPY=; b=lunSHQEjSVsKIVIPh8azx4sGnWxSOCYDKSEuGKG53W6HMKwS1Xy4EDAm4IGqxk73ql cZGShnGy7iSViCTWx1tnkyiO4IspRpEae1gP4W+t3PSdwZRgc4Fk/kWc4pZ9/vFKEXSA 3ExxkWQYJGkceEYcLT2nHT725meiijkDkFiixBAbZtMRbaBJKDL/9qPvsESeWSwenWEz s3wKbNMKcb1/zHe+i2pJxk14oM3CwL/tgQ+FMtHroV1Vzmv1H8irQnBh7nI3dEBgW/qt QVDybZu0uNsu8ZIAShO+WSq/90qZStZC2AeDBeLzPi0yZRX7kDOFwYW+Uu2VvVf0doVJ tdgA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=MtR9H0m6q7h7G59qQFxZUOhXOoxT5VxMblJcPrtLGPY=; b=PU0Wyv5x6h0DGFmNWGu9zIHGf0vEKvxGcc+1dNsBgd/BSX1LGWuWUFTw0FHQgU+9+i Mn1iCoSPnq1MfN0ugf7nxoKORxUvoGdLfvtgMwjFQeSDLsCDm0PT2n69CoZ2AbeOaCJX dEO5BicCrr+if6YFvPq/PdYvPvjhTRJ9724u4xDkfDieRlS61XBEvbiwypXXfMOh21EA DTyuPWzshSLVId8Czdsap6coGmYe3Niqcl/1ejRp8AGEjIVq8WeUt8alYY5SjKheeWix 0gLfhOmBNojpm7gbF7a8Mvd8bwdhvuGjWWZ+Zc8NvrIkGPt2/VshmQbCoNfFgGwbyqhG hO7A== X-Gm-Message-State: ALoCoQnl/T/HzuBRUWPhCYWbF4YOzC/LQc2VHs0rJS8/AS7ezy3nSnPO1krZNTqGXWPRGdNtm5fJj3cA42nvS5KL3lLBn8aqQg== X-Received: by 10.28.96.193 with SMTP id u184mr23235323wmb.64.1449537936056; Mon, 07 Dec 2015 17:25:36 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id v196sm1098598wmv.10.2015.12.07.17.25.35 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 07 Dec 2015 17:25:35 -0800 (PST) From: Thomas Monjalon To: Jianbo Liu Date: Tue, 08 Dec 2015 02:24:23 +0100 Message-ID: <1642713.AIS8aFNRVM@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1449154976-16501-1-git-send-email-jianbo.liu@linaro.org> 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2 0/3] support acl lib for armv7-a and a small fix 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, 08 Dec 2015 01:25:36 -0000 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