From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] igb_uio: fix build with backported kernel Date: Wed, 15 Jun 2016 16:59:31 +0100 Message-ID: <57617B63.4040602@intel.com> References: <9B0331B6EBBD0E4684FBFAEDA55776F92CD5CBC7@HASMSX110.ger.corp.intel.com> <1466006262-30228-1-git-send-email-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, Rami Rosen To: thiagocmartinsc@gmail.com Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 94224CB66 for ; Wed, 15 Jun 2016 17:59:34 +0200 (CEST) In-Reply-To: <1466006262-30228-1-git-send-email-ferruh.yigit@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 6/15/2016 4:57 PM, Ferruh Yigit wrote: > Following compile error observed with CentOS 6.8, which uses kernel > kernel-devel-2.6.32-642.el6.x86_64: > > CC eal_thread.o > .../build/lib/librte_eal/linuxapp/igb_uio/igb_uio.c: > In function 'igbuio_msix_mask_irq': > .../build/lib/librte_eal/linuxapp/igb_uio/igb_uio.c:157: > error: 'PCI_MSIX_ENTRY_CTRL_MASKBIT' undeclared (first use in this > function) > > Reported-by: Thiago > Signed-off-by: Ferruh Yigit Hi Thiago, Can you please test this patch? Thanks, ferruh