Replies: 1 comment
-
|
You're correct, we simply assume 1 plane per die, which is a simplified and outdated NAND model. Happy to take your patch for improvement if you intend to work on it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I read the following code snippet of do_gc() function in bbssd/ftl.c, I‘m wondering why the multi-plane scenario is not taken into count.
`
/* copy back valid data */
for (ch = 0; ch < spp->nchs; ch++) {
for (lun = 0; lun < spp->luns_per_ch; lun++){
....
}
`
Beta Was this translation helpful? Give feedback.
All reactions