From: Willem de Bruijn <willemdebruijn.ker...@gmail.com> Date: Thu, 3 Aug 2017 16:29:36 -0400
> Introduce zerocopy socket send flag MSG_ZEROCOPY. This extends the > shared page support (SKBTX_SHARED_FRAG) from sendpage to sendmsg. > Implement the feature for TCP initially, as large writes benefit > most. Looks great, series applied, thanks!