Searched hist:b14d749ac5abdf311321172ae11e6ad1be4293e9 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/hv/ |
H A D | hv_fcopy.c | diff b14d749ac5abdf311321172ae11e6ad1be4293e9 Thu Jul 25 00:03:14 CDT 2019 Himadri Pandya <himadrispandya@gmail.com> Drivers: hv: Specify receive buffer size using Hyper-V page size
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@gmail.com> Reviewed-by: Michael Kelley <mikelley@microsoft.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
|
H A D | hv_snapshot.c | diff b14d749ac5abdf311321172ae11e6ad1be4293e9 Thu Jul 25 00:03:14 CDT 2019 Himadri Pandya <himadrispandya@gmail.com> Drivers: hv: Specify receive buffer size using Hyper-V page size
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@gmail.com> Reviewed-by: Michael Kelley <mikelley@microsoft.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
|
H A D | hv_kvp.c | diff b14d749ac5abdf311321172ae11e6ad1be4293e9 Thu Jul 25 00:03:14 CDT 2019 Himadri Pandya <himadrispandya@gmail.com> Drivers: hv: Specify receive buffer size using Hyper-V page size
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@gmail.com> Reviewed-by: Michael Kelley <mikelley@microsoft.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
|
H A D | hv_util.c | diff b14d749ac5abdf311321172ae11e6ad1be4293e9 Thu Jul 25 00:03:14 CDT 2019 Himadri Pandya <himadrispandya@gmail.com> Drivers: hv: Specify receive buffer size using Hyper-V page size
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@gmail.com> Reviewed-by: Michael Kelley <mikelley@microsoft.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
|