Message ID | 168979108540.1905271.9720708849149797793.stgit@morisot.1015granger.net (mailing list archive) |
---|---|
Headers | show |
Series | Send RPC-on-TCP with one sock_sendmsg() call | expand |
Chuck Lever <cel@kernel.org> wrote: > After some discussion with David Howells at LSF/MM 2023, we arrived > at a plan to use a single sock_sendmsg() call for transmitting an > RPC message on socket-based transports. This is an initial part of > the transition to support handling folios with file content, but it > has scalability benefits as well. > > Initial performance benchmark results show 5-10% throughput gains > with a fast link layer and a tmpfs export. I've added some other > ideas to this series for further discussion -- these have also shown > performance benefits in my testing. I like it :-) David