From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/qede/base: fix freebsd compilation Date: Mon, 23 Jan 2017 13:25:27 +0000 Message-ID: References: <1485147758-21809-1-git-send-email-rasesh.mody@cavium.com> <4088321.ofpcBTebUG@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, arybchenko@solarflare.com, Dept-EngDPDKDev@cavium.com To: Thomas Monjalon , Rasesh Mody Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 73C97DE5 for ; Mon, 23 Jan 2017 14:25:30 +0100 (CET) In-Reply-To: <4088321.ofpcBTebUG@xps13> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 1/23/2017 10:21 AM, Thomas Monjalon wrote: > 2017-01-22 21:02, Rasesh Mody: >> This patch addresses compilation errors on FreeBSD 11.0 clang 3.8.0. > > Is it really specific to FreeBSD 11? I guess it is more about clang. > Right, this seem clang 3.8.0 issue, independent from FreeBSD version. I will remove FreeBSD version information while applying.