From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.5 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AE692C433E9 for ; Mon, 11 Jan 2021 16:05:34 +0000 (UTC) Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by mail.kernel.org (Postfix) with ESMTP id AD13E2251F for ; Mon, 11 Jan 2021 16:05:33 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org AD13E2251F Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=monjalon.net Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C3774140F12; Mon, 11 Jan 2021 17:05:32 +0100 (CET) Received: from wout3-smtp.messagingengine.com (wout3-smtp.messagingengine.com [64.147.123.19]) by mails.dpdk.org (Postfix) with ESMTP id 439AE140F0D for ; Mon, 11 Jan 2021 17:05:31 +0100 (CET) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.west.internal (Postfix) with ESMTP id 006A52371; Mon, 11 Jan 2021 11:05:29 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute2.internal (MEProxy); Mon, 11 Jan 2021 11:05:30 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm3; bh= uJCws0GCF8kTaHUfMKwKBCdfmiggqKgSoP5FWjaHHVU=; b=WFsZI452j8xWscR6 8mjDje7nuUp2VAW1zZTbtMXIjHofDteeIGFRAeuqG3mXnqv1EeexRHO73WEDHGcH bjIAiLeVnsNIFQH7DxftUVdV7+NI6U8+Ss3mAIbBpwQtUpP4M35mOUMOq6H1gYiq mScTTauPFMTQWjzcFKHHO8azjltlZ33+rufdxoUxHEQCgk6o03iBAZC/YyNm1wjT VDiTDyVH2uY3EpJYJM6VATG0T14ImSKYNz8VKWebzEo0eWuYVpmzG6rRNgG3D+EG b7QCuIOWgvfDO8MsNyROFgYDJjnIMNxrOTJD97cFXtdbTX4xlFUfWN9hMPxO9uOM g5X5VA== 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=uJCws0GCF8kTaHUfMKwKBCdfmiggqKgSoP5FWjaHH VU=; b=qfxO/LxJDrmKqMwLDDsktzkkS84X6ys9HeQXTbw6WJlaq4CgdDajDtbrj 8mTxZN0xupynM6ujDK2FvABnHQx+f1v6SKeUiE2HmuFXT5n9hc0xFktmDpetUfuj PETLbAeE27mcVEJ8KC0/mMGaMcxR6OE2rCjdzahF4mwYQjmYe8xoESIWMEqacE0z Ir21bzbof/Y+foFNwL6mh8W06e8Ogd/akmPx7rP7YRmxxwem2qPun6qGxbick9sf 5pAea0HLokDsxXTSFxAj7aVquJxFw1yo/vivdogVRPqXp4jkUTOzxNHbSMZq8m5u D8ofLNIeaBakRf9O26UOQ/FvPfxpg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedujedrvdehuddgkeehucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepudeggfdvfeduffdtfeeglefghfeukefgfffhueejtdetuedtjeeu ieeivdffgeehnecukfhppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghruf hiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghl ohhnrdhnvght X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 70467108005C; Mon, 11 Jan 2021 11:05:28 -0500 (EST) From: Thomas Monjalon To: Liron Himi Cc: "ferruh.yigit@intel.com" , "dev@dpdk.org" , Jerin Jacob Kollanukkaran , Liron Himi Date: Mon, 11 Jan 2021 17:05:27 +0100 Message-ID: <1776515.fif75YaaBN@thomas> In-Reply-To: References: <20201215222319.13816-1-lironh@marvell.com> <2489984.pHaSLPtmOr@thomas> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [EXT] Re: [PATCH v3] meson: update meson build for armada drivers X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 11/01/2021 16:29, Liron Himi: > Hi Thomas, > > When did you take this MUSDK version? > Is this your head "pkg-config: expose dma-add-size"? I'm using musdk-SDK-10.3.5.0-PR2 as recommended in the doc. > If not, this explain the mvneta issue. > I already noticed that and pushed a fixed to the github. I see. So it may need a doc update. > As for the prefix issue, > The prefix is being set in the 'configure' phase by using the '--prefix' variable. Have you tried that? No I didn't try that, and I'm using DESTDIR variable when installing. Whould it be possible to update the prefix with DESTDIR when installing? > -----Original Message----- > From: Thomas Monjalon > Sent: Monday, 11 January 2021 13:28 > To: Liron Himi > Cc: ferruh.yigit@intel.com; dev@dpdk.org; Jerin Jacob Kollanukkaran > Subject: [EXT] Re: [dpdk-dev] [PATCH v3] meson: update meson build for armada drivers > > External Email > > ---------------------------------------------------------------------- > 16/12/2020 22:36, lironh@marvell.com: > > From: Liron Himi > > > > With pkg-config support available within musdk library (from > > musdk-release-SDK-10.3.5.0-PR2 version), meson option 'lib_musdk_dir' > > can be removed. > > PKG_CONFIG_PATH environment variable should be set appropriately to > > use the musdk library. > > Sorry, it does not work. > > First, when installing MUSDK, the .pc file is not updated with the correct prefix path: > make install DESTDIR=$(readlink -f install) In install/mv/lib/pkgconfig/libmusdk.pc: > prefix=/mv > instead of: > prefix=/musdk_path/install/mv > > Second, after manually fixing the prefix path and compiling DPDK: > > In file included from musdk/install/mv/include/mv_std.h:101, > from musdk/install/mv/include/drivers/mv_neta.h:100, > from dpdk/drivers/net/mvneta/mvneta_ethdev.h:24, > from dpdk/drivers/net/mvneta/mvneta_rxtx.h:10, > from dpdk/drivers/net/mvneta/mvneta_rxtx.c:7: > musdk/install/mv/include/env/mv_autogen_build_assert.h:43:5: error: > "MVCONF_DMA_PHYS_ADDR_T_SIZE" is not defined, evaluates to 0 [-Werror=undef] > musdk/install/mv/include/env/mv_autogen_build_assert.h:44:2: error: > #error "MVCONF_DMA_PHYS_ADDR_T_SIZE must match size used during musdk_lib compilation." > > The CFLAGS may be incomplete: > Cflags: -I${includedir} -DMVCONF_TYPES_PUBLIC -DMVCONF_DMA_PHYS_ADDR_T_PUBLIC I fixed it by adding: > -DMVCONF_DMA_PHYS_ADDR_T_SIZE=64 > > Please could you fix MUSDK quickly? > > I think I will pull next-net as is, but I consider it is broken. > > >