mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-05 01:54:09 +08:00
4553350ffe
Commit 14e710fe78
("xen-blkfront: rename indirect descriptor
parameter") changed the name of the module parameter for the maximum
amount of segments in indirect requests but missed updating the
document. This commit updates the document.
Signed-off-by: SeongJae Park <sjpark@amazon.de>
Reviewed-by: Juergen Gross <jgross@suse.com>
Acked-by: Roger Pau Monné <roger.pau@citrix.com>
Link: https://lore.kernel.org/r/20200923061841.20531-4-sjpark@amazon.com
Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
20 lines
937 B
Plaintext
20 lines
937 B
Plaintext
What: /sys/module/xen_blkfront/parameters/max_indirect_segments
|
|
Date: June 2013
|
|
KernelVersion: 3.11
|
|
Contact: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
|
|
Description:
|
|
Maximum number of segments that the frontend will negotiate
|
|
with the backend for indirect descriptors. The default value
|
|
is 32 - higher value means more potential throughput but more
|
|
memory usage. The backend picks the minimum of the frontend
|
|
and its default backend value.
|
|
|
|
What: /sys/module/xen_blkfront/parameters/feature_persistent
|
|
Date: September 2020
|
|
KernelVersion: 5.10
|
|
Contact: SeongJae Park <sjpark@amazon.de>
|
|
Description:
|
|
Whether to enable the persistent grants feature or not. Note
|
|
that this option only takes effect on newly created frontends.
|
|
The default is Y (enable).
|