Chuck Lever <cel@xxxxxxxxxx> 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