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

2020-09-28 Thread David Hildenbrand
On 28.09.20 11:31, Pankaj Gupta wrote: Let's allow a minimum block size of 1 MiB in all configurations. Use a default block size based on the THP size, and warn if something smaller is configured by the user. VIRTIO_MEM only supports Linux (depends on LINUX), so we can prob

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

2020-09-28 Thread Pankaj Gupta
> >> Let's allow a minimum block size of 1 MiB in all configurations. Use > >> a default block size based on the THP size, and warn if something > >> smaller is configured by the user. > >> > >> VIRTIO_MEM only supports Linux (depends on LINUX), so we can probe the > >> THP size unconditionally. >

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

2020-09-28 Thread David Hildenbrand
On 25.09.20 15:46, Pankaj Gupta wrote: >> Let's allow a minimum block size of 1 MiB in all configurations. Use >> a default block size based on the THP size, and warn if something >> smaller is configured by the user. >> >> VIRTIO_MEM only supports Linux (depends on LINUX), so we can probe the >> T

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

2020-09-25 Thread Pankaj Gupta
> Let's allow a minimum block size of 1 MiB in all configurations. Use > a default block size based on the THP size, and warn if something > smaller is configured by the user. > > VIRTIO_MEM only supports Linux (depends on LINUX), so we can probe the > THP size unconditionally. > > For now we only

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

2020-09-23 Thread David Hildenbrand
Let's allow a minimum block size of 1 MiB in all configurations. Use a default block size based on the THP size, and warn if something smaller is configured by the user. VIRTIO_MEM only supports Linux (depends on LINUX), so we can probe the THP size unconditionally. For now we only support virtio