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 3E25CA034D; Fri, 21 Jan 2022 14:05:07 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 058694275B; Fri, 21 Jan 2022 14:05:07 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id 7A9E840042 for ; Fri, 21 Jan 2022 14:05:05 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1642770305; 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=ZgqtAloeBTblVf4G7mNy/iIhj/Yam65s9WL6040Od3Y=; b=TUiOhSe6NxEK+uV6R7KzRtvkxhhgsnjzg6i+vnqpu95hCeBxaL138LinsDifUlq8gRr8Xi 80PowSdvc3oQXzLjk9P488Hh1QQEXRpcN5ubXB/CvgHo4EMRHSWhccrNsghlEf4EXulnHq 3gwicWbTPJh8PNGGlYMm6ESaicZjjLI= Received: from mail-lj1-f197.google.com (mail-lj1-f197.google.com [209.85.208.197]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-20-lLf0FJS0OAeelH-COzaSlw-1; Fri, 21 Jan 2022 08:05:03 -0500 X-MC-Unique: lLf0FJS0OAeelH-COzaSlw-1 Received: by mail-lj1-f197.google.com with SMTP id g11-20020a2e390b000000b0023679b779d9so4246lja.5 for ; Fri, 21 Jan 2022 05:05:03 -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=ZgqtAloeBTblVf4G7mNy/iIhj/Yam65s9WL6040Od3Y=; b=qkORAyZaRrz2Pjq4sLKNHdsnf+eHaXmBp73brs1TswfSblzYGTQxeIMbGzgvLib9fQ 8wiAAquWaJ12+LLEZQ6wL+3EtWAhiIOxb5XcFQVoULlkINTN7ZnFTRBryfbld0qa5JFr 0E3ohtG90fqtha0h2cVNUFWd+nxbKqUJ65BEreeoq4sCiv2lrbxxJQppgUTzVUyl60J9 SCF5k/k6FyzXiSzp2V5SSlbMd0U4Rs8K3ssGKXutkGCdYd4LWBrhQEiMyCnwE4hDB3VL xaRLkRxpHO2FgnD19PYs9MKhNlNQPeMujaG+rnAZcIu6Pl+rHwHZxWe3BFdosvK7CckO DNiw== X-Gm-Message-State: AOAM531E3SbWyu49AQBV5sss2POCuCYjkB6Y6juikivY7CdtV3aIq0bm GklPEXNUueuIqQCb8PQFHjBbMqUV5w/0qqdsi/rZ0BP2M7SyW5RNAaOaUD/YYjfFfggNOV/g1im ICF8mBUn2UYHPKPrNTUY= X-Received: by 2002:a2e:8e91:: with SMTP id z17mr3068781ljk.333.1642770302156; Fri, 21 Jan 2022 05:05:02 -0800 (PST) X-Google-Smtp-Source: ABdhPJxsaeefdGMH4UqCG+Ay+QqvO08Zr8bY4LrSww8Zn//5tvU1/eanWDMJRk3SM7OC0djts7k/vpMu6yZMs2SwESI= X-Received: by 2002:a2e:8e91:: with SMTP id z17mr3068774ljk.333.1642770301915; Fri, 21 Jan 2022 05:05:01 -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: Fri, 21 Jan 2022 14:04:50 +0100 Message-ID: Subject: Re: [PATCH v2 0/6] allow more DPDK libs to be disabled on build To: Bruce Richardson Cc: dev , Stephen Hemminger , =?UTF-8?Q?Morten_Br=C3=B8rup?= 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(-) > Series applied, thanks Bruce. -- David Marchand