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 1AC45A0C43; Wed, 20 Oct 2021 13:26:07 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D64C24118F; Wed, 20 Oct 2021 13:26:06 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id 35EDC40142 for ; Wed, 20 Oct 2021 13:26:05 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10142"; a="292219456" X-IronPort-AV: E=Sophos;i="5.87,166,1631602800"; d="scan'208";a="292219456" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Oct 2021 04:26:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.87,166,1631602800"; d="scan'208";a="718920548" Received: from silpixa00399126.ir.intel.com ([10.237.223.151]) by fmsmga006.fm.intel.com with ESMTP; 20 Oct 2021 04:26:01 -0700 From: Bruce Richardson To: dev@dpdk.org Cc: david.marchand@redhat.com, dmitry.kozliuk@gmail.com, navasile@linux.microsoft.com, dmitrym@microsoft.com, pallavi.kadam@intel.com, Bruce Richardson Date: Wed, 20 Oct 2021 12:25:51 +0100 Message-Id: <20211020112554.2421080-1-bruce.richardson@intel.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20211019161537.2414549-1-bruce.richardson@intel.com> References: <20211019161537.2414549-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v2 0/3] library build improvements on windows 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 Sender: "dev" This set enables dmadev library to be built on windows, and then does some cleanup of the lib/meson.build file to remove the separate listing of libraries for windows builds - instead having library disabling done via the normal method of each library reporting its own buildable status, and providing a reason if it can't be built. Bruce Richardson (2): dmadev: enable build on Windows build/windows: remove separate list of libs David Marchand (1): dmadev: remove symbol versioning for inline helpers drivers/dma/skeleton/skeleton_dmadev.c | 2 +- lib/acl/meson.build | 6 ++++++ lib/bbdev/meson.build | 6 ++++++ lib/bpf/meson.build | 6 ++++++ lib/compressdev/meson.build | 6 ++++++ lib/distributor/meson.build | 6 ++++++ lib/dmadev/version.map | 7 ------- lib/efd/meson.build | 6 ++++++ lib/eventdev/meson.build | 6 ++++++ lib/fib/meson.build | 6 ++++++ lib/flow_classify/meson.build | 6 ++++++ lib/graph/meson.build | 6 ++++++ lib/ip_frag/meson.build | 6 ++++++ lib/ipsec/meson.build | 6 ++++++ lib/jobstats/meson.build | 6 ++++++ lib/kni/meson.build | 6 ++++++ lib/lpm/meson.build | 6 ++++++ lib/member/meson.build | 6 ++++++ lib/meson.build | 29 -------------------------- lib/node/meson.build | 6 ++++++ lib/pipeline/meson.build | 6 ++++++ lib/port/meson.build | 6 ++++++ lib/power/meson.build | 6 ++++++ lib/rawdev/meson.build | 6 ++++++ lib/regexdev/meson.build | 6 ++++++ lib/reorder/meson.build | 6 ++++++ lib/rib/meson.build | 6 ++++++ lib/sched/meson.build | 6 ++++++ lib/table/meson.build | 6 ++++++ 29 files changed, 157 insertions(+), 37 deletions(-) -- 2.30.2