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 4BD6E5595 for ; Tue, 29 Mar 2016 15:13:31 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 29 Mar 2016 06:13:29 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,410,1455004800"; d="scan'208";a="920976821" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.48]) by orsmga001.jf.intel.com with SMTP; 29 Mar 2016 06:13:27 -0700 Received: by (sSMTP sendmail emulation); Tue, 29 Mar 2016 14:13:26 +0025 Date: Tue, 29 Mar 2016 14:13:26 +0100 From: Bruce Richardson To: Daniel Mrzyglod Cc: jan@semihalf.com, jpa@semihalf.com, netanel@amazon.com, evgenys@amazon.com, dev@dpdk.org Message-ID: <20160329131325.GA22104@bricha3-MOBL3> References: <1459255434-9936-1-git-send-email-danielx.t.mrzyglod@intel.com> <1459255434-9936-3-git-send-email-danielx.t.mrzyglod@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1459255434-9936-3-git-send-email-danielx.t.mrzyglod@intel.com> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH 2/2] ena: Fix Compilation 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: Tue, 29 Mar 2016 13:13:31 -0000 On Tue, Mar 29, 2016 at 02:43:54PM +0200, Daniel Mrzyglod wrote: > FreeBSD was not defined in ena_plat.h > ETIME is not defined in FreeBSD. > > In file included from DPDK/drivers/net/ena/base/ena_com.h:37:0, > from DPDK/drivers/net/ena/ena_ethdev.h:39, > from DPDK/drivers/net/ena/ena_ethdev.c:41: > DPDK/drivers/net/ena/base/ena_plat.h:48:2: error: #error "Invalid platform" > #error "Invalid platform" > ^ > compilation terminated due to -Wfatal-errors. > > Signed-off-by: Daniel Mrzyglod > --- Acked-by: Bruce Richardson