From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] igb_uio: fix build with backported kernel Date: Tue, 21 Jun 2016 16:12:41 +0200 Message-ID: <18585161.POiqVCRpEL@xps13> 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="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Rami Rosen , thiagocmartinsc@gmail.com To: Ferruh Yigit Return-path: Received: from mail-lf0-f49.google.com (mail-lf0-f49.google.com [209.85.215.49]) by dpdk.org (Postfix) with ESMTP id 7E4A8C2FE for ; Tue, 21 Jun 2016 16:12:43 +0200 (CEST) Received: by mail-lf0-f49.google.com with SMTP id f6so25751481lfg.0 for ; Tue, 21 Jun 2016 07:12:43 -0700 (PDT) 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" 2016-06-15 16:57, Ferruh Yigit: > 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 Applied, thanks