commit | 66d7a56a6254389587d0999dcaab1d2634cd4e24 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Mon Oct 05 11:19:20 2015 -0400 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Thu Oct 08 08:27:04 2015 -0400 |
tree | 9c9f6ede3878597b45061320c40bb2c00b885abb | |
parent | c6fa8e6de3dc420cba092bf155b2ed25bcd537f7 [diff] |
SUNRPC: Refactor TCP receive Move the TCP data receive loop out of xs_tcp_data_ready(). Doing so will allow us to move the data receive out of the softirq context in a set of followup patches. Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>