Re: [PATCH v2 19/21] qapi/block-export: Document FUSE's multi-threading

2025-06-04 Thread Markus Armbruster
Hanna Czenczek writes: > Document for users that FUSE's multi-threading implementation > distributes requests in a round-robin manner, regardless of where they > originate from. > > As noted by Stefan, this will probably change with a FUSE-over-io_uring > implementation (which is supposed to have

[PATCH v2 19/21] qapi/block-export: Document FUSE's multi-threading

2025-06-04 Thread Hanna Czenczek
Document for users that FUSE's multi-threading implementation distributes requests in a round-robin manner, regardless of where they originate from. As noted by Stefan, this will probably change with a FUSE-over-io_uring implementation (which is supposed to have CPU affinity), but documenting that