Re: [dpdk-dev] [PATCH v8 2/9] eal/pci: get iommu class

2017-09-20 Thread santosh
Hi Anatoly, On Wednesday 20 September 2017 02:39 PM, Burakov, Anatoly wrote: > Hi Santosh, > > On 19-Sep-17 6:29 PM, santosh wrote: >> Hi Anatoly, >> >> >> On Tuesday 19 September 2017 10:07 PM, Burakov, Anatoly wrote: >>> On 18-Sep-17 11:42 AM, Santosh Shukla wrote: Introducing rte_pci_get_

Re: [dpdk-dev] [PATCH v8 2/9] eal/pci: get iommu class

2017-09-20 Thread Burakov, Anatoly
Hi Santosh, On 19-Sep-17 6:29 PM, santosh wrote: Hi Anatoly, On Tuesday 19 September 2017 10:07 PM, Burakov, Anatoly wrote: On 18-Sep-17 11:42 AM, Santosh Shukla wrote: Introducing rte_pci_get_iommu_class API which helps to get iommu class of PCI device on the bus and returns preferred iova

Re: [dpdk-dev] [PATCH v8 2/9] eal/pci: get iommu class

2017-09-19 Thread santosh
Hi Anatoly, On Tuesday 19 September 2017 10:07 PM, Burakov, Anatoly wrote: > On 18-Sep-17 11:42 AM, Santosh Shukla wrote: >> 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. >> >> Patch also

Re: [dpdk-dev] [PATCH v8 2/9] eal/pci: get iommu class

2017-09-19 Thread Burakov, Anatoly
On 18-Sep-17 11:42 AM, Santosh Shukla wrote: 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. Patch also add rte_pci_get_iommu_class definition for bsdapp, in bsdapp case - api returns default iov

[dpdk-dev] [PATCH v8 2/9] eal/pci: get iommu class

2017-09-18 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. Patch also add rte_pci_get_iommu_class definition for bsdapp, in bsdapp case - api returns default iova mode. Signed-off-by: Santosh Shukla Signed-