From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pd0-f170.google.com (mail-pd0-f170.google.com [209.85.192.170]) by dpdk.org (Postfix) with ESMTP id 7C591592E for ; Fri, 25 Jul 2014 18:49:29 +0200 (CEST) Received: by mail-pd0-f170.google.com with SMTP id g10so6009021pdj.1 for ; Fri, 25 Jul 2014 09:51:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; bh=1gorTavyVJn+GcfTayj4AjvaYX2ZnCKkHWSuNskxLSY=; b=AzbvdXWxKXeAtrevTPJC6Wx8t7ZXTHR+wxPh0+N6NSO3GPlxj5+e0weOxa0yKYj6ri fgmFm+/Ew9QafoOEnTjvyoPpvQ0qN1h49PHB7RDlgW1WYYSlwck61hCOPRaY/Cw+NYm5 zW1pfBHH0v21CylVHmQuH/M+x6CpwLsT6yP46aiT8jzeKvC9tBQ75XhHi4F30XY3JfC8 f9KBlQfYF7yXyLgenn2ZSh0LvcSMFx6nCHSWPRCgSK3bIy1f9C7fvNAhlWFNoJT/kN7D GeUfLKTQJtPc6D35IDxf3BUOxWY5miYFZTgTbc7/XRkqTanVKjnETHN/Bb6+/2VUltpe vG2w== X-Gm-Message-State: ALoCoQk9Ceb4jOSqcqcdjn6IKLMxHWqxfxRheEllaY7tPZfGhWlnLOEZ1fX/foe70z9seTmswQje X-Received: by 10.66.192.73 with SMTP id he9mr20384208pac.88.1406307061958; Fri, 25 Jul 2014 09:51:01 -0700 (PDT) Received: from haswell.linuxnetplumber.net (static-50-53-72-226.bvtn.or.frontiernet.net. [50.53.72.226]) by mx.google.com with ESMTPSA id z10sm9301536pdo.14.2014.07.25.09.51.01 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 25 Jul 2014 09:51:01 -0700 (PDT) Date: Fri, 25 Jul 2014 09:51:04 -0700 From: Stephen Hemminger To: Thomas Monjalon Message-ID: <20140725095104.0d50dad9@haswell.linuxnetplumber.net> In-Reply-To: <63943632.YQD76xZEni@xps13> References: <2795655.Wj4j2zIbVg@xps13> <1405944234-50272-1-git-send-email-e_zhumabekov@sts.kz> <5883538.6a46FUcxyX@xps13> <63943632.YQD76xZEni@xps13> X-Mailer: Claws Mail 3.10.1 (GTK+ 2.24.24; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [igb_uio PATCH 0/3] igb_uio: fixed typos and pci lock/unlock calls 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: Fri, 25 Jul 2014 16:49:29 -0000 On Thu, 24 Jul 2014 23:50:43 +0200 Thomas Monjalon wrote: > 2014-07-22 15:07, Thomas Monjalon: > > The compilation with old kernels should be fixed now. > > If some distributions have backported the new PCI config locking functi= ons, > > the compilation may fail. Please report such errors. >=20 > Compilation with RHEL6 is broken because of some backported functions, > some unknown MSIX values and some MSI functions missing. >=20 > include/linux/pci.h:1572: note: previous declaration of =E2=80=98pci_num_= vf=E2=80=99 was here > include/linux/pci.h:868: note: previous declaration of =E2=80=98pci_intx_= mask_supported=E2=80=99 was here > include/linux/pci.h:869: note: previous declaration of =E2=80=98pci_check= _and_mask_intx=E2=80=99 was here > igb_uio.c:294: error: =E2=80=98PCI_MSIX_ENTRY_SIZE=E2=80=99 undeclared (f= irst use in this function) > igb_uio.c:295: error: =E2=80=98PCI_MSIX_ENTRY_VECTOR_CTRL=E2=80=99 undecl= ared (first use in this function) > igb_uio.c:298: error: =E2=80=98PCI_MSIX_ENTRY_CTRL_MASKBIT=E2=80=99 undec= lared (first use in this function) > igb_uio.c:312: error: implicit declaration of function =E2=80=98irq_data_= get_msi=E2=80=99 > igb_uio.c:350: error: implicit declaration of function =E2=80=98irq_get_i= rq_data=E2=80=99 >=20 > If someone has time to fix it, patch is welcome. >=20 > Thanks I will fix for Debian Squeeze, don't do RHEL