Re: Ping: [PATCH v3] gnttab: defer allocation of status frame tracking array

2021-04-29 Thread Julien Grall
Hi Jan, On 29/04/2021 10:31, Jan Beulich wrote: On 15.04.2021 11:41, Jan Beulich wrote: This array can be large when many grant frames are permitted; avoid allocating it when it's not going to be used anyway, by doing this only in gnttab_populate_status_frames(). Signed-off-by: Jan Beulich

Ping: [PATCH v3] gnttab: defer allocation of status frame tracking array

2021-04-29 Thread Jan Beulich
On 15.04.2021 11:41, Jan Beulich wrote: > This array can be large when many grant frames are permitted; avoid > allocating it when it's not going to be used anyway, by doing this only > in gnttab_populate_status_frames(). > > Signed-off-by: Jan Beulich I know there has been controversy here. Jul