Re: [Nouveau] [PATCH 2/5] mm/migrate: add a direction parameter to migrate_vma

2020-07-08 Thread Bharata B Rao
On Mon, Jul 06, 2020 at 03:23:44PM -0700, Ralph Campbell wrote: > The src_owner field in struct migrate_vma is being used for two purposes, > it implies the direction of the migration and it identifies device private > pages owned by the caller. Split this into separate parameters so the > src_owne

[Nouveau] [PATCH 2/5] mm/migrate: add a direction parameter to migrate_vma

2020-07-06 Thread Ralph Campbell
The src_owner field in struct migrate_vma is being used for two purposes, it implies the direction of the migration and it identifies device private pages owned by the caller. Split this into separate parameters so the src_owner field can be used just to identify device private pages owned by the c