Re: [dpdk-dev] [PATCH] igb_uio: remove compilation warning on arm64 kernel

2017-10-08 Thread Thomas Monjalon
08/10/2017 12:59, santosh: > > On Sunday 08 October 2017 02:47 PM, Hemant Agrawal wrote: > > IGB_UIO compilation recently got enabled for ARM64 by default > > > > The igb_uio compilation against ARM64 based stock 4.x (e.g. 4.13) > > kernel is giving compilation warnings: > > > > igb_uio.c: In func

Re: [dpdk-dev] [PATCH] igb_uio: remove compilation warning on arm64 kernel

2017-10-08 Thread santosh
On Sunday 08 October 2017 02:47 PM, Hemant Agrawal wrote: > IGB_UIO compilation recently got enabled for ARM64 by default > > The igb_uio compilation against ARM64 based stock 4.x (e.g. 4.13) > kernel is giving compilation warnings: > > igb_uio.c: In function ‘igbuio_pci_irqcontrol’: > igb_uio.c:1

[dpdk-dev] [PATCH] igb_uio: remove compilation warning on arm64 kernel

2017-10-08 Thread Hemant Agrawal
IGB_UIO compilation recently got enabled for ARM64 by default The igb_uio compilation against ARM64 based stock 4.x (e.g. 4.13) kernel is giving compilation warnings: igb_uio.c: In function ‘igbuio_pci_irqcontrol’: igb_uio.c:115:25: error: implicit declaration of function ‘irq_get_irq_dat ’ [-Wer