Re: [PATCH v3 06/13] iommu/arm-smmu-v3: Add context descriptor tables allocators

2019-12-17 Thread Auger Eric
Hi Jean, On 12/9/19 7:05 PM, Jean-Philippe Brucker wrote: > Support for SSID will require allocating context descriptor tables. Move > the context descriptor allocation to separate functions. > > Signed-off-by: Jean-Philippe Brucker Reviewed-by: Eric Auger Thanks Eric > --- > drivers/iommu/a

[PATCH v3 06/13] iommu/arm-smmu-v3: Add context descriptor tables allocators

2019-12-09 Thread Jean-Philippe Brucker
Support for SSID will require allocating context descriptor tables. Move the context descriptor allocation to separate functions. Signed-off-by: Jean-Philippe Brucker --- drivers/iommu/arm-smmu-v3.c | 57 ++--- 1 file changed, 46 insertions(+), 11 deletions(-) di