-
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 #30 from metaspace/block-update-september
Block update september
- Loading branch information
Showing
12 changed files
with
18,320 additions
and
9 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
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 |
---|---|---|
|
@@ -62,9 +62,59 @@ in this work: | |
|
||
## Resources | ||
|
||
- [Latest patches](https://github.com/metaspace/linux/tree/rnull) | ||
- [Latest patches](https://git.kernel.org/pub/scm/linux/kernel/git/a.hindborg/linux.git/log/?h=rnull) | ||
- [Original RFC Patches](https://github.com/metaspace/linux/tree/null_block-RFC) | ||
- [Mailing List Post](https://lore.kernel.org/all/[email protected]/) | ||
- [Subset merged in v6.11-rc1](https://lore.kernel.org/all/[email protected]/) | ||
|
||
## 6.11-rc2 Rebase ([`rnull-v6.11-rc2`](https://git.kernel.org/pub/scm/linux/kernel/git/a.hindborg/linux.git/log/?h=rnull-v6.11-rc2)) | ||
|
||
Changes from `rnull-v6.10`: | ||
|
||
- Base abstractions merged upstream 🥳 | ||
- Use atomic queue limits C API for setting queue limits. | ||
|
||
### Performance | ||
|
||
#### Setup | ||
|
||
- AMD Ryzen 5 7600 | ||
- 32 GB 4800 MT/s DDR5 on one channel | ||
- 1x Samsung 990 Pro 1TB (PCIe 4.0 x4 16 GT/S) | ||
- NixOS 24.05 | ||
|
||
#### Results | ||
|
||
- Plot shows `(mean_iops_r - mean_iops_c) / mean_iops_c` | ||
- 40 samples for each configuration | ||
- Difference of means modeled with t-distribution | ||
- P95 confidence intervals | ||
|
||
![](rnull/rnull-v6.11-rc2.svg) | ||
|
||
## 6.10 Rebase ([`rnull-v6.10`](https://git.kernel.org/pub/scm/linux/kernel/git/a.hindborg/linux.git/log/?h=rnull-v6.10)) | ||
|
||
Changes from `rnull-v6.10-rc3`: | ||
|
||
- None | ||
|
||
### Performance | ||
|
||
#### Setup | ||
|
||
- AMD Ryzen 5 7600 | ||
- 32 GB 4800 MT/s DDR5 on one channel | ||
- 1x Samsung 990 Pro 1TB (PCIe 4.0 x4 16 GT/S) | ||
- NixOS 24.05 | ||
|
||
#### Results | ||
|
||
- Plot shows `(mean_iops_r - mean_iops_c) / mean_iops_c` | ||
- 40 samples for each configuration | ||
- Difference of means modeled with t-distribution | ||
- P95 confidence intervals | ||
|
||
![](rnull/rnull-v6.10.svg) | ||
|
||
## 6.10-rc3 Rebase ([`rnull-v6.10-rc3`](https://github.com/metaspace/linux/tree/rnull-v6.10-rc3)) | ||
|
||
|
Oops, something went wrong.