[dpdk-dev] [PATCH] bus/pci: fix use of wrong PPC define

2017-11-07 Thread Jonas Pfefferle
This fixes the use of an never defined PPC64 define in ret_pci_get_iommu_class. Fixes: b48e0e2d9cb4 ("bus/pci: fix IOMMU class for sPAPR") Signed-off-by: Jonas Pfefferle --- drivers/bus/pci/linux/pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/bus/pci/linux/pci.

Re: [dpdk-dev] [PATCH] bus/pci: fix use of wrong PPC define

2017-11-07 Thread Thomas Monjalon
07/11/2017 15:52, Jonas Pfefferle: > This fixes the use of an never defined PPC64 define in > ret_pci_get_iommu_class. > > Fixes: b48e0e2d9cb4 ("bus/pci: fix IOMMU class for sPAPR") > Signed-off-by: Jonas Pfefferle Applied, thanks