netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Hannes Frederic Sowa <hannes@stressinduktion.org>
To: netdev@vger.kernel.org
Cc: edumazet@google.com, cwang@twopensource.com
Subject: [PATCH v2 net-next 0/4] net: af_unix: zerocopy stream bits
Date: Thu, 21 May 2015 11:39:12 +0200	[thread overview]
Message-ID: <cover.1432200343.git.hannes@stressinduktion.org> (raw)

This series implements zerocopy support for AF_UNIX SOCK_STREAM sockets.

Changelog in the specific patches. Thanks to all the reviewers!

Hannes Frederic Sowa (4):
  net: skbuff: add skb_append_pagefrags and use it
  net: af_unix: implement stream sendpage support
  net: make skb_splice_bits more configureable
  net: af_unix: implement splice for stream af_unix sockets

 fs/splice.c            |   1 +
 include/linux/skbuff.h |  14 ++-
 net/core/skbuff.c      |  64 +++++++++----
 net/ipv4/ip_output.c   |  15 +---
 net/ipv4/tcp.c         |   5 +-
 net/unix/af_unix.c     | 240 ++++++++++++++++++++++++++++++++++++++++++++-----
 6 files changed, 285 insertions(+), 54 deletions(-)

-- 
2.1.0

             reply	other threads:[~2015-05-21  9:39 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-21  9:39 Hannes Frederic Sowa [this message]
2015-05-21  9:39 ` [PATCH v2 net-next 1/4] net: skbuff: add skb_append_pagefrags and use it Hannes Frederic Sowa
2015-05-21 14:10   ` Eric Dumazet
2015-05-21  9:39 ` [PATCH v2 net-next 2/4] net: af_unix: implement stream sendpage support Hannes Frederic Sowa
2015-05-21 14:11   ` Eric Dumazet
2015-05-21  9:39 ` [PATCH v2 net-next 3/4] net: make skb_splice_bits more configureable Hannes Frederic Sowa
2015-05-21  9:39 ` [PATCH v2 net-next 4/4] net: af_unix: implement splice for stream af_unix sockets Hannes Frederic Sowa
2015-05-21 14:23   ` Eric Dumazet
2015-05-21 14:59     ` Hannes Frederic Sowa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1432200343.git.hannes@stressinduktion.org \
    --to=hannes@stressinduktion.org \
    --cc=cwang@twopensource.com \
    --cc=edumazet@google.com \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).