[v3,0/6] fix for meson builds in freebsd
Message ID | 1538659944-18733-1-git-send-email-agalyax.babu.radhakrishnan@intel.com (mailing list archive) |
---|---|
Headers |
Return-Path: <dev-bounces@dpdk.org> X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D9FBF4C90; Thu, 4 Oct 2018 15:32:47 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 25C612C37 for <dev@dpdk.org>; Thu, 4 Oct 2018 15:32:45 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Oct 2018 06:32:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,338,1534834800"; d="scan'208";a="97388439" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by orsmga002.jf.intel.com with ESMTP; 04 Oct 2018 06:32:42 -0700 Received: from wgcvswdev001.ir.intel.com (wgcvswdev001.ir.intel.com [10.102.246.100]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id w94DWfNS024317; Thu, 4 Oct 2018 14:32:41 +0100 Received: from wgcvswdev001.ir.intel.com (localhost [127.0.0.1]) by wgcvswdev001.ir.intel.com with ESMTP id w94DWRsr019339; Thu, 4 Oct 2018 14:32:27 +0100 Received: (from agalyabx@localhost) by wgcvswdev001.ir.intel.com with ? id w94DWQE0019302; Thu, 4 Oct 2018 14:32:26 +0100 From: Agalya Babu RadhaKrishnan <agalyax.babu.radhakrishnan@intel.com> To: dev@dpdk.org Cc: alejandro.lucero@netronome.com, allain.legacy@windriver.com, jasvinder.singh@intel.com, keith.wiles@intel.com, matan@mellanox.com, bruce.richardson@intel.com, reshma.pattan@intel.com, Agalya Babu RadhaKrishnan <agalyax.babu.radhakrishnan@intel.com> Date: Thu, 4 Oct 2018 14:32:18 +0100 Message-Id: <1538659944-18733-1-git-send-email-agalyax.babu.radhakrishnan@intel.com> X-Mailer: git-send-email 1.7.0.7 In-Reply-To: <1538575221-23873-1> References: <1538575221-23873-1> Subject: [dpdk-dev] [PATCH v3 0/6] fix for meson builds in freebsd X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions <dev.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> Errors-To: dev-bounces@dpdk.org Sender: "dev" <dev-bounces@dpdk.org> |
Message
Babu Radhakrishnan, AgalyaX
Oct. 4, 2018, 1:32 p.m. UTC
Compilation issues were observed in FreeBSD when built via meson.
VFIO flags are enabled/disabled based on linux/freebsd.
Changes are done in meson.build files to ensure
the build of drivers are enabled/disabled based on platform.
1/6: set/unset of vfio flags based on platforms
2/6: updated net/nfp meson build
3/6: updated net/avp meson build
4/6: updated net/softnic meson build
5/6: updated net/tap meson build
6/6: updated net/vdev_netvsc meson build
Signed-off-by: Agalya Babu RadhaKrishnan <agalyax.babu.radhakrishnan@intel.com>
--
v3: Updated with correct fixes line
v2: Added fixes line for the appropriate file
Updated meson.build changes to config instead of lib
--
Agalya Babu RadhaKrishnan (6):
build: fix for FREEBSD build via meson
net/nfp: disable nfp build in FREEBSD
net/avp: disable avp build in FREEBSD
net/softnic: disable softnic build in FREEBSD
net/tap: disable tap build in FREEBSD
net/vdev_netvsc: disable vdev netvsc build in FREEBSD
config/meson.build | 3 +++
config/rte_config.h | 1 -
drivers/net/avp/meson.build | 3 +++
drivers/net/nfp/meson.build | 3 +++
drivers/net/softnic/meson.build | 3 +++
drivers/net/tap/meson.build | 3 +++
drivers/net/vdev_netvsc/meson.build | 3 +++
7 files changed, 18 insertions(+), 1 deletion(-)