RE: [PATCH] mm/gup_benchmark: update the documentation in Kconfig

2020-08-20 Thread Song Bao Hua (Barry Song)
rg; > linux-kselft...@vger.kernel.org > Cc: Linuxarm ; linux-kernel@vger.kernel.org; Keith > Busch ; Ira Weiny ; Kirill A . > Shutemov > Subject: Re: [PATCH] mm/gup_benchmark: update the documentation in > Kconfig > > On 8/20/20 8:25 PM, Barry Song wrote: > >

Re: [PATCH] mm/gup_benchmark: update the documentation in Kconfig

2020-08-20 Thread John Hubbard
On 8/20/20 8:25 PM, Barry Song wrote: In the beginning, mm/gup_benchmark.c supported get_user_pages_fast() only, but right now, it supports the benchmarking of a couple of get_user_pages() related calls like: * get_user_pages_fast() * get_user_pages() * pin_user_pages_fast() * pin_user_pages()