-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from metaspace/rnull-v6.8
rnull: add entries for v6.8-rc6 and v6.8
- Loading branch information
Showing
3 changed files
with
7,585 additions
and
0 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 |
---|---|---|
|
@@ -66,6 +66,55 @@ in this work: | |
- [Original RFC Patches](https://github.com/metaspace/linux/tree/null_block-RFC) | ||
- [Mailing List Post](https://lore.kernel.org/all/[email protected]/) | ||
|
||
# 6.8 Rebase ([`rnull-v6.8`](https://github.com/metaspace/linux/tree/rnull-v6.8)) | ||
|
||
Changes from `rnull-v6.8-rc6`: | ||
|
||
- Slight refactoring of patch order | ||
|
||
## Performance | ||
|
||
### Setup | ||
|
||
- 12th Gen Intel(R) Core(TM) i5-12600 | ||
- 32 GB DRAM | ||
- Debian Bullseye userspace | ||
|
||
### Results | ||
|
||
- Plot shows `(mean_iops_r - mean_iops_c) / mean_iops_c` | ||
- 5 samples for each configuration | ||
- Difference of means modeled with t-distribution | ||
- P95 confidence intervals | ||
|
||
![](rnull/rnull-v6.8.svg) | ||
|
||
# 6.8-rc6 Rebase ([`rnull-v6.8-rc6`](https://github.com/metaspace/linux/tree/rnull-v6.8-rc6)) | ||
|
||
Changes from `rnull-6.8`: | ||
|
||
- Change lock alignment mechanics | ||
- Apply reference counting to `Request` | ||
- Drop some inline directives | ||
|
||
## Performance | ||
|
||
### Setup | ||
|
||
- 12th Gen Intel(R) Core(TM) i5-12600 | ||
- 32 GB DRAM | ||
- Debian Bullseye userspace | ||
|
||
### Results | ||
|
||
- Plot shows `(mean_iops_r - mean_iops_c) / mean_iops_c` | ||
- 5 samples for each configuration | ||
- Difference of means modeled with t-distribution | ||
- P95 confidence intervals | ||
|
||
![](rnull/rnull-v6.8-rc6.svg) | ||
|
||
|
||
# 6.7 Rebase ([`rnull-6.7`](https://github.com/metaspace/linux/tree/rnull-6.7)) | ||
|
||
Changes from null_blk-6.6: | ||
|
Oops, something went wrong.