[dpdk-dev] [PATCH v3 00/16] Make VFIO support less dependent on PCI

2016-07-10 Thread Thomas Monjalon
> Jan Viktorin (16): > vfio: fix include of eal_private.h to be local > vfio: move VFIO-specific stuff to eal_vfio.h > vfio: move common vfio constants to eal_vfio.h > vfio: move vfio_iommu_type and dma_map functions to eal_vfio > vfio: generalize pci_vfio_set_iommu_type > vfio:

[dpdk-dev] [PATCH v3 00/16] Make VFIO support less dependent on PCI

2016-07-04 Thread Jan Viktorin
Hello, I've rebased the v2 of this patch set on top of the current master. It builds well for my setup (both VFIO enabled and disabled). Regards Jan v3: * 0012: Acked-by: John McNamara Jan Viktorin (16): vfio: fix include of eal_private.h to be local vfio: move VFIO-specific stuff to

[dpdk-dev] [PATCH v3 00/16] Make VFIO support less dependent on PCI

2016-07-04 Thread Burakov, Anatoly
> From: Jan Viktorin [mailto:viktorin at rehivetech.com] > Sent: Monday, July 4, 2016 4:17 PM > To: dev at dpdk.org > Cc: Jan Viktorin ; Burakov, Anatoly > ; David Marchand > ; Wiles, Keith ; > Santosh Shukla ; Stephen Hemminger > ; Shreyansh Jain > > Subject: [PATCH v3 00/16] Make VFIO support