]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/powernv/ioda: Allocate indirect TCE levels of cached userspace addresses...
authorAlexey Kardashevskiy <aik@ozlabs.ru>
Fri, 28 Sep 2018 06:45:39 +0000 (16:45 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 20 Dec 2018 11:59:03 +0000 (22:59 +1100)
commit3f9c194001e754d6809e5c5ce218b3ced90da1f8
tree517abcd7c3beec086aeab2249bae2630a406179f
parent43e2c7b3f363f94ab28136e6b80b7f78dceb3239
powerpc/powernv/ioda: Allocate indirect TCE levels of cached userspace addresses on demand

The powernv platform maintains 2 TCE tables for VFIO - a hardware TCE
table and a table with userspace addresses; the latter is used for
marking pages dirty when corresponging TCEs are unmapped from
the hardware table.

5a8d14dc6afc ("powerpc/powernv/ioda: Allocate indirect TCE levels
on demand") enabled on-demand allocation of the hardware table,
however it missed the other table so it has still been fully allocated
at the boot time. This fixes the issue by allocating a single level,
just like we do for the hardware table.

Fixes: 5a8d14dc6afc ("powerpc/powernv/ioda: Allocate indirect TCE levels on demand")
Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/platforms/powernv/pci-ioda-tce.c