Re: [dpdk-dev] [PATCH] vfio: fix missing header inclusion

2018-10-17 Thread Thomas Monjalon
17/10/2018 07:30, Jerin Jacob: > The following change set introduces HAVE_VFIO_DEV_REQ_INTERFACE > and used in the below files. > > drivers/bus/pci/linux/pci_vfio.c > drivers/bus/pci/pci_common.c > lib/librte_eal/linuxapp/eal/eal_interrupts.c > > However, Except the first file, the change missed

[dpdk-dev] [PATCH] vfio: fix missing header inclusion

2018-10-16 Thread Jerin Jacob
The following change set introduces HAVE_VFIO_DEV_REQ_INTERFACE and used in the below files. drivers/bus/pci/linux/pci_vfio.c drivers/bus/pci/pci_common.c lib/librte_eal/linuxapp/eal/eal_interrupts.c However, Except the first file, the change missed to include where HAVE_VFIO_DEV_REQ_INTERFACE d