Re: [PATCH 5/9] xen: introduce assign_pages_nr

2021-07-01 Thread Jan Beulich
On 01.07.2021 11:24, Julien Grall wrote: > On 01/07/2021 09:26, Jan Beulich wrote: >> On 30.06.2021 20:29, Julien Grall wrote: >>> On 10/06/2021 10:49, Jan Beulich wrote: On 07.06.2021 04:43, Penny Zheng wrote: > Introduce new interface assign_pages_nr to deal with when page number is

Re: [PATCH 5/9] xen: introduce assign_pages_nr

2021-07-01 Thread Julien Grall
Hi Jan, On 01/07/2021 09:26, Jan Beulich wrote: On 30.06.2021 20:29, Julien Grall wrote: On 10/06/2021 10:49, Jan Beulich wrote: On 07.06.2021 04:43, Penny Zheng wrote: Introduce new interface assign_pages_nr to deal with when page number is not in a power-of-two, which will save the trouble

Re: [PATCH 5/9] xen: introduce assign_pages_nr

2021-07-01 Thread Jan Beulich
On 30.06.2021 20:29, Julien Grall wrote: > On 10/06/2021 10:49, Jan Beulich wrote: >> On 07.06.2021 04:43, Penny Zheng wrote: >>> Introduce new interface assign_pages_nr to deal with when page number is >>> not in a power-of-two, which will save the trouble each time user needs >>> to split the siz

Re: [PATCH 5/9] xen: introduce assign_pages_nr

2021-06-30 Thread Julien Grall
Hi, On 10/06/2021 10:49, Jan Beulich wrote: On 07.06.2021 04:43, Penny Zheng wrote: Introduce new interface assign_pages_nr to deal with when page number is not in a power-of-two, which will save the trouble each time user needs to split the size in a power of 2 to use assign_pages. First of

Re: [PATCH 5/9] xen: introduce assign_pages_nr

2021-06-10 Thread Jan Beulich
On 07.06.2021 04:43, Penny Zheng wrote: > Introduce new interface assign_pages_nr to deal with when page number is > not in a power-of-two, which will save the trouble each time user needs > to split the size in a power of 2 to use assign_pages. First of all I still don't see why in this one speci