Re: [PATCH 30/40] sandbox: iommu: remove lmb allocation in the driver

2024-08-06 Thread Simon Glass
Hi Sughosh, On Fri, 2 Aug 2024 at 01:44, Sughosh Ganu wrote: > > On Mon, 29 Jul 2024 at 20:58, Simon Glass wrote: > > > > Hi Sughosh, > > > > On Mon, 29 Jul 2024 at 02:52, Sughosh Ganu wrote: > > > > > > On Fri, 26 Jul 2024 at 05:02, Simon Glass wrote: > > > > > > > > Hi Sughosh, > > > > > > >

Re: [PATCH 30/40] sandbox: iommu: remove lmb allocation in the driver

2024-08-02 Thread Sughosh Ganu
On Mon, 29 Jul 2024 at 20:58, Simon Glass wrote: > > Hi Sughosh, > > On Mon, 29 Jul 2024 at 02:52, Sughosh Ganu wrote: > > > > On Fri, 26 Jul 2024 at 05:02, Simon Glass wrote: > > > > > > Hi Sughosh, > > > > > > On Wed, 24 Jul 2024 at 00:05, Sughosh Ganu > > > wrote: > > > > > > > > The sandbo

Re: [PATCH 30/40] sandbox: iommu: remove lmb allocation in the driver

2024-07-29 Thread Simon Glass
Hi Sughosh, On Mon, 29 Jul 2024 at 02:52, Sughosh Ganu wrote: > > On Fri, 26 Jul 2024 at 05:02, Simon Glass wrote: > > > > Hi Sughosh, > > > > On Wed, 24 Jul 2024 at 00:05, Sughosh Ganu wrote: > > > > > > The sandbox iommu driver uses the LMB module to allocate a particular > > > range of memor

Re: [PATCH 30/40] sandbox: iommu: remove lmb allocation in the driver

2024-07-29 Thread Sughosh Ganu
On Fri, 26 Jul 2024 at 05:02, Simon Glass wrote: > > Hi Sughosh, > > On Wed, 24 Jul 2024 at 00:05, Sughosh Ganu wrote: > > > > The sandbox iommu driver uses the LMB module to allocate a particular > > range of memory for the device virtual address(DVA). This used to work > > earlier since the LMB

Re: [PATCH 30/40] sandbox: iommu: remove lmb allocation in the driver

2024-07-25 Thread Simon Glass
Hi Sughosh, On Wed, 24 Jul 2024 at 00:05, Sughosh Ganu wrote: > > The sandbox iommu driver uses the LMB module to allocate a particular > range of memory for the device virtual address(DVA). This used to work > earlier since the LMB memory map was caller specific and not > global. But with the ch

[PATCH 30/40] sandbox: iommu: remove lmb allocation in the driver

2024-07-23 Thread Sughosh Ganu
The sandbox iommu driver uses the LMB module to allocate a particular range of memory for the device virtual address(DVA). This used to work earlier since the LMB memory map was caller specific and not global. But with the change to make the LMB allocations global and persistent, adding this memory