Re: [dpdk-dev] [PATCH v10 0/9] Infrastructure to detect iova mapping on the bus

2017-10-06 Thread Thomas Monjalon
> Santosh Shukla (9): > eal/pci: export match function > eal/pci: get iommu class > linuxapp/eal_pci: get iommu class > bus: get iommu class > eal: introduce helper API for iova mode > eal: auto detect iova mode > linuxapp/eal_vfio: honor iova mode before mapping > linuxapp/eal_memo

[dpdk-dev] [PATCH v10 0/9] Infrastructure to detect iova mapping on the bus

2017-10-06 Thread Santosh Shukla
v10: - Added doxygen specific comment for iova mapping mode in patch [2/09] (Suggested by Olivier) - Added pci_one_ for pci_device_has_iova_va and other api for patch [3/9] (Suggested by Olivier) - Added More verbose description in patch summary for patch [6/09] (Suggested by Olivier) v9: -