xen-blkfront: Introduce a 'max' module parameter to alter the amount of indirect...
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 15 May 2013 14:39:34 +0000 (10:39 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 4 Jun 2013 19:58:35 +0000 (15:58 -0400)
commit2d5dc3ba853344f39a41ae5bdb0a337b2ecaafa6
treedcf56fdf3898ebc4c4f5c0084b55be5fa8056b24
parentb7649158a0d241f8d53d13ff7441858539e16656
xen-blkfront: Introduce a 'max' module parameter to alter the amount of indirect segments.

The max module parameter (by default 32) is the maximum number of
segments that the frontend will negotiate with the backend for indirect
descriptors.  Higher value means more potential throughput but more
memory usage. The backend picks the minimum of the frontend and its
default backend value.

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Documentation/ABI/testing/sysfs-driver-xen-blkfront [new file with mode: 0644]
drivers/block/xen-blkfront.c