From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: CentOS support for 17.11 Date: Mon, 16 Oct 2017 13:25:14 -0700 Message-ID: <3bf67e11-f9d4-9f16-08bf-376b028d3c87@intel.com> References: <303A8729-D3AB-4FB6-971D-705376045428@atomicrules.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit To: john miller , dev@dpdk.org Return-path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 99E771B737 for ; Mon, 16 Oct 2017 22:25:17 +0200 (CEST) In-Reply-To: <303A8729-D3AB-4FB6-971D-705376045428@atomicrules.com> Content-Language: en-US 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 10/16/2017 12:02 PM, john miller wrote: > Hello, > > We have been testing the dpdk-17.11-rc1 candidate on our Ubuntu platforms. We just tried to compile it on one of our CentOS platform and get this error. > > == Build lib/librte_eal/linuxapp/igb_uio > CC [M] /projects/dpdk/dpdk-17.11-rc1/build/build/lib/librte_eal/linuxapp/igb_uio/igb_uio.o > /projects/dpdk/dpdk-17.11-rc1/build/build/lib/librte_eal/linuxapp/igb_uio/igb_uio.c: In function ‘igbuio_pci_irqhandler’: > /projects/dpdk/dpdk-17.11-rc1/build/build/lib/librte_eal/linuxapp/igb_uio/igb_uio.c:213:30: error: dereferencing pointer to incomplete type > struct uio_info *info = idev->info; > > > > > Description: CentOS Linux release 7.2.1511 (Core) > > Is CentOS 7.2 still supported ? > Has anyone else run into this issue ? A fix sent and applied for this: http://dpdk.org/browse/dpdk/commit/?id=6b9ed026a8704b9e5ee5da7997617ef7cc82e114 > > I was not able to find the supported platforms doc for 17.11 online. > > Thank you, > -John > > >