From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [igb_uio PATCH 0/3] igb_uio: fixed typos and pci lock/unlock calls Date: Thu, 24 Jul 2014 23:50:43 +0200 Message-ID: <63943632.YQD76xZEni@xps13> References: <2795655.Wj4j2zIbVg@xps13> <1405944234-50272-1-git-send-email-e_zhumabekov@sts.kz> <5883538.6a46FUcxyX@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable To: dev-VfR2kkLFssw@public.gmane.org Return-path: In-Reply-To: <5883538.6a46FUcxyX@xps13> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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 func= tions, > the compilation may fail. Please report such errors. Compilation with RHEL6 is broken because of some backported functions, some unknown MSIX values and some MSI functions missing. include/linux/pci.h:1572: note: previous declaration of =E2=80=98pci_nu= m_vf=E2=80=99 was here include/linux/pci.h:868: note: previous declaration of =E2=80=98pci_int= x_mask_supported=E2=80=99 was here include/linux/pci.h:869: note: previous declaration of =E2=80=98pci_che= ck_and_mask_intx=E2=80=99 was here igb_uio.c:294: error: =E2=80=98PCI_MSIX_ENTRY_SIZE=E2=80=99 undeclared = (first use in this function) igb_uio.c:295: error: =E2=80=98PCI_MSIX_ENTRY_VECTOR_CTRL=E2=80=99 unde= clared (first use in this function) igb_uio.c:298: error: =E2=80=98PCI_MSIX_ENTRY_CTRL_MASKBIT=E2=80=99 und= eclared (first use in this function) igb_uio.c:312: error: implicit declaration of function =E2=80=98irq_dat= a_get_msi=E2=80=99 igb_uio.c:350: error: implicit declaration of function =E2=80=98irq_get= _irq_data=E2=80=99 If someone has time to fix it, patch is welcome. Thanks --=20 Thomas