From patchwork Wed Oct 3 14:00:15 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: 45965 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 384B21B3B5; Wed, 3 Oct 2018 16:00:58 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 635B41B213 for ; Wed, 3 Oct 2018 16:00:57 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Oct 2018 07:00:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,336,1534834800"; d="scan'208";a="262523013" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by orsmga005.jf.intel.com with ESMTP; 03 Oct 2018 07:00:40 -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 w93E0d91008707; Wed, 3 Oct 2018 15:00:39 +0100 Received: from wgcvswdev001.ir.intel.com (localhost [127.0.0.1]) by wgcvswdev001.ir.intel.com with ESMTP id w93E0OB8024200; Wed, 3 Oct 2018 15:00:24 +0100 Received: (from agalyabx@localhost) by wgcvswdev001.ir.intel.com with ? id w93E0OXJ024165; Wed, 3 Oct 2018 15:00:24 +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: Wed, 3 Oct 2018 15:00:15 +0100 Message-Id: <1538575221-23873-1-git-send-email-agalyax.babu.radhakrishnan@intel.com> X-Mailer: git-send-email 1.7.0.7 In-Reply-To: <1538054652-20820-1> References: <1538054652-20820-1> Subject: [dpdk-dev] [PATCH v2 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 --- 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(-)