Re: [PATCH v2 11/11] mm/hmm: add an helper function that fault pages and map them to a device v2

2019-04-01 Thread Souptick Joarder
On Mon, Mar 25, 2019 at 8:11 PM wrote: > > From: Jérôme Glisse > > This is a all in one helper that fault pages in a range and map them to > a device so that every single device driver do not have to re-implement > this common pattern. > > This is taken from ODP RDMA in preparation of ODP RDMA co

[PATCH v2 11/11] mm/hmm: add an helper function that fault pages and map them to a device v2

2019-03-25 Thread jglisse
From: Jérôme Glisse This is a all in one helper that fault pages in a range and map them to a device so that every single device driver do not have to re-implement this common pattern. This is taken from ODP RDMA in preparation of ODP RDMA convertion. It will be use by nouveau and other drivers.