]> Git Repo - linux.git/commit
scsi: storvsc: Enable scatterlist entry lengths > 4Kbytes
authorMichael Kelley <[email protected]>
Tue, 23 Feb 2021 22:44:54 +0000 (14:44 -0800)
committerMartin K. Petersen <[email protected]>
Wed, 17 Mar 2021 04:04:40 +0000 (00:04 -0400)
commit3d9c3dcc58e968403f29767726407bc680e087b5
tree5fb4eeaecd3eeb00281c0037eb07bfbbcef805ec
parent471ee95ccca9c417344453f73a39681cfde39af1
scsi: storvsc: Enable scatterlist entry lengths > 4Kbytes

storvsc currently sets .dma_boundary to limit scatterlist entries to 4
Kbytes, which is less efficient with huge pages that offer large chunks of
contiguous physical memory. Improve the algorithm for creating the Hyper-V
guest physical address PFN array so that scatterlist entries with lengths >
4Kbytes are handled.  As a result, remove the .dma_boundary setting.

The improved algorithm also adds support for scatterlist entries with
offsets >= 4Kbytes, which is supported by many other SCSI low-level
drivers.  And it retains support for architectures where possibly PAGE_SIZE
!= HV_HYP_PAGE_SIZE (such as ARM64).

Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Vitaly Kuznetsov <[email protected]>
Signed-off-by: Michael Kelley <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
drivers/scsi/storvsc_drv.c
include/linux/hyperv.h
This page took 0.064012 seconds and 4 git commands to generate.