[SPDK] Re: Query on scaling SPDK threads
lokesharo at gmail.com Thu, 07 Oct 2021 06:23:31 +0000
| Newsgroups | dev.linux.lists.spdk |
|---|---|
| Message-ID | <[email protected]> |
Hello Jim Thanks for the response. For now, we are trying to create a minimal amount of threads and share them between different modules. This will help us to use the global pool judiciously. I have one question though. In spdk_reactors_start(), for every reactor, SPDK thread is created and added to g_threads. 1. Why are these threads created and where are they used? 2. Can the other modules in the system reuse these threads? Thanks