Re: [dpdk-dev] [PATCH] bus/pci: support iova=va on PowerNV systems

2020-03-16 Thread David Christensen
Bare metal PowerNV systems include a DPDK supported IOMMU that allows IOVA=VA support. Test for the platform type and report virtual address support if running on a PowerNV system. ... + + char *line = 0; Nit: NULL Fixed. + /* Check for a PowerNV platform */ + while (get

Re: [dpdk-dev] [PATCH] bus/pci: support iova=va on PowerNV systems

2020-03-13 Thread David Marchand
On Wed, Feb 26, 2020 at 8:50 PM David Christensen wrote: > > Bare metal PowerNV systems include a DPDK supported IOMMU that allows > IOVA=VA support. Test for the platform type and report virtual address > support if running on a PowerNV system. I can't test it, so I'll trust you on this :-). Com

[dpdk-dev] [PATCH] bus/pci: support iova=va on PowerNV systems

2020-02-26 Thread David Christensen
Bare metal PowerNV systems include a DPDK supported IOMMU that allows IOVA=VA support. Test for the platform type and report virtual address support if running on a PowerNV system. Signed-off-by: David Christensen --- drivers/bus/pci/linux/pci.c | 29 + 1 file changed