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 A776DA0093; Thu, 13 Jan 2022 18:39:51 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6714842747; Thu, 13 Jan 2022 18:39:51 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 6A19740150 for ; Thu, 13 Jan 2022 18:39:49 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1642095590; x=1673631590; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=I3MuhlcX7/QjXpsH4biYl7WOjZQLj1xVoxzysT44oHg=; b=TU55SM6VUs5w5dmTFWqjFNYAGT/wqe5dc43n8yQ9CWh+BMCSTh+cLBgi DN4bB5YeOSCSSV/vgxW7vE2RY4sPZL/d672WkkWWsCpPGbQa5f0NGqhH8 LjwCDw8lXjTXcwQziTN9q+3CVbtRl4cc29O3px/xLDxmXlfbJ6ZRYl/gY 44QGZZBV66EhgwV1c3TaGe9yY9QHRySh+RrK1y5rf9RFfWcRXkULyE77w 1rW7YvA+ehoczw5fLkx1wm5sNXKbjFfJpj8TX5OMMzR5/VStMj6elB/iJ bP5BBZXCfyffns3gH2GmNwcwbldI0Kydh7WVJ2B+3aNEyqjDUEB3549Bk w==; X-IronPort-AV: E=McAfee;i="6200,9189,10226"; a="244275437" X-IronPort-AV: E=Sophos;i="5.88,286,1635231600"; d="scan'208";a="244275437" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Jan 2022 09:39:29 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,286,1635231600"; d="scan'208";a="475418153" Received: from silpixa00399126.ir.intel.com ([10.237.223.86]) by orsmga006.jf.intel.com with ESMTP; 13 Jan 2022 09:39:28 -0800 From: Bruce Richardson To: dev@dpdk.org Cc: Bruce Richardson Subject: [PATCH 0/6] allow more DPDK libraries to be disabled on build Date: Thu, 13 Jan 2022 17:39:12 +0000 Message-Id: <20220113173918.2700651-1-bruce.richardson@intel.com> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 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. 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(-) -- 2.32.0