Bug 176

Summary: secondary process cannot execute iommu
Product: DPDK Reporter: chenyan (chengyan605)
Component: coreAssignee: dev
Status: CONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: 18.11   
Target Milestone: ---   
Hardware: All   
OS: All   
Attachments: patch

Description chenyan 2018-12-28 06:40:53 CET
Created attachment 23 [details]
patch

it will print "VFIO support not initialized " when secondary process wants to mmap iommu.
in secondary process, vfio_cfg->vfio_iommu_type is nil. 

it's a bug ? 

attachment is my patch, can check it for me?