From patchwork Thu Sep 27 13:24:06 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: 45525 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 DB47D1B46E; Thu, 27 Sep 2018 15:25:41 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 33F621B46E for ; Thu, 27 Sep 2018 15:25:40 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Sep 2018 06:25:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,310,1534834800"; d="scan'208";a="92442164" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by fmsmga004.fm.intel.com with ESMTP; 27 Sep 2018 06:24:33 -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 w8RDOWKv012833; Thu, 27 Sep 2018 14:24:32 +0100 Received: from wgcvswdev001.ir.intel.com (localhost [127.0.0.1]) by wgcvswdev001.ir.intel.com with ESMTP id w8RDOJi5021190; Thu, 27 Sep 2018 14:24:19 +0100 Received: (from nsomarox@localhost) by wgcvswdev001.ir.intel.com with ? id w8RDOJJL021184; Thu, 27 Sep 2018 14:24:19 +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, 27 Sep 2018 14:24:06 +0100 Message-Id: <1538054652-20820-1-git-send-email-agalyax.babu.radhakrishnan@intel.com> X-Mailer: git-send-email 1.7.0.7 Subject: [dpdk-dev] [PATCH 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 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/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 +++ lib/meson.build | 6 ++++++ 7 files changed, 21 insertions(+), 1 deletion(-)