From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=tKqMmqTy3cPXFQlKaVuUBq+d5XdrwbwD/ThQUAcc9R4=; b=QkkbW1ky5MJnSw9mS/YzLUIT1Tpj8rqRw+tPfHhL1sEubNudZykww5yOOw7IvdEy8y icdB8ZE2A+xZ8ArkFVFyun2zSBzwEBxWWGfl3ZYTYDrQPiWheeAOwy+xmzDdl8CTsiHw GsvDhVFmxDBPQ35yuLCOUVGqIYVI5+BGWH2u9wZCTRC44Uwg8GpN0+BkIg1ORTDebdnb BcfhRBola1qMVpXXA3dXM06eDg29hYGqJh3IucLU89cQPCD1up9f1tbj0t/o0YNxoe6G yUlqmRduHqoWAYrDjuySHdLzrZi10rpXd2XKxS+dxGSBU79tpoaHaAOB0faJjBKd9MFy iGSg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=tKqMmqTy3cPXFQlKaVuUBq+d5XdrwbwD/ThQUAcc9R4=; b=I9Oy3DOrM7TVFeB0GU89WEBNj68dE8bnqYVe7Ir7n0S/aFN7/ih/lGCxd6YYeJtXLR UPklAhh0Khi+EjOfV6PwK4C0/S6bCVsLs79j0ecQV3jzZ+bzMgY20cCjfWDTTjfpgFC6 2Z/2z4gw6KHdnj3y2nRkTnHY/LmDLHWlpaJbUdVEWc52qGbtecOsmbDLiJMvmhejUla8 M64vwwd31yVa25/0HwNf2aJCWP48bKbtprgd+44Pycavsr1fZ50/dbLardV2Ou3lnmU/ breTsbMA9uFAVwivKWqsGl8C6HjjVJvX/eVbua2iHW5vcMemge7ePSGaNwn1wPr+d2Sm rshg== X-Gm-Message-State: ALyK8tKDw87DF9yNZRj4Z2jmCA8eJ/K2/k2z2gv/hCkqtRa8HU6KvyT2XOkbCjnCZXoKpjhh X-Received: by 10.28.169.69 with SMTP id s66mr3475602wme.78.1466518362993; Tue, 21 Jun 2016 07:12:42 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id m5sm3193841wmm.10.2016.06.21.07.12.41 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 21 Jun 2016 07:12:41 -0700 (PDT) From: Thomas Monjalon To: Ferruh Yigit Cc: dev@dpdk.org, Rami Rosen , thiagocmartinsc@gmail.com Date: Tue, 21 Jun 2016 16:12:41 +0200 Message-ID: <18585161.POiqVCRpEL@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1466006262-30228-1-git-send-email-ferruh.yigit@intel.com> References: <9B0331B6EBBD0E4684FBFAEDA55776F92CD5CBC7@HASMSX110.ger.corp.intel.com> <1466006262-30228-1-git-send-email-ferruh.yigit@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] igb_uio: fix build with backported kernel 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: Tue, 21 Jun 2016 14:12:43 -0000 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