aboutsummaryrefslogtreecommitdiff
path: root/net/lapb/lapb_in.c
diff options
context:
space:
mode:
authorJulien Grall <[email protected]>2015-05-05 16:25:56 +0100
committerDavid Vrabel <[email protected]>2015-10-23 14:20:40 +0100
commit67de5dfbc176ea86ab0278658b5d55f64207ff2d (patch)
tree0c03545ee47352eddd9b61171546a1e76fccb73c /net/lapb/lapb_in.c
parentc004a6fe0c405e2aa91b2a88aa1428724e6d06f6 (diff)
block/xen-blkback: 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 behaving as a block backend on a non-modified Xen. It's only necessary to adapt the ring size and the number of request per indirect frames. The rest of the code is relying on the grant table code. Note that the grant table code is allocating a Linux page per grant which will result to waste 6OKB for every grant when Linux is using 64KB page granularity. This could be improved by sharing the page between multiple grants. Signed-off-by: Julien Grall <[email protected]> Acked-by: "Roger Pau MonnĂ©" <[email protected]> Signed-off-by: David Vrabel <[email protected]>
Diffstat (limited to 'net/lapb/lapb_in.c')
0 files changed, 0 insertions, 0 deletions