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 F39F745C05; Tue, 29 Oct 2024 02:25:23 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C12104014F; Tue, 29 Oct 2024 02:25:23 +0100 (CET) Received: from mail-pf1-f176.google.com (mail-pf1-f176.google.com [209.85.210.176]) by mails.dpdk.org (Postfix) with ESMTP id BC99E40144 for ; Tue, 29 Oct 2024 02:25:22 +0100 (CET) Received: by mail-pf1-f176.google.com with SMTP id d2e1a72fcca58-718e9c8bd83so4204699b3a.1 for ; Mon, 28 Oct 2024 18:25:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1730165122; x=1730769922; 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=8f/zg4uzWCyZ6aToxPc14DgmFHaZ3nodv2neQpHxZu4=; b=GuuWRfeKuYmKRJHZBtZOWKKjyoCRvvNWex5+gpgWOr+jJK4md529Rv/vjnlbHbt1Y/ jnxLPZaNEv4RvLjIM5tcHNGgjwlwqPviEYBIc3I0QxNOSwjTFpaQFVDqLpzaMvKvwrXs 1mG6zxcNdn5P0XpYfGLJX3BfL0MB7CG9as4Is= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1730165122; x=1730769922; 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=8f/zg4uzWCyZ6aToxPc14DgmFHaZ3nodv2neQpHxZu4=; b=BWQiD8VX+h2/DOfL/+vrAa5VKyrl7STlx/Kw9Q/kWifj2aF1/vHwKfxjYb65mBNah9 t09ZQZVajsDY7mRSCJiBnKWB7u3XdAKqGutRYvcxLlzpxmb5joZXqHWFBdC+mVnZfBRW Dd9j7L9EMOU4LVUt+qEQz/GgNZYe81H47OF9gAs5j0QRb9z9QDg/g/sGQQGcS+nDbqXS e9KQZwHazKr0lbjYfH+Uv+7xctxgL8/IzcSoP4mCRDik30YNIQnfE1OeH9bo3yk2ZDvP NvjPTrepYGJcN1P+8IhLGsft/YFAxMF8Fyk2pTl4M14q/9gPoDQJzRK/jiYSsiRlHwHk JOjA== X-Gm-Message-State: AOJu0Yx7JbcajbcUVM7/RQ3za8bc7naQpyGy92GJozyd12GKewyz180D pZ00JzQQj53dX0Hr6dKE2PlgqJsc7dc2kYVV0WH2osbqqO0uGe5Du3xfdyxPehbuT1NyO7GyHEo 8T6/cGdRh5avmNUzrRr/ZrrsbOXNb1OHlsNVZVQ== X-Google-Smtp-Source: AGHT+IH5T8EdcawBhtZI7oVSpwXq1dfoB8K2HJzNSQPE3dmoEv+maGoACGIlgE1S+zpzeBWg/CEe0FfDGQleXtro14E= X-Received: by 2002:a05:6a00:3c88:b0:71e:6a57:7288 with SMTP id d2e1a72fcca58-72096bbb3a9mr680332b3a.5.1730165121790; Mon, 28 Oct 2024 18:25:21 -0700 (PDT) MIME-Version: 1.0 References: <20240930160204.19582-1-tomas.durovec@pantheon.tech> <20241021134935.1210500-1-luca.vizzarro@arm.com> <20241021134935.1210500-7-luca.vizzarro@arm.com> In-Reply-To: <20241021134935.1210500-7-luca.vizzarro@arm.com> From: Patrick Robb Date: Mon, 28 Oct 2024 21:23:43 -0400 Message-ID: Subject: Re: [PATCH v2 6/7] doc: update argument options for external DPDK build To: Luca Vizzarro Cc: dev@dpdk.org, Paul Szczepanek , =?UTF-8?B?VG9tw6HFoSDEjnVyb3ZlYw==?= Content-Type: multipart/alternative; boundary="0000000000007cd9d90625937552" 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 --0000000000007cd9d90625937552 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Mon, Oct 21, 2024 at 9:50=E2=80=AFAM Luca Vizzarro wrote: > > + > + DPDK Build Options: > + Arguments in this group (and subgroup) will be applied to a > DPDKLocation when the DPDK tree, tarball or revision will be provided, > other arguments > + like remote source and build dir are optional. A DPDKLocation from > settings are used instead of from config if construct successful. > Maybe call this "DPDK Source Options?" To me, "DPDK Build Options" invokes meson options supported in DPDK. Up to you though. Reviewed-by: Patrick Robb --0000000000007cd9d90625937552 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable


=
On Mon, Oct 21, 2024 at 9:50=E2=80=AF= AM Luca Vizzarro <luca.vizzarro= @arm.com> wrote:

+
+=C2=A0 =C2=A0DPDK Build Options:
+=C2=A0 =C2=A0Arguments in this group (and subgroup) will be applied to a D= PDKLocation when the DPDK tree, tarball or revision will be provided, other= arguments
+=C2=A0 =C2=A0like remote source and build dir are optional. A DPDKLocation= from settings are used instead of from config if construct successful.
=

Maybe call this "DPDK Source Options?= " To me, "DPDK Build Options" invokes meson options supporte= d in DPDK. Up to you though.
=C2=A0
Reviewed-by: Patric= k Robb <probb@iol.unh.edu>
--0000000000007cd9d90625937552--