From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id E67FE5F44 for ; Fri, 9 Mar 2018 18:11:48 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 8347120DFF; Fri, 9 Mar 2018 12:11:48 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Fri, 09 Mar 2018 12:11:48 -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=Y5FF6N7fMLAHJ8j6Cpo5RzyR2G qEHOriAuZGjY0viCo=; b=a7wZmZgJ5pN+A80E9Ak74xwdrlVwSI4vdeTr9evRtm HIC5VcG8h8Y7/Nx5/O0bGUfvOyefDXUtc0JG/v2ogD8qB9O7jM+crk28nRnZ2Oyw I+HlTeBPttf6hweXxofjujlH69fQvYC0wWs25pICcqKxhCIw853YVRbuAd7+3rPF Q= 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=fm2; bh=Y5FF6N 7fMLAHJ8j6Cpo5RzyR2GqEHOriAuZGjY0viCo=; b=RbGID8HfDikYBCZnCTg/Vq UGP4ok1AKxVgT9LrIm+8//fJ9wL9A8GTI8adFnQ0Je2dyNNimhaluJ6P9B6ceGz2 DBsqtBsl6yJuWs1TkMQIs8NepNYtqQs+f0PdJr2C1hJSTTK//t0JcgwBmWZy3jBQ iWc/hKbUtcfNoJpW7f3Wjimbe8OBugM3j2iquuHMhc4DAdLzLXNZ5hCD3WyaV9LR cYdwljD3JMUAhrfUOFbOB7OBqtT2BlQ/4vX8YjIB7lDGGXKa9XRvSv8i4ZC9UqcY y3BIQgWjTF1TSiv/i5ksnl7bBmjK7nESWqFY1cxSEt8BR+SpU/1Ld/PU4o4jfz8Q == 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 D9D717E622; Fri, 9 Mar 2018 12:11:47 -0500 (EST) From: Thomas Monjalon To: Hemant Agrawal Cc: dev@dpdk.org, bruce.richardson@intel.com Date: Fri, 09 Mar 2018 18:11:33 +0100 Message-ID: <1614156.TSxC4NnS1j@xps> In-Reply-To: <1519889597-5805-9-git-send-email-hemant.agrawal@nxp.com> References: <1519752352-15442-1-git-send-email-hemant.agrawal@nxp.com> <1519889597-5805-1-git-send-email-hemant.agrawal@nxp.com> <1519889597-5805-9-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 v2 08/10] config: add dpaaX build support in common linuxapp 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: Fri, 09 Mar 2018 17:11:49 -0000 Hi, As you know the config options should be declared in common_base and overwritten in common_linuxapp. That's why there is no need to add comments in common_linuxapp. And some of the options should be only in common_base, like CONFIG_RTE_LIBRTE_DPAA_HWDEBUG=n Please try to move all the options in common_base with their comments, and only overwrite what is needed for Linux compilation. Thanks 01/03/2018 08:33, Hemant Agrawal: > --- a/config/common_linuxapp > +++ b/config/common_linuxapp > @@ -23,3 +23,40 @@ CONFIG_RTE_LIBRTE_NFP_PMD=y > CONFIG_RTE_LIBRTE_POWER=y > CONFIG_RTE_VIRTIO_USER=y > CONFIG_RTE_PROC_INFO=y > +# > +# ARMv8 Specific driver compilation flags > +# > + > +# Compile NXP DPAA Bus > +CONFIG_RTE_LIBRTE_DPAA_BUS=y > +CONFIG_RTE_LIBRTE_DPAA_HWDEBUG=n > + > +# Compile NXP DPAA Mempool > +CONFIG_RTE_LIBRTE_DPAA_MEMPOOL=y > + > +# Compile bust-oriented NXP DPAA PMD > +CONFIG_RTE_LIBRTE_DPAA_PMD=y > + > +# Compile schedule-oriented NXP DPAA Event Dev PMD > +CONFIG_RTE_LIBRTE_PMD_DPAA_EVENTDEV=y > + > +# Compile NXP DPAA caam - crypto driver > +CONFIG_RTE_LIBRTE_PMD_DPAA_SEC=y > +CONFIG_RTE_LIBRTE_DPAA_MAX_CRYPTODEV=4 > +CONFIG_RTE_DPAA_SEC_PMD_MAX_NB_SESSIONS=2048 > + > +# Compile NXP DPAA2 FSL-MC Bus > +CONFIG_RTE_LIBRTE_FSLMC_BUS=y > + > +# Compile NXP DPAA2 Mempool > +CONFIG_RTE_LIBRTE_DPAA2_MEMPOOL=y > + > +# Compile burst-oriented NXP DPAA2 PMD driver > +CONFIG_RTE_LIBRTE_DPAA2_PMD=y > + > +# Compile schedule-oriented NXP DPAA2 EVENTDEV driver > +CONFIG_RTE_LIBRTE_PMD_DPAA2_EVENTDEV=y > + > +# Compile NXP DPAA2 crypto sec driver for CAAM HW > +CONFIG_RTE_LIBRTE_PMD_DPAA2_SEC=y > +CONFIG_RTE_DPAA2_SEC_PMD_MAX_NB_SESSIONS=2048