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 9E72745BCC; Fri, 25 Oct 2024 20:30:44 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 89F9740264; Fri, 25 Oct 2024 20:30:44 +0200 (CEST) Received: from mail-yw1-f182.google.com (mail-yw1-f182.google.com [209.85.128.182]) by mails.dpdk.org (Postfix) with ESMTP id 2B7AB4021F for ; Fri, 25 Oct 2024 20:30:43 +0200 (CEST) Received: by mail-yw1-f182.google.com with SMTP id 00721157ae682-6e3d7e6f832so22719347b3.0 for ; Fri, 25 Oct 2024 11:30:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1729881042; x=1730485842; 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=tB1/rye4X0LyC6VvtiiQnXPp5BEpdckIDwMZvi8DKOo=; b=KRjydYM59A/NBebTmC66na26C0ma15WHneKGaUHjGaCYooZBIdZZVXSV6qQcfLk7pE ybTXNMhSzAMc3qh9oo+VutOvxuc2imrXbZ+eLVSiunMw37B3QLVuAWxyZ7QPDyQKkv4+ MSY4ysvM1Sb1NdmZTLaHsExoSgNohupEQED7c= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1729881042; x=1730485842; 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=tB1/rye4X0LyC6VvtiiQnXPp5BEpdckIDwMZvi8DKOo=; b=YxjSybtwQEfSz00S6LIpZQdQ6/OXgAo6h25bNKe0LLQJIulxnxPVdfytMFcmvVgLtd 0W+u5Z+6sUSE0A7bdqbpp9aOG5GM/pb/LVHpDXiQS6SV7YWA+/rfF8b8ZTdQkzMy5IhW Q8aoGZZ6n0vEpG99/Ei26K5+TvUwEfgDkwK6+PLP+W858LeXr52lBmKI9B87im6U3H44 xjVpaFXUojusyib/8XWMPyxcs3rZIVPgVY12D220CCPglv9FA/WHFgFUQ/08+drt6PcW QtSy1ewx5j7Go0ZqXVAI/LWsf0xvIgeLXAhWFktNtI4BHYh+iSpvJjl6/zPW0KDPJOkS oZ0w== X-Gm-Message-State: AOJu0YwWHaLgEZI8C/WXTcf5rdulYfmiz+Ng2gKcrDIi4pdG1DOrtH4z /CeD1GkIbZmKt02T7S3lvKMz4P0UPrYkD8q6fuCak+dQhfls7Xdvjad/mTRGyj/XFi08YhMk5ea 2yWRQygaGgbC/REk9dIia4SPnlYIFXLtc3Oq8Mg== X-Google-Smtp-Source: AGHT+IFAgDgsTGgOzo+/FgliDjw/N/fE/25Mde5oIi1EB9IQ2zdTwqb7LyteLwtf1p28mqt9F2YFIS6eemUJ0MiuqEs= X-Received: by 2002:a05:690c:a:b0:6e2:b537:3085 with SMTP id 00721157ae682-6e9d8aa410bmr5685297b3.34.1729881042468; Fri, 25 Oct 2024 11:30:42 -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: Dean Marx Date: Fri, 25 Oct 2024 14:30:57 -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 , Patrick Robb , =?UTF-8?B?VG9tw6HFoSDEjnVyb3ZlYw==?= Content-Type: multipart/alternative; boundary="0000000000000a672006255151d2" 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 --0000000000000a672006255151d2 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: > From: Tom=C3=A1=C5=A1 =C4=8Eurovec > > By adding support for external build, we extend the > argument documentation for supported options. > > Signed-off-by: Tom=C3=A1=C5=A1 =C4=8Eurovec > Signed-off-by: Luca Vizzarro > Other than the comments I brought up on the previous patch: Reviewed-by: Dean Marx --0000000000000a672006255151d2 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
On Mon, Oct 21, 2024 at 9:50=E2=80=AFAM L= uca Vizzarro <luca.vizzarro@arm= .com> wrote:
From: Tom=C3=A1=C5=A1 =C4=8Eurovec <tom= as.durovec@pantheon.tech>

By adding support for external build, we extend the
argument documentation for supported options.

Signed-off-by: Tom=C3=A1=C5=A1 =C4=8Eurovec <tomas.durovec@pantheon.tech= >
Signed-off-by: Luca Vizzarro <luca.vizzarro@arm.com>

Other than the comments I brought up on the previous patch:

Reviewed-by: Dean Marx <dmarx@iol.unh.edu>=C2=A0
--0000000000000a672006255151d2--