From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [igb_uio PATCH 0/3] igb_uio: fixed typos and pci lock/unlock calls Date: Fri, 25 Jul 2014 09:51:04 -0700 Message-ID: <20140725095104.0d50dad9@haswell.linuxnetplumber.net> References: <2795655.Wj4j2zIbVg@xps13> <1405944234-50272-1-git-send-email-e_zhumabekov@sts.kz> <5883538.6a46FUcxyX@xps13> <63943632.YQD76xZEni@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: dev-VfR2kkLFssw@public.gmane.org To: Thomas Monjalon Return-path: In-Reply-To: <63943632.YQD76xZEni@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" 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