Re: [Xen-devel] [PATCH 5/7] xen/iommu: smmu-v3: Add Xen specific code to enable the ported driver

2018-05-18 Thread Sameer Goel
On 3/10/2018 10:53 AM, Manish Jaggi wrote: > Hi Sameer, > > > On 02/09/2018 08:40 AM, Sameer Goel wrote: >> This driver follows an approach similar to smmu driver. The intent here >> is to reuse as much Linux code as possible. >> - Glue code has been introduced to bridge the API calls. >> - Calle

Re: [Xen-devel] [PATCH 5/7] xen/iommu: smmu-v3: Add Xen specific code to enable the ported driver

2018-05-11 Thread Sameer Goel
On 5/9/2018 2:58 AM, Julien Grall wrote: > > > On 09/05/2018 09:30, Manish Jaggi wrote: >> >> >> On 04/19/2018 04:24 PM, Manish Jaggi wrote: >>> Sorry for top posting, >>> >>> is someone working on the comments on this patch? >>> >>> -Manish >>> >> If no one is working this code anymore, I would

Re: [Xen-devel] [PATCH 5/7] xen/iommu: smmu-v3: Add Xen specific code to enable the ported driver

2018-05-09 Thread Julien Grall
On 09/05/2018 09:30, Manish Jaggi wrote: On 04/19/2018 04:24 PM, Manish Jaggi wrote: Sorry for top posting, is someone working on the comments on this patch? -Manish If no one is working this code anymore, I would like to pick it up and continue maintaining it. Is it fine with all? La

Re: [Xen-devel] [PATCH 5/7] xen/iommu: smmu-v3: Add Xen specific code to enable the ported driver

2018-05-09 Thread Manish Jaggi
On 04/19/2018 04:24 PM, Manish Jaggi wrote: Sorry for top posting, is someone working on the comments on this patch? -Manish If no one is working this code anymore, I would like to pick it up and continue maintaining it. Is it fine with all? -Regards Manish On 03/10/2018 11:23 PM, Manis

Re: [Xen-devel] [PATCH 5/7] xen/iommu: smmu-v3: Add Xen specific code to enable the ported driver

2018-04-19 Thread Manish Jaggi
Sorry for top posting, is someone working on the comments on this patch? -Manish On 03/10/2018 11:23 PM, Manish Jaggi wrote: Hi Sameer, On 02/09/2018 08:40 AM, Sameer Goel wrote: This driver follows an approach similar to smmu driver. The intent here is to reuse as much Linux code as possi

Re: [Xen-devel] [PATCH 5/7] xen/iommu: smmu-v3: Add Xen specific code to enable the ported driver

2018-03-11 Thread Manish Jaggi
On 10 March 2018 at 23:23, Manish Jaggi wrote: > Hi Sameer, > > > > On 02/09/2018 08:40 AM, Sameer Goel wrote: >> >> This driver follows an approach similar to smmu driver. The intent here >> is to reuse as much Linux code as possible. >> - Glue code has been introduced to bridge the API calls. >>

Re: [Xen-devel] [PATCH 5/7] xen/iommu: smmu-v3: Add Xen specific code to enable the ported driver

2018-03-10 Thread Manish Jaggi
Hi Sameer, On 02/09/2018 08:40 AM, Sameer Goel wrote: This driver follows an approach similar to smmu driver. The intent here is to reuse as much Linux code as possible. - Glue code has been introduced to bridge the API calls. - Called Linux functions from the Xen IOMMU function calls. - Xen mo

Re: [Xen-devel] [PATCH 5/7] xen/iommu: smmu-v3: Add Xen specific code to enable the ported driver

2018-03-01 Thread Jan Beulich
>>> On 01.03.18 at 15:33, wrote: > What Sameer has been doing for SMMUv3 is following the word we did on > the ARM SMMUv2 driver. The header is a suggestion for consolidating the > macros over the files here. In which case - why isn't the patch introducing this compat header removing the equiva

Re: [Xen-devel] [PATCH 5/7] xen/iommu: smmu-v3: Add Xen specific code to enable the ported driver

2018-03-01 Thread Julien Grall
Hi Jan, On 01/03/18 14:21, Jan Beulich wrote: On 01.03.18 at 15:07, wrote: On 09/02/18 03:10, Sameer Goel wrote: This driver follows an approach similar to smmu driver. The intent here is to reuse as much Linux code as possible. - Glue code has been introduced to bridge the API calls. - Calle

Re: [Xen-devel] [PATCH 5/7] xen/iommu: smmu-v3: Add Xen specific code to enable the ported driver

2018-03-01 Thread Jan Beulich
>>> On 01.03.18 at 15:07, wrote: > On 09/02/18 03:10, Sameer Goel wrote: >> This driver follows an approach similar to smmu driver. The intent here >> is to reuse as much Linux code as possible. >> - Glue code has been introduced to bridge the API calls. >> - Called Linux functions from the Xen IO

Re: [Xen-devel] [PATCH 5/7] xen/iommu: smmu-v3: Add Xen specific code to enable the ported driver

2018-03-01 Thread Julien Grall
Hi, On 09/02/18 03:10, Sameer Goel wrote: This driver follows an approach similar to smmu driver. The intent here is to reuse as much Linux code as possible. - Glue code has been introduced to bridge the API calls. - Called Linux functions from the Xen IOMMU function calls. - Xen modifications a