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 9DB9B45BC0; Tue, 29 Oct 2024 16:48:02 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3E22242E48; Tue, 29 Oct 2024 16:48:02 +0100 (CET) Received: from mail-yw1-f177.google.com (mail-yw1-f177.google.com [209.85.128.177]) by mails.dpdk.org (Postfix) with ESMTP id A75EC40261 for ; Tue, 29 Oct 2024 16:48:01 +0100 (CET) Received: by mail-yw1-f177.google.com with SMTP id 00721157ae682-6e5cec98cceso46614897b3.2 for ; Tue, 29 Oct 2024 08:48:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1730216881; x=1730821681; darn=dpdk.org; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=GnVBBGIWDubVGgL5Lr4Edg7eN0HhJO/fAnZC4aB8F+E=; b=aPIiJZW8AxnuWrRWLM+Wz591R1xXwS7oxNhK6tK5gFp8kT5wegkI6azqUdwtpxqmhz Z8n7+J3TV0xqwVWZXw6Cfjun09muyBL9BDnL7WjQX0sY7waup78uT4D5s1UCLzQT+oxr 4LsiQKBkyiB5X/TbdIv8VcU9PGBL9ATWtxabM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1730216881; x=1730821681; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=GnVBBGIWDubVGgL5Lr4Edg7eN0HhJO/fAnZC4aB8F+E=; b=PUOeFG49jpImAkHjJGPQPLIIx1Cin/vX815XspOx8ymu6Sh6eTZxb6yC7D1t8B7ofq UX+ZNLp47ElktzI+WDN9vJtyL9RIRJPgAJpwJBMtp4O9qiBsNjeEY0qpgW0xwM44TKyb dWlAg5gRf2TpmBx3CqpowiYlTI8B6kDezFKlELn4Ac7Fai4AOG+sE6IMtJQS5gewxURq vOcukUR2Ar0LBOkiCMzbUbXpxG64OGNfhiVL7x3JBnHev7ZG4/KyzBbj2PwVCGzS70ta 2tfUCQgU+dRf0UpZNrVcsKt/Bxt+C8YGM+R2D4CrCzf/ykLsz2/c0TbxRi2LFHXVk9Us 5RMA== X-Gm-Message-State: AOJu0YzOrgO3rsHegQdI33dM4H3nlk/uoRZH/r0UvHExB//CbGXx9oX6 7OxJ19Uya8da1SyvN65/Pcjdrlgc/vOneKR0DLtlFuAlnUlih40ZzzxxQ5RE7PQzdfTEqtN7XB/ gc3+TDkc77Uy/POTfs1dRV8l/rk1WY8cW6TbQGg== X-Google-Smtp-Source: AGHT+IH5vadeMhgO6SffNF1dcQTiid1ZrYTHdA/BR7Qnje0GsPdACLELWq55N5hiZydCLh3ZKYVx+ESGdlYvXzHLlAc= X-Received: by 2002:a05:690c:fd2:b0:6b3:3520:a45 with SMTP id 00721157ae682-6e9d89ae44bmr125774717b3.20.1730216880912; Tue, 29 Oct 2024 08:48:00 -0700 (PDT) MIME-Version: 1.0 References: <20240930160204.19582-1-tomas.durovec@pantheon.tech> <20241021134935.1210500-1-luca.vizzarro@arm.com> <20241021134935.1210500-6-luca.vizzarro@arm.com> In-Reply-To: From: Dean Marx Date: Tue, 29 Oct 2024 11:48:15 -0400 Message-ID: Subject: Re: [PATCH v2 5/7] dts: add support for externally compiled DPDK To: Luca Vizzarro Cc: dev@dpdk.org, Paul Szczepanek , Patrick Robb , =?UTF-8?B?VG9tw6HFoSDEjnVyb3ZlYw==?= Content-Type: multipart/alternative; boundary="000000000000925b0806259f82b9" 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 --000000000000925b0806259f82b9 Content-Type: text/plain; charset="UTF-8" > > Hi Dean, > > If I understood your query correctly, I can't seem to replicate your > issue, and I need some steps so that I fully understand. > > My configuration file is set as: > > dpdk_build: > dpdk_tree: /home/luca/dpdk > remote: true > precompiled_build_dir: build > > and running: > > ./main.py --config-file my-conf.yaml > > works just as expected. It re-uses my pre-build DPDK repository on my > SUT node. We tried every setup: > I may have just misunderstood how the command line args are supposed to be used. I'm assuming based on your response that --config-file is only used for when the tarball/tree is located on the host, versus --tarball or --dpdk-tree being for when they're located on the remote server? If this is the case my apologies, I was setting it up incorrectly. And if so: Reviewed-by: Dean Marx --000000000000925b0806259f82b9 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi Dean,

If I understood your query correctly, I can't seem to replicate your issue, and I need some steps so that I fully understand.

My configuration file is set as:

=C2=A0 dpdk_build:
=C2=A0 =C2=A0 dpdk_tree: /home/luca/dpdk
=C2=A0 =C2=A0 remote: true
=C2=A0 =C2=A0 precompiled_build_dir: build

and running:

=C2=A0 =C2=A0./main.py --config-file my-conf.yaml

works just as expected. It re-uses my pre-build DPDK repository on my
SUT node. We tried every setup:

I may h= ave just misunderstood how the command line args are supposed to be used. I= 'm assuming based on your response that --config-file is only used for = when the tarball/tree is located on the host, versus --tarball or --dpdk-tr= ee being for when they're located on the remote server?

<= /div>
If this is the case my apologies, I was setting it up incorrectly= . And if so:

Reviewed-by: Dean Marx <dmarx@iol.unh.edu>
--000000000000925b0806259f82b9--