From patchwork Thu Oct 4 13:32:18 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Babu Radhakrishnan, AgalyaX" X-Patchwork-Id: 46074 Return-Path: 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 ; 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 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 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 --- 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(-)