Commit 9b3118f
DTS: set default nvme Host Memory Buffer size to 32MB on BCM2711/2
In #6504 the nvme HMB
allocation was found to come from CMA so was restricted to zero on the
basis of a superficial amount of testing showing no performance impact.
This is not the case for high-density low-capacity DRAM-less drives,
where random read can suffer up to 50% degradation.
With the addition of commit 6686634 ("nvme-pci: manually allocate
Host Memory Buffer segments on arm64") this restriction is no longer
necessary.
Bump the default to 32MiB, which is a fair compromise for increasing
random read performance on smaller drives that typically have less
internal parallelism and request smaller HMBs.
Signed-off-by: Jonathan Bell <jonathan@raspberrypi.com>1 parent 582cb2a commit 9b3118f
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
0 commit comments