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 D8469A00C3; Thu, 20 Jan 2022 11:54:18 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 66270426E1; Thu, 20 Jan 2022 11:54:18 +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 521A1426DF for ; Thu, 20 Jan 2022 11:54:16 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1642676055; 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=cxJAFDvPM8AafeMPUH6w9L1+g0DpG4Q+8jjDGhbtuXE=; b=VGXHBDu4NZGA9Pmwry16fJvm4MNQlcleG3ytUTFr01KDc3E1jYtoDWJ53F80ZgOQFE9Gs5 CrOx6nuKyMxpi7bFp7P5SpKVgnTSgNLpz4X4aCF5zNOrCWT1x46lhjLQfiZukoyIlVCA1o 02mJdVrXc6mCkRvxA/Myq0nJB3MRaW8= Received: from mail-lf1-f72.google.com (mail-lf1-f72.google.com [209.85.167.72]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-197-Zr1gvd5YMlOKpk7kV-3K2g-1; Thu, 20 Jan 2022 05:54:12 -0500 X-MC-Unique: Zr1gvd5YMlOKpk7kV-3K2g-1 Received: by mail-lf1-f72.google.com with SMTP id x23-20020ac25dd7000000b0042ffb81aaffso3477496lfq.5 for ; Thu, 20 Jan 2022 02:54:12 -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=cxJAFDvPM8AafeMPUH6w9L1+g0DpG4Q+8jjDGhbtuXE=; b=cTWpSS2LPlpfyBZgc/CKBPtdCQAnt/sErYD1OPo3waFVT4hF3ISmz+VSSGQsDS+X+5 gIp/0Pk463CusSeHHrMNdVx6bNY3B1kHpaS+kPkjlYqqqrG88ASTyS1qRLyMi98osXbM bLIcQpO33yZbqow8QV/CWeZTxzVX3/aa6RKWtnvxYmQI/ahLQpynRznw6oaLJ7bbNdvO RxBY7AyZjuzTQcY9mfjUjUcxEumbbCV58gdfBl/hGLkoouU7eFPY7MdTZ31mDKVqe3lK N8SS9RNQiQupH76/Yre4wY+0pKf6wgWTi9X9ek6iVOrFY/Ab7uyvXDqtFZSPsuUXM7xA 63LQ== X-Gm-Message-State: AOAM530MP9UHpxSq2AxAIonA05Suc3VDoIyt3azrJ5eVa6bntC1VgPVk Pqb/vN9ZyJhgx+CuRMLEk0r0S94KRchVILWHkNaUErl8Yi5ekv+lEAKy6k7IYL9/6NUhdNnn9f6 K1xEXE1P9wSAYCPfZAJY= X-Received: by 2002:ac2:5dd0:: with SMTP id x16mr855092lfq.560.1642676050998; Thu, 20 Jan 2022 02:54:10 -0800 (PST) X-Google-Smtp-Source: ABdhPJzX/VLcwO2Ra4435QhY4kE9775drgf0FGmA/E5iZqo/QEexRunIBMvniIlLcOP6CDeQWHWZErbZkMq8gv+SPSM= X-Received: by 2002:ac2:5dd0:: with SMTP id x16mr855079lfq.560.1642676050757; Thu, 20 Jan 2022 02:54:10 -0800 (PST) MIME-Version: 1.0 References: <20220113173918.2700651-1-bruce.richardson@intel.com> <20220119181002.471195-1-bruce.richardson@intel.com> In-Reply-To: <20220119181002.471195-1-bruce.richardson@intel.com> From: David Marchand Date: Thu, 20 Jan 2022 11:53:59 +0100 Message-ID: Subject: Re: [PATCH v2 0/6] allow more DPDK libs 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 Wed, Jan 19, 2022 at 7:31 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. > > V2: fix missing PCI and vdev bus driver dependencies in patch 2. > > 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 | 76 ++++++++++++-------------------------------- > lib/meson.build | 30 +++++++++++------ > 2 files changed, 42 insertions(+), 64 deletions(-) > For the series, Acked-by: David Marchand Thanks Bruce. -- David Marchand