Replies: 1 comment
-
Hi sorry for the late reply. If I were to be very specific about the wording: navy/scheduler/ is about parallelism: Given the incoming NVM jobs, how to put them in multiple queues and execute them in parallel. |
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.
-
I notice that in both
allocator/nvmcache/NvmCache-inl.h
andnavy/scheduler/
directories, there exists some code related to the handling of concurrent NVM operations for objects of the same key. So what is the difference of responsibilities between them?allocator/nvmcache/NvmCache-inl.h
is quite complicated, and I really hope somebody can solve my confusion. Thanks a lot.Beta Was this translation helpful? Give feedback.
All reactions