Messages in this thread |  | | From | Michael Kelley <> | Subject | RE: [PATCH v3 01/11] Drivers: hv: vmbus: Always use HV_HYP_PAGE_SIZE for gpadl | Date | Sat, 12 Sep 2020 19:23:22 +0000 |
| |
From: Boqun Feng <boqun.feng@gmail.com> Sent: Thursday, September 10, 2020 7:35 AM > > Since the hypervisor always uses 4K as its page size, the size of PFNs > used for gpadl should be HV_HYP_PAGE_SIZE rather than PAGE_SIZE, so > adjust this accordingly as the preparation for supporting 16K/64K page > size guests. No functional changes on x86, since PAGE_SIZE is always 4k > (equals to HV_HYP_PAGE_SIZE). > > Signed-off-by: Boqun Feng <boqun.feng@gmail.com> > --- > drivers/hv/channel.c | 13 +++++-------- > 1 file changed, 5 insertions(+), 8 deletions(-) >
Reviewed-by: Michael Kelley <mikelley@microsoft.com>
|  |