From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id F091158F9 for ; Thu, 3 Jul 2014 11:34:04 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 03 Jul 2014 02:28:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.01,594,1400050800"; d="scan'208";a="567751806" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by orsmga002.jf.intel.com with ESMTP; 03 Jul 2014 02:32:51 -0700 Received: from sivswdev01.ir.intel.com (sivswdev01.ir.intel.com [10.237.217.45]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id s639Wogr025188; Thu, 3 Jul 2014 10:32:50 +0100 Received: from sivswdev01.ir.intel.com (localhost [127.0.0.1]) by sivswdev01.ir.intel.com with ESMTP id s639WoLf020695; Thu, 3 Jul 2014 10:32:50 +0100 Received: (from mtgajdzx@localhost) by sivswdev01.ir.intel.com with id s639Wo8F020690; Thu, 3 Jul 2014 10:32:50 +0100 From: Maciej Gajdzica To: dev@dpdk.org Date: Thu, 3 Jul 2014 10:32:29 +0100 Message-Id: <1404379952-20570-1-git-send-email-maciejx.t.gajdzica@intel.com> X-Mailer: git-send-email 1.7.0.7 Subject: [dpdk-dev] [PATCH v2 0/3] VMXNET3 support for FreeBSD. X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jul 2014 09:34:05 -0000 Enabled VMXNET3 compilation for FreeBSD in the makefiles. Fixed some minor issues to make it run. v2: Removed patch with comments update. Maciej Gajdzica (3): vmxnet3: Removed unused include that broke VMXNET3 driver compilation under FreeBSD. vmxnet3: Added makefile entries to compile VMXNET3 driver under FreeBSD. vmxnet3: Added macro adding VMXNET3 to the list of recognized PCI devices. config/common_bsdapp | 10 ++++++++++ lib/librte_eal/bsdapp/nic_uio/nic_uio.c | 1 + lib/librte_pmd_vmxnet3/vmxnet3_rxtx.c | 1 - 3 files changed, 11 insertions(+), 1 deletion(-) -- 2.0.0