From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 141E821261; Tue, 30 Jan 2018 11:02:36 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Tue, 30 Jan 2018 11:02:36 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=DE7PVv3mlZYSMedwRfgf0t6rmp Gy60N565hQaSaMyx8=; b=lAoTjppMQTAtwaELMx2NCYuR+NRLnZmfI3RyTu+FyE l5knADzJ9u7cHNlqU4qqvF+DFXSppsnkZNe2LEzSQ1xPDWJxhON5YmPVg2jGnSgX PR0M4nJZHMcieEJ3eo5PCWWp8OlbnnLYFg4iDp4VbUhrbo+RO+pdZgdhHO+Tc/Gu g= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=DE7PVv 3mlZYSMedwRfgf0t6rmpGy60N565hQaSaMyx8=; b=sTsJXlFfmdEDFH6c6ImGdc f0uvX0+bM44m1XtAUI4VIiYmZ7Ge5tq2TU+XB0kKlWqC62OuHCO5+O0j0mJ9Neuf H5vtBnoqI6jOK48TN0wvlEnONSE3763KkuJHkSpQv11WkhARCTif9EzWJh4925/l mo9ce5K1oNAhT/HmZcXfatgkjNSsc4Aqox4yqmbESA7nSicXHcTY42P6YW73bKXX qVUjyIoIqw+TatjVt72J5zE7k6rM9aV0NcNCRPs2S/SQ6HF71HAkilXE0VO5bu/Y PX6L+F4ie01wPFuqKfDBN2uSd6l+9AdU9SzVa9FY1mGpfl/Wbdr6ZqmGqNiyea2A == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id AA2027E58E; Tue, 30 Jan 2018 11:02:35 -0500 (EST) From: Thomas Monjalon To: Hemant Agrawal Cc: dev@dpdk.org, jerin.jacob@caviumnetworks.com Date: Tue, 30 Jan 2018 17:01:49 +0100 Message-ID: <3425230.Nhp3cSuVRW@xps> In-Reply-To: <1516874011-8760-1-git-send-email-hemant.agrawal@nxp.com> References: <1516874011-8760-1-git-send-email-hemant.agrawal@nxp.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 0/5] ARMv8: enable DPAA-X driver compilation X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jan 2018 16:02:36 -0000 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