From mboxrd@z Thu Jan 1 00:00:00 1970 From: Akhil Goyal Subject: Re: [PATCH v2 07/11] crypto/dpaa2_sec: Add DPAA2_SEC PMD into build system Date: Thu, 12 Jan 2017 18:05:18 +0530 Message-ID: <971e1353-a2af-bd5e-0463-cafdd165503c@nxp.com> References: <20161205125540.6419-1-akhil.goyal@nxp.com> <20161222201700.20020-1-akhil.goyal@nxp.com> <20161222201700.20020-8-akhil.goyal@nxp.com> <1544143.B2rDg7MdQ1@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Cc: , , , , To: Thomas Monjalon , Return-path: Received: from NAM01-BN3-obe.outbound.protection.outlook.com (mail-bn3nam01on0089.outbound.protection.outlook.com [104.47.33.89]) by dpdk.org (Postfix) with ESMTP id 3C8425A29 for ; Thu, 12 Jan 2017 13:35:28 +0100 (CET) In-Reply-To: <1544143.B2rDg7MdQ1@xps13> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 1/9/2017 9:03 PM, Thomas Monjalon wrote: > 2016-12-23 01:46, Akhil Goyal: >> +ifeq ($(CONFIG_RTE_LIBRTE_DPAA2_COMMON),y) >> +_LDLIBS-$(CONFIG_RTE_LIBRTE_PMD_DPAA2_SEC) += -lrte_pmd_dpaa2_sec >> +_LDLIBS-$(CONFIG_RTE_LIBRTE_PMD_DPAA2_SEC) += -lrte_pmd_dpaa2_qbman >> +_LDLIBS-$(CONFIG_RTE_LIBRTE_PMD_DPAA2_SEC) += -lrte_pmd_dpaa2_dpio >> +_LDLIBS-$(CONFIG_RTE_LIBRTE_PMD_DPAA2_SEC) += -lrte_pmd_dpaa2_pool >> +_LDLIBS-$(CONFIG_RTE_LIBRTE_PMD_DPAA2_SEC) += -lrte_pmd_fslmcbus >> +endif > > There are so much libs! > We do not have even one commit per library in this patchset. > Splitting patches would allow to better introduce them one by one > with an explanation of the design and the role of each library. > Thanks for your comments Thomas. The libraries that are referred here are not added in this patchset. They were introduced in the base patches for DPAA2 platform. [1] http://dpdk.org/ml/archives/dev/2016-December/051364.html This patch set only uses those libraries. The design and role of each library is introduced in doc/guides/cryptodevs/dpaa2_sec.rst. Please let me know if something is not clear in that. Thanks, Akhil