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 15FECA0032; Fri, 14 Jan 2022 09:07:18 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E890042767; Fri, 14 Jan 2022 09:07:17 +0100 (CET) Received: from smartserver.smartsharesystems.com (smartserver.smartsharesystems.com [77.243.40.215]) by mails.dpdk.org (Postfix) with ESMTP id EA06E40DDD for ; Fri, 14 Jan 2022 09:07:16 +0100 (CET) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: [PATCH 0/6] allow more DPDK libraries to be disabled on build Date: Fri, 14 Jan 2022 09:07:13 +0100 Message-ID: <98CBD80474FA8B44BF855DF32C47DC35D86DFF@smartserver.smartshare.dk> In-Reply-To: <20220113173918.2700651-1-bruce.richardson@intel.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PATCH 0/6] allow more DPDK libraries to be disabled on build Thread-Index: AdgIrRuiaEOfUx2CScigYU1kP0EQ5gAcIgpA References: <20220113173918.2700651-1-bruce.richardson@intel.com> From: =?iso-8859-1?Q?Morten_Br=F8rup?= To: "Bruce Richardson" , 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 > From: Bruce Richardson [mailto:bruce.richardson@intel.com] > Sent: Thursday, 13 January 2022 18.39 >=20 > A common request on-list has been to allow more of the DPDK build to = be > disabled by those who are > doing their own builds and only use a subset of the libraries. To this > end, this patchset makes some > infrastructure changes [first two patches] to make it easier to have > libraries disabled, and then > adds a six libraries to the "optional" list. >=20 > Bruce Richardson (6): > lib: allow recursive disabling of libs in build > app/test: link unit test binary against all available libs > build: add node library to optional list > build: add flow classification library to optional list > build: add "packet framework" libs to optional list > build: add cfgfile library to optional list >=20 > app/test/meson.build | 74 = ++++++++++++-------------------------------- > lib/meson.build | 30 ++++++++++++------ > 2 files changed, 40 insertions(+), 64 deletions(-) >=20 > -- > 2.32.0 >=20 Thank you very much, Bruce! Acked-by: Morten Br=F8rup