Re: [dpdk-dev] [PATCH v6 2/4] lib/kni: add PCI related information

2019-07-11 Thread Ferruh Yigit
On 6/25/2019 4:56 AM, vattun...@marvell.com wrote: > From: Vamsi Attunuru > > PCI related information is needed in KNI kernel module, > since it requires iommu domain info for address > translations(using iommu_iova_to_phys() call) when > KNI runs in IOVA = VA mode. > > Signed-off-by: Vamsi Attu

Re: [dpdk-dev] [PATCH v6 2/4] lib/kni: add PCI related information

2019-06-25 Thread Stephen Hemminger
On Tue, 25 Jun 2019 09:26:58 +0530 wrote: > From: Vamsi Attunuru > > PCI related information is needed in KNI kernel module, > since it requires iommu domain info for address > translations(using iommu_iova_to_phys() call) when > KNI runs in IOVA = VA mode. > > Signed-off-by: Vamsi Attunuru >