Re: [PATCH v6 07/13] mm: add generic type support to migrate_vma helpers

2021-08-16 Thread Christoph Hellwig
On Fri, Aug 13, 2021 at 01:31:44AM -0500, Alex Sierra wrote: > Device generic type case added for migrate_vma_pages and > migrate_vma_check_page helpers. > Both, generic and private device types have the same > conditions to decide to migrate pages from/to device > memory. This reas a little

[PATCH v6 07/13] mm: add generic type support to migrate_vma helpers

2021-08-13 Thread Alex Sierra
Device generic type case added for migrate_vma_pages and migrate_vma_check_page helpers. Both, generic and private device types have the same conditions to decide to migrate pages from/to device memory. Signed-off-by: Alex Sierra --- mm/migrate.c | 18 +++--- 1 file changed, 11