From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 76FAD2946 for ; Mon, 13 Jun 2016 14:53:32 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.fm.intel.com with ESMTP; 13 Jun 2016 05:53:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,466,1459839600"; d="scan'208";a="826989919" Received: from lculbert-sp4.amr.corp.intel.com ([10.252.8.8]) by orsmga003.jf.intel.com with SMTP; 13 Jun 2016 05:53:29 -0700 Received: by (sSMTP sendmail emulation); Mon, 13 Jun 2016 13:53:29 +0025 Date: Mon, 13 Jun 2016 13:53:28 +0100 From: Bruce Richardson To: Adrien Mazarguil Cc: dev@dpdk.org Message-ID: <20160613125328.GA15736@bricha3-MOBL3> References: <1465571372-28254-1-git-send-email-adrien.mazarguil@6wind.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1465571372-28254-1-git-send-email-adrien.mazarguil@6wind.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH 1/2] mlx: fix compilation with recent Glibc 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: Mon, 13 Jun 2016 12:53:32 -0000 On Fri, Jun 10, 2016 at 05:09:31PM +0200, Adrien Mazarguil wrote: > Various BSD ioctl macros are not exposed anymore when _XOPEN_SOURCE is > defined, and linux/if.h now conflicts with net/if.h. > > Suggested-by: Bruce Richardson > Signed-off-by: Adrien Mazarguil Acked-by: Bruce Richardson