On Wed, 24 Jul 2019 22:03:14 -0700 "Himadri Pandya" <himadrispandya@xxxxxxxxx> wrote: > The recv_buffer is used to retrieve data from the VMbus ring buffer. > VMbus ring buffers are sized based on the guest page size which > Hyper-V assumes to be 4KB. But it may be different on some > architectures. So use the Hyper-V page size to allocate the > recv_buffer and set the maximum size to receive. > > Signed-off-by: Himadri Pandya <himadri18.07@xxxxxxxxx> If pagesize is 64K, then doing it this way will waste lots of memory.