Re: [PATCH v6 09/42] powerpc/powernv: DMA32 cleanup

2015-08-10 Thread Gavin Shan
On Mon, Aug 10, 2015 at 06:07:27PM +1000, Alexey Kardashevskiy wrote: >On 08/06/2015 02:11 PM, Gavin Shan wrote: >>The patch cleans up DMA32 in pci-ioda.c. It shouldn't introduce >>behavioural changes: >> >>* Rename various fields in "struct pnv_phb" and "struct pnv_ioda_pe" >> as 32-bits

Re: [PATCH v6 09/42] powerpc/powernv: DMA32 cleanup

2015-08-10 Thread Alexey Kardashevskiy
On 08/06/2015 02:11 PM, Gavin Shan wrote: The patch cleans up DMA32 in pci-ioda.c. It shouldn't introduce behavioural changes: * Rename various fields in "struct pnv_phb" and "struct pnv_ioda_pe" as 32-bits DMA should be related to "DMA", not "TCE". s/dma_weight/dma32_weight/ is ok (

[PATCH v6 09/42] powerpc/powernv: DMA32 cleanup

2015-08-05 Thread Gavin Shan
The patch cleans up DMA32 in pci-ioda.c. It shouldn't introduce behavioural changes: * Rename various fields in "struct pnv_phb" and "struct pnv_ioda_pe" as 32-bits DMA should be related to "DMA", not "TCE". * Removed struct pnv_ioda_pe::tce32_segcount. Signed-off-by: Gavin Shan ---