forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'for-linus-5.10b-rc1c-tag' of git://git.kernel.org/pub/scm/…
…linux/kernel/git/xen/tip Pull more xen updates from Juergen Gross: - a series for the Xen pv block drivers adding module parameters for better control of resource usge - a cleanup series for the Xen event driver * tag 'for-linus-5.10b-rc1c-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip: Documentation: add xen.fifo_events kernel parameter description xen/events: unmask a fifo event channel only if it was masked xen/events: only register debug interrupt for 2-level events xen/events: make struct irq_info private to events_base.c xen: remove no longer used functions xen-blkfront: Apply changed parameter name to the document xen-blkfront: add a parameter for disabling of persistent grants xen-blkback: add a parameter for disabling of persistent grants
- Loading branch information
Showing
12 changed files
with
152 additions
and
126 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,3 +35,12 @@ Description: | |
controls the duration in milliseconds that blkback will not | ||
cache any page not backed by a grant mapping. | ||
The default is 10ms. | ||
|
||
What: /sys/module/xen_blkback/parameters/feature_persistent | ||
Date: September 2020 | ||
KernelVersion: 5.10 | ||
Contact: SeongJae Park <[email protected]> | ||
Description: | ||
Whether to enable the persistent grants feature or not. Note | ||
that this option only takes effect on newly created backends. | ||
The default is Y (enable). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
What: /sys/module/xen_blkfront/parameters/max | ||
What: /sys/module/xen_blkfront/parameters/max_indirect_segments | ||
Date: June 2013 | ||
KernelVersion: 3.11 | ||
Contact: Konrad Rzeszutek Wilk <[email protected]> | ||
|
@@ -8,3 +8,12 @@ Description: | |
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 <[email protected]> | ||
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). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.