Re: [PATCH v2 2/7] dma-mapping: Generalise dma_32bit_limit flag

2018-07-27 Thread Grygorii Strashko via iommu
On 07/27/2018 03:11 PM, Robin Murphy wrote: > On 2018-07-27 6:45 PM, Grygorii Strashko wrote: >> On 07/23/2018 05:16 PM, Robin Murphy wrote: >>> Whilst the notion of an upstream DMA restriction is most commonly seen >>> in PCI host bridges saddled with a 32-bit native interface, a more >>>

Re: [PATCH v2 2/7] dma-mapping: Generalise dma_32bit_limit flag

2018-07-27 Thread Robin Murphy
On 2018-07-27 6:45 PM, Grygorii Strashko wrote: On 07/23/2018 05:16 PM, Robin Murphy wrote: Whilst the notion of an upstream DMA restriction is most commonly seen in PCI host bridges saddled with a 32-bit native interface, a more general version of the same issue can exist on complex SoCs where

Re: [PATCH v2 2/7] dma-mapping: Generalise dma_32bit_limit flag

2018-07-27 Thread Grygorii Strashko via iommu
On 07/23/2018 05:16 PM, Robin Murphy wrote: Whilst the notion of an upstream DMA restriction is most commonly seen in PCI host bridges saddled with a 32-bit native interface, a more general version of the same issue can exist on complex SoCs where a bus or point-to-point interconnect link

Re: [PATCH v2 2/7] dma-mapping: Generalise dma_32bit_limit flag

2018-07-25 Thread Christoph Hellwig
On Mon, Jul 23, 2018 at 11:16:07PM +0100, Robin Murphy wrote: > Whilst the notion of an upstream DMA restriction is most commonly seen > in PCI host bridges saddled with a 32-bit native interface, a more > general version of the same issue can exist on complex SoCs where a bus > or point-to-point

[PATCH v2 2/7] dma-mapping: Generalise dma_32bit_limit flag

2018-07-23 Thread Robin Murphy
Whilst the notion of an upstream DMA restriction is most commonly seen in PCI host bridges saddled with a 32-bit native interface, a more general version of the same issue can exist on complex SoCs where a bus or point-to-point interconnect link from a device's DMA master interface to another