Re: [Xen-devel] [PATCH v2 08/12] xen/gnttab: Fold grant_table_{create, set_limits}() into grant_table_init()

2018-08-15 Thread Jan Beulich
>>> On 13.08.18 at 12:01, wrote: > Now that the max_{grant,maptrack}_frames are specified from the very beginning > of grant table construction, the various initialisation functions can be > folded together and simplified as a result. > > Leave grant_table_init() as the public interface, which is

Re: [Xen-devel] [PATCH v2 08/12] xen/gnttab: Fold grant_table_{create, set_limits}() into grant_table_init()

2018-08-14 Thread Roger Pau Monné
On Mon, Aug 13, 2018 at 11:01:05AM +0100, Andrew Cooper wrote: > Now that the max_{grant,maptrack}_frames are specified from the very beginning > of grant table construction, the various initialisation functions can be > folded together and simplified as a result. > > Leave grant_table_init() as t

[Xen-devel] [PATCH v2 08/12] xen/gnttab: Fold grant_table_{create, set_limits}() into grant_table_init()

2018-08-13 Thread Andrew Cooper
Now that the max_{grant,maptrack}_frames are specified from the very beginning of grant table construction, the various initialisation functions can be folded together and simplified as a result. Leave grant_table_init() as the public interface, which is more consistent with other subsystems. Sig