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 iova mode.
Signed-off-by: Santosh Shukla <santosh.shukla at caviumnetworks.com>
Signed-off-by: Jerin Jacob <jerin.jacob at caviumnetworks.com>
Reviewed-by: Maxime Coquelin <maxime.coquelin at redhat.com>
---
Hi Santosh,
You have probably missed my comment on previous version of this patch,
but for commit history reasons i really think you should add a linuxapp
stub in this commit as well as a FreeBSD stub, even though you are
adding a linuxapp function in the next commit. Any linuxapp application
using that function will fail to compile with this commit, despite this
API being already present and declared as public.
--
Thanks,
Anatoly