commit | 22700f3c6df55387cec2ee27c533a7b23c76dc51 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Tue Oct 10 17:31:43 2017 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Tue Nov 07 16:44:03 2017 -0500 |
tree | e4a6cb0c188aa7d8b051e94f422a2bbdc4b673d0 | |
parent | 95da1b3a5aded124dd1bda1e3cdb876184813140 [diff] |
SUNRPC: Improve ordering of transport processing Since it can take a while before a specific thread gets scheduled, it is better to just implement a first come first served queue mechanism. That way, if a thread is already scheduled and is idle, it can pick up the work to do from the queue. Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>