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 54286A0C41; Wed, 17 Nov 2021 12:52:40 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DF02F41174; Wed, 17 Nov 2021 12:52:39 +0100 (CET) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by mails.dpdk.org (Postfix) with ESMTP id 28E7441158 for ; Wed, 17 Nov 2021 12:52:38 +0100 (CET) Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id C23B35C011C; Wed, 17 Nov 2021 06:52:37 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute6.internal (MEProxy); Wed, 17 Nov 2021 06:52:37 -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=fm2; bh= GMcWzq/+A8PdXc9qyXmuIC+zT926a/LGMtA5cLcWlxI=; b=uBfQ1K/b0LrPpsIR n2MWyTcoi0hUe1sOqYiUII9XESCvpiChcD5pnlG1BsLUhy3lUe9lrpG+Amgmg7UZ /mCYzO8pxe7qqPHXu/fL5/Xmxginv96s4BsNmwhzyVD4QAbNVdPiGnLi6egFQfXx He454OhUR+cTN1E6yEZMawUfQK+RmvZiiedqCRtudOW1L8z4j4jmnMdZWaxMmAJs a8Yji3cjgB4Kpq2ujDgMLFeB8cZeFiBfv8nZCMXwAHQCqjmt8pGJ6Zkk6OgXSYzR /hB5PP7y7/QzajiVZ9mwUpMsmcKZBTtFJ8YQey54smCaiq82kKKmWuaUvuPwY3XJ 8kRrcg== 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=GMcWzq/+A8PdXc9qyXmuIC+zT926a/LGMtA5cLcWl xI=; b=KWJxoNqbAwj/2Reed3D2rs5/c/esDMYAl1iHhKN1vBQsi4O+3z0Hz7D65 audvuhxBhxuQ26dKj8/NuwcDhdFffqsgzpgb17QsYU0j2I92hXqBT6SRvOp+afQV NrCdqk3eLd4fb65yvDLquzJ2tPeZH5J4VyWYJuM+k+C9pKbn/+6kBQwDs8Ki4vkn 2PKftxKGeLdQVBfkGvhnDaGD0dxuUlBhjR278fU8uSWOHLPW1a94CyjUvn0E0COS DYVaw7B0+eRXuR1Y2qGspMF5o3tra0fj/k7lNkk9MJjjGYPfpbQrtzrmp964LXMW UADce6X4smQ9/s1k6FymEsd+qI04A== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvuddrfeeggddvkecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucggtf frrghtthgvrhhnpedugefgvdefudfftdefgeelgffhueekgfffhfeujedtteeutdejueei iedvffegheenucevlhhushhtvghrufhiiigvpedunecurfgrrhgrmhepmhgrihhlfhhroh hmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Wed, 17 Nov 2021 06:52:36 -0500 (EST) From: Thomas Monjalon To: David Marchand Cc: dev@dpdk.org, bruce.richardson@intel.com, bluca@debian.org, tredaelli@redhat.com, i.maximets@ovn.org, james.r.harris@intel.com, mohammed@hawari.fr Subject: Re: [PATCH v2 0/5] Extend optional libraries list Date: Wed, 17 Nov 2021 12:52:35 +0100 Message-ID: <6880784.k1jd7VjOlg@thomas> In-Reply-To: <20211117112847.7362-1-david.marchand@redhat.com> References: <20211110164814.5231-1-david.marchand@redhat.com> <20211117112847.7362-1-david.marchand@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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 17/11/2021 12:28, David Marchand: > This series extends the optional libraries list adding to them testpmd > non essential dependencies. > > We were not testing the disable_libs option, so let's add a minimum target > in the the public CI script (mainly for GHA) and in test-meson-builds.sh > script. > > The last patch is an idea for enhancing the optional libraries selection. Applied all but last patch, thanks.