bdev/rbd: integrate SpdkContextWQ for reactor thread execution#17
Open
baum wants to merge 3 commits intoceph:ceph-nvmeof-v25.09from
Open
bdev/rbd: integrate SpdkContextWQ for reactor thread execution#17baum wants to merge 3 commits intoceph:ceph-nvmeof-v25.09from
baum wants to merge 3 commits intoceph:ceph-nvmeof-v25.09from
Conversation
08f907b to
8ad5a1a
Compare
7c7026c to
289d473
Compare
040222b to
b532f5f
Compare
7657f37 to
c3ea327
Compare
Signed-off-by: Gil Bregman <gbregman@il.ibm.com>
c3ea327 to
912f5f1
Compare
14 tasks
Add SpdkContextWQ implementation to schedule RBD I/O operations on SPDK reactor threads instead of ASIO thread pool. This includes: - New SpdkContextWQ class implementing ContextWQ interface - Reactor thread selection via bdev_rbd_find_reactor_thread() - Integration with with ContextWQ ceph API Signed-off-by: Alexander Indenbaum <aindenba@redhat.com>
573257d to
0b88e4c
Compare
Reactor threads are discovered and cached, and each new RBD bdev gets the next reactor in round-robin order so SpdkContextWQ work is spread across cores instead of a single reactor. Signed-off-by: Alexander Indenbaum <aindenba@redhat.com>
0b88e4c to
3ad6e64
Compare
60b5c24 to
cf59213
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
bdev/rbd: integrate SpdkContextWQ for reactor thread execution
Add SpdkContextWQ implementation to schedule RBD I/O operations on
SPDK reactor threads instead of ASIO thread pool. This includes: