Re: [dpdk-dev] [PATCH] bus/pci: Fix PowerNV platform detection logic

2021-07-05 Thread David Marchand
On Thu, Jun 24, 2021 at 3:51 PM David Marchand wrote: > > On Tue, Jun 15, 2021 at 7:21 PM David Christensen > wrote: > > > > Fix the IOMMU detection logic that looks for the "platform" field of > > /proc/cpuinfo on POWER systems. > > > > Fixes: 905215731833 ("bus/pci: support IOVA as VA on PowerN

Re: [dpdk-dev] [PATCH] bus/pci: Fix PowerNV platform detection logic

2021-06-24 Thread David Christensen
On 6/24/21 6:51 AM, David Marchand wrote: On Tue, Jun 15, 2021 at 7:21 PM David Christensen wrote: Fix the IOMMU detection logic that looks for the "platform" field of /proc/cpuinfo on POWER systems. Fixes: 905215731833 ("bus/pci: support IOVA as VA on PowerNV systems") Cc: sta...@dpdk.or

Re: [dpdk-dev] [PATCH] bus/pci: Fix PowerNV platform detection logic

2021-06-24 Thread David Marchand
On Tue, Jun 15, 2021 at 7:21 PM David Christensen wrote: > > Fix the IOMMU detection logic that looks for the "platform" field of > /proc/cpuinfo on POWER systems. > > Fixes: 905215731833 ("bus/pci: support IOVA as VA on PowerNV systems") Cc: sta...@dpdk.org > > Signed-off-by: David Christensen

[dpdk-dev] [PATCH] bus/pci: Fix PowerNV platform detection logic

2021-06-15 Thread David Christensen
Fix the IOMMU detection logic that looks for the "platform" field of /proc/cpuinfo on POWER systems. Fixes: 905215731833 ("bus/pci: support IOVA as VA on PowerNV systems") Signed-off-by: David Christensen --- drivers/bus/pci/linux/pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) dif