Re: [dpdk-dev] [PATCH v6 03/12] eal/pci: get iommu class

2017-08-17 Thread Aaron Conole
Santosh Shukla writes: > Introducing rte_pci_get_iommu_class API which helps to get iommu class > of PCI device on the bus and returns preferred iova mapping mode for > PCI bus. > > Signed-off-by: Santosh Shukla > Signed-off-by: Jerin Jacob > Reviewed-by: Maxime Coquelin > --- I think 3/12 an

[dpdk-dev] [PATCH v6 03/12] eal/pci: get iommu class

2017-08-14 Thread Santosh Shukla
Introducing rte_pci_get_iommu_class API which helps to get iommu class of PCI device on the bus and returns preferred iova mapping mode for PCI bus. Signed-off-by: Santosh Shukla Signed-off-by: Jerin Jacob Reviewed-by: Maxime Coquelin --- lib/librte_eal/common/include/rte_bus.h | 10 ++