Re: [Xen-devel] [PATCH v2 1/4] x86/mm: add optional cache to GLA->GFN translation

2018-09-19 Thread Wei Liu
On Tue, Sep 11, 2018 at 07:13:53AM -0600, Jan Beulich wrote: > The caching isn't actually implemented here, this is just setting the > stage. > > Touching these anyway also > - make their return values gfn_t > - gva -> gla in their names > - name their input arguments gla > > At the use sites do

Re: [Xen-devel] [PATCH v2 1/4] x86/mm: add optional cache to GLA->GFN translation

2018-09-11 Thread Razvan Cojocaru
On 9/11/18 4:13 PM, Jan Beulich wrote: > The caching isn't actually implemented here, this is just setting the > stage. > > Touching these anyway also > - make their return values gfn_t > - gva -> gla in their names > - name their input arguments gla > > At the use sites do the conversion to gfn_

[Xen-devel] [PATCH v2 1/4] x86/mm: add optional cache to GLA->GFN translation

2018-09-11 Thread Jan Beulich
The caching isn't actually implemented here, this is just setting the stage. Touching these anyway also - make their return values gfn_t - gva -> gla in their names - name their input arguments gla At the use sites do the conversion to gfn_t as suitable. Signed-off-by: Jan Beulich Reviewed-by: