aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
diff options
context:
space:
mode:
authorJulien Grall <julien.grall@citrix.com>2015-07-22 16:44:54 +0100
committerDavid Vrabel <david.vrabel@citrix.com>2015-10-23 14:20:39 +0100
commitc004a6fe0c405e2aa91b2a88aa1428724e6d06f6 (patch)
tree9a6332624ab915652e3de5081cbce04c07a57505 /drivers/net
parentxen/grant-table: Make it running on 64KB granularity (diff)
downloadlinux-dev-c004a6fe0c405e2aa91b2a88aa1428724e6d06f6.tar.xz
linux-dev-c004a6fe0c405e2aa91b2a88aa1428724e6d06f6.zip
block/xen-blkfront: Make it running on 64KB page granularity
The PV block protocol is using 4KB page granularity. The goal of this patch is to allow a Linux using 64KB page granularity using block device on a non-modified Xen. The block API is using segment which should at least be the size of a Linux page. Therefore, the driver will have to break the page in chunk of 4K before giving the page to the backend. When breaking a 64KB segment in 4KB chunks, it is possible that some chunks are empty. As the PV protocol always require to have data in the chunk, we have to count the number of Xen page which will be in use and avoid sending empty chunks. Note that, a pre-defined number of grants are reserved before preparing the request. This pre-defined number is based on the number and the maximum size of the segments. If each segment contains a very small amount of data, the driver may reserve too many grants (16 grants is reserved per segment with 64KB page granularity). Furthermore, in the case of persistent grants we allocate one Linux page per grant although only the first 4KB of the page will be effectively in use. This could be improved by sharing the page with multiple grants. Signed-off-by: Julien Grall <julien.grall@citrix.com> Acked-by: Roger Pau Monné <roger.pau@citrix.com> Signed-off-by: David Vrabel <david.vrabel@citrix.com>
Diffstat (limited to 'drivers/net')
0 files changed, 0 insertions, 0 deletions