Re: [PATCH v2 1/5] virtio-mem: Probe THP size to determine default block size

2020-09-29 Thread Pankaj Gupta
> >> Let's allow a minimum block size of 1 MiB in all configurations. Select > >> the default block size based on > >> - The page size of the memory backend. > >> - The THP size if the memory backend size corresponds to the real hsot > > > > s/hsot/host > > thanks! > > >> page size. > >> - The

Re: [PATCH v2 1/5] virtio-mem: Probe THP size to determine default block size

2020-09-29 Thread David Hildenbrand
On 29.09.20 15:54, Pankaj Gupta wrote: >> Let's allow a minimum block size of 1 MiB in all configurations. Select >> the default block size based on >> - The page size of the memory backend. >> - The THP size if the memory backend size corresponds to the real hsot > > s/hsot/host thanks! >>

Re: [PATCH v2 1/5] virtio-mem: Probe THP size to determine default block size

2020-09-29 Thread Pankaj Gupta
> Let's allow a minimum block size of 1 MiB in all configurations. Select > the default block size based on > - The page size of the memory backend. > - The THP size if the memory backend size corresponds to the real hsot s/hsot/host > page size. > - The global minimum of 1 MiB. > and warn if

[PATCH v2 1/5] virtio-mem: Probe THP size to determine default block size

2020-09-28 Thread David Hildenbrand
Let's allow a minimum block size of 1 MiB in all configurations. Select the default block size based on - The page size of the memory backend. - The THP size if the memory backend size corresponds to the real hsot page size. - The global minimum of 1 MiB. and warn if something smaller is