From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/5] ARMv8: enable DPAA-X driver compilation Date: Tue, 30 Jan 2018 17:01:49 +0100 Message-ID: <3425230.Nhp3cSuVRW@xps> References: <1516874011-8760-1-git-send-email-hemant.agrawal@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, jerin.jacob@caviumnetworks.com To: Hemant Agrawal Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 96B9B1B2A7 for ; Tue, 30 Jan 2018 17:02:36 +0100 (CET) In-Reply-To: <1516874011-8760-1-git-send-email-hemant.agrawal@nxp.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 25/01/2018 10:53, Hemant Agrawal: > This patchset enables DPAA drivers compilation for ARM targets. > This also includes patches to fix the DPAA compilation for clang > compiler. > > Note that the dpaa(x) specific config files are still preserved > to continue customer support. They also contain some of the ARM > performance tuning flags. e.g the default ARM cache size of 128 > is not optimal for NXP platforms. > > However, these configs will be cleaned up and eventually be > removed once a dynamic mechanisms are developed to detect the > performance settings. > > Hemant Agrawal (5): > bus/dpaa: fix compilation warnings with clang > bus/dpaa: fix unused function warning with clang > crypto/dpaa2_sec: fix enum conversion for GCM > crypto/dpaa_sec: fix enum conversion for GCM > config: enable dpaaX drivers compilation for ARMv8 First patches are squashed (2nd patch log was not accurate anyway). Last patch is replaced by the v2. Series applied, thanks