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 29F90A0032; Wed, 19 Jan 2022 19:31:43 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C01AF41186; Wed, 19 Jan 2022 19:31:42 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id 8E95B41147 for ; Wed, 19 Jan 2022 19:31:40 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1642617100; x=1674153100; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=HGYw0BAZJd0Cr5w/Bkz6gJSEFd4N1cvHnfbpf36wjo4=; b=evUNZko1I6w1M2ziMc7iJ0tzkt8n2VO2MwbQd3BiwPICjfBIY+NBnys1 Pwq3SK+9lEU1drqpQiA/JsJ1x7hxc76Q4/SpGc2zGwP/MCcgAcWwH6c7M L/fh3fpM9h8vdpujNkAvxbY7O7XrZjfei0pk337vtFQRSyRPNhT7yPClO 7HuVjXd8px+oZxBajhMfJhhs1T/AH0pjNWS4AUnkQ8qttE1ND0jsLGNqI xNJiLPrEU8XoR4fl8lwwVnd1r/PS77YVj+A84gaitTa/DLtTQ+83BNL8C uvAiFhO1ak397DoPOWVt9E3SgorGmOfoeQYvpH3qUyj8PM3lPusPYkJhZ Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10231"; a="308482371" X-IronPort-AV: E=Sophos;i="5.88,300,1635231600"; d="scan'208";a="308482371" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Jan 2022 10:10:13 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,300,1635231600"; d="scan'208";a="578907282" Received: from silpixa00399126.ir.intel.com ([10.237.223.86]) by fmsmga008.fm.intel.com with ESMTP; 19 Jan 2022 10:10:12 -0800 From: Bruce Richardson To: dev@dpdk.org Cc: david.marchand@redhat.com, Bruce Richardson Subject: [PATCH v2 0/6] allow more DPDK libs to be disabled on build Date: Wed, 19 Jan 2022 18:09:56 +0000 Message-Id: <20220119181002.471195-1-bruce.richardson@intel.com> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20220113173918.2700651-1-bruce.richardson@intel.com> References: <20220113173918.2700651-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 *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(-) -- 2.32.0