[dpdk-dev] [PATCH v3 06/16] vfio: generalize pci_vfio_has_supported_extensions

2016-07-10 Thread Thomas Monjalon
There is a small error in this patch: 2016-07-04 17:16, Jan Viktorin: > The pci_vfio_has_supported_extensions is not PCI-specific and it is a private > function of the eal_pci_vfio.c. We just rename the function and make it > available even for non-PCI devices. |...] |> --- a/lib/librte_eal/linuxa

[dpdk-dev] [PATCH v3 06/16] vfio: generalize pci_vfio_has_supported_extensions

2016-07-04 Thread Jan Viktorin
The pci_vfio_has_supported_extensions is not PCI-specific and it is a private function of the eal_pci_vfio.c. We just rename the function and make it available even for non-PCI devices. Signed-off-by: Jan Viktorin --- lib/librte_eal/linuxapp/eal/eal_pci_vfio.c | 36 +-