From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 3F4AEA09FF; Mon, 11 Jan 2021 19:01:16 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id ACE1B140FC6; Mon, 11 Jan 2021 19:01:15 +0100 (CET) Received: from mail-wm1-f52.google.com (mail-wm1-f52.google.com [209.85.128.52]) by mails.dpdk.org (Postfix) with ESMTP id EBF9B140FC5 for ; Mon, 11 Jan 2021 19:01:14 +0100 (CET) Received: by mail-wm1-f52.google.com with SMTP id g185so81198wmf.3 for ; Mon, 11 Jan 2021 10:01:14 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:content-transfer-encoding:user-agent:mime-version; bh=hzjUNb4Q+IRAJx9YDzkLzb1zjoeC/HXHzHL36aP3388=; b=UR08hjNWjatjr1Zu6woEF+Mf6/29SXCT5oINxB7T3/B2OVNp/Epjz20IB0xvqHHL5o 4dVdQrk4P59G6BaTARFaJa619Ty2BQpBuAphiCcKs+x43AKmsRRd54cQeQtchvmvmSQG 8LjfmReg/ISyvDWOujeORX4m1sM/PZoQJgxfppwQ6W8a1P1KlD5qLOlkXJ/Z44WJKfoP saBHgA0AqvnPwO3CxI+g5O1Z7HXxS+LUK0oD2+YzR9dPV+kOi0nPoHUtncx6IjgdT09M bywvTeoLglHjP7uoDsTbd3OtsJiQWq0QUlvKFMa4rzJj/8kZljjUTY73lz/wOohymXF/ nmlA== X-Gm-Message-State: AOAM533GjaHTxX2X+Lcyd+lbvj5jXBNvaIYs1InN4pWWjo5RI4vw0o4R ceWacn9/pABkPu3d7ZB8N1A= X-Google-Smtp-Source: ABdhPJz9bUW0F0q7dndmghnHMKwTJ0dJmIiLfd7ZIB+RlGhLQ/2qq3Y9+0RUwDtK1xS6dJZYrZ1fuQ== X-Received: by 2002:a7b:c2e8:: with SMTP id e8mr10732wmk.103.1610388074738; Mon, 11 Jan 2021 10:01:14 -0800 (PST) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id n9sm518239wrq.41.2021.01.11.10.01.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 11 Jan 2021 10:01:13 -0800 (PST) Message-ID: <2190b94f730758d132efc56e8ff6527d184b27fd.camel@debian.org> From: Luca Boccassi To: Bruce Richardson , Thomas Monjalon Cc: Liron Himi , "ferruh.yigit@intel.com" , "dev@dpdk.org" , Jerin Jacob Kollanukkaran Date: Mon, 11 Jan 2021 18:01:13 +0000 In-Reply-To: <20210111170721.GD1083@bricha3-MOBL.ger.corp.intel.com> References: <20201215222319.13816-1-lironh@marvell.com> <1776515.fif75YaaBN@thomas> <2658408.858OVXDmSS@thomas> <20210111170721.GD1083@bricha3-MOBL.ger.corp.intel.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.30.5-1.2 MIME-Version: 1.0 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" On Mon, 2021-01-11 at 17:07 +0000, Bruce Richardson wrote: > On Mon, Jan 11, 2021 at 05:17:01PM +0100, Thomas Monjalon wrote: > > 11/01/2021 17:08, Liron Himi: > > > From: Thomas Monjalon =20 > > > Sent: Monday, 11 January 2021 18:05 > > > To: Liron Himi > > > Cc: ferruh.yigit@intel.com; dev@dpdk.org; Jerin Jacob Kollanukkaran <= jerinj@marvell.com>; Liron Himi > > > Subject: Re: [EXT] Re: [dpdk-dev] [PATCH v3] meson: update meson buil= d for armada drivers > > >=20 > > > 11/01/2021 16:29, Liron Himi: > > > > Hi Thomas, > > > >=20 > > > > When did you take this MUSDK version? > > > > Is this your head "pkg-config: expose dma-add-size"? > > >=20 > > > I'm using musdk-SDK-10.3.5.0-PR2 as recommended in the doc. > > >=20 > > > > If not, this explain the mvneta issue. > > > > I already noticed that and pushed a fixed to the github. > > >=20 > > > I see. So it may need a doc update. > > > [L.H.] why need to update the doc? It is still the same release branc= h, I just added a fix patch to it. > >=20 > > Yes, my bad: I used the tag musdk-SDK-10.3.5.0-PR2 > > instead of the branch musdk-release-SDK-10.3.5.0-PR2. > >=20 > > > > As for the prefix issue, > > > > The prefix is being set in the 'configure' phase by using the '--pr= efix' variable. Have you tried that? > > >=20 > > > 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 installi= ng? > > > [L.H.] need to explore this option. But for now use 'prefix', as this= is what supported by MUSDK > >=20 > > OK > >=20 > [+Luca] >=20 > I think it would be wrong to update the .pc file based on DESTDIR, as I > believe DESTDIR is used by packaging to produce the actual package layout > in a non-root path. To change the default installation path for a package > on the current system, "--prefix" is the correct parameter to use. >=20 > /Bruce +1 --=20 Kind regards, Luca Boccassi