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 41E74A04A2; Wed, 19 Jan 2022 17:52:34 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2AC5F41171; Wed, 19 Jan 2022 17:52:34 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mails.dpdk.org (Postfix) with ESMTP id 6273341147 for ; Wed, 19 Jan 2022 17:52:33 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1642611152; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=hZqTW8vUnPFJ0Bqr5At3Tbew7BFTT9B9YW/ksAtdOUY=; b=iNPNUMI1O/svD8O6vCxH0uJsjycwLRDDxt86yvcWBmuxQSVeSlBA7/rLMt+DNn+iptS+eq cxao1IEnkZR3T/p8SVVY7a2aJkhxy+TdyNJ93MhEQpdXQOtRKbnlvoXfCXWNenR5HnGqbU vQyGd7z7pfuBhZpzf5xnb3b5OJ7VEYI= Received: from mail-ed1-f71.google.com (mail-ed1-f71.google.com [209.85.208.71]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-639-SQkAmap3MSO3QnIM50MLSA-1; Wed, 19 Jan 2022 11:52:26 -0500 X-MC-Unique: SQkAmap3MSO3QnIM50MLSA-1 Received: by mail-ed1-f71.google.com with SMTP id j10-20020a05640211ca00b003ff0e234fdfso3152373edw.0 for ; Wed, 19 Jan 2022 08:52:26 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=hZqTW8vUnPFJ0Bqr5At3Tbew7BFTT9B9YW/ksAtdOUY=; b=gn7HRnKnBpiZJ0NSMx7y5OT0uCwRqFdQIU48IYKcIk6YkVEDfimi2CpRhpEtINSe/E eLGDKROullhDxZhh24IGn5V7tRvtXqEcqILMxu6r6z2H7WUQcbIqINVqiQXcKClAk94m nkYnnWROotaU5jMTJq0pPVf86Tz8onVU847XTOhtRsJcgfFBh4wfwlsZntdBbkXFKnEU W+VVQLpQCpm180lkwy0oVQYqU/QWnujnmkMI2J7SvYWTn5zzgWlDSVV6O2RPmU94iN/r E54xJ2npL689rh3vIoCo6zVUn0gfL50MYWhgK33iiSifzLB6bdAUQ3rrij2QrXjyhi7h v4Wg== X-Gm-Message-State: AOAM532md78ur+jrUdRDs5W8l8VTiXkxrb98XNl6RcZgkntknebKZfvL gn20S0NPEocpZkDOIWITFUgowgUOqEVy1/Rc3snMbWUJcjheEXqJZkwQbGciimBPb/mhueR+ULh 1iEPDrot0pe3JiW6KQus= X-Received: by 2002:a05:6512:1681:: with SMTP id bu1mr28605595lfb.499.1642611145344; Wed, 19 Jan 2022 08:52:25 -0800 (PST) X-Google-Smtp-Source: ABdhPJy+UCupFy5nuDb7lLifip490OxfJTv9ml4g16TT4y3iQxlJcGoSVROwrS3tQzyZP6UW4avTPFaJ8ozDR+/8e0E= X-Received: by 2002:a05:6512:1681:: with SMTP id bu1mr28605575lfb.499.1642611145171; Wed, 19 Jan 2022 08:52:25 -0800 (PST) MIME-Version: 1.0 References: <20220113173918.2700651-1-bruce.richardson@intel.com> In-Reply-To: <20220113173918.2700651-1-bruce.richardson@intel.com> From: David Marchand Date: Wed, 19 Jan 2022 17:52:13 +0100 Message-ID: Subject: Re: [PATCH 0/6] allow more DPDK libraries to be disabled on build To: Bruce Richardson Cc: dev Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" 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 On Thu, Jan 13, 2022 at 6:40 PM Bruce Richardson wrote: > > 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. > > 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 > > app/test/meson.build | 74 ++++++++++++-------------------------------- > lib/meson.build | 30 ++++++++++++------ > 2 files changed, 40 insertions(+), 64 deletions(-) Except an issue in patch 2, this series looks good to me. Thanks Bruce. -- David Marchand