From: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
To: netdev@vger.kernel.org
Cc: Neil Horman <nhorman@tuxdriver.com>,
Vlad Yasevich <vyasevich@gmail.com>,
David Miller <davem@davemloft.net>,
brouer@redhat.com, alexander.duyck@gmail.com,
alexei.starovoitov@gmail.com, borkmann@iogearbox.net,
marek@cloudflare.com, hannes@stressinduktion.org, fw@strlen.de,
pabeni@redhat.com, john.r.fastabend@intel.com,
linux-sctp@vger.kernel.org
Subject: [RFC PATCH net-next 0/3] sctp: add GSO support
Date: Wed, 27 Jan 2016 15:06:30 -0200 [thread overview]
Message-ID: <cover.1453913331.git.marcelo.leitner@gmail.com> (raw)
This patchset is merely a RFC for the moment. There are some
controversial points that I'd like to discuss before actually proposing
the patches.
The points are more detailed in the 3rd patch.
Another approach that I can think of, is using something related to
what Dave Miller mentioned on the thread 'Optimizing instruction-cache,
more packets at each stage' about skb bundling, so I Cc'ed people from
that thread too.
SCTP could generate a list of related skbs, after all that's pretty much
what this patchset does but using GRO/GSO infrastructure that is already
there.
PS: I also have code for GRO on top of this patchset, but it needs more
work yet.
Thanks!
Marcelo Ricardo Leitner (3):
skbuff: export skb_gro_receive
sctp: offloading support structure
sctp: Add GSO support
include/linux/netdev_features.h | 7 +-
include/linux/netdevice.h | 1 +
include/linux/skbuff.h | 2 +
include/net/sctp/sctp.h | 4 +
net/core/dev.c | 6 +-
net/core/skbuff.c | 13 +-
net/ipv4/af_inet.c | 1 +
net/sctp/Makefile | 3 +-
net/sctp/offload.c | 100 ++++++++++++
net/sctp/output.c | 338 +++++++++++++++++++++++++---------------
net/sctp/protocol.c | 3 +
net/sctp/socket.c | 2 +
12 files changed, 351 insertions(+), 129 deletions(-)
create mode 100644 net/sctp/offload.c
--
2.5.0
next reply other threads:[~2016-01-27 17:06 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-27 17:06 Marcelo Ricardo Leitner [this message]
2016-01-27 17:06 ` [RFC PATCH net-next 1/3] skbuff: export skb_gro_receive Marcelo Ricardo Leitner
2016-01-27 18:35 ` Eric Dumazet
2016-01-27 18:46 ` Marcelo Ricardo Leitner
2016-01-27 17:06 ` [RFC PATCH net-next 2/3] sctp: offloading support structure Marcelo Ricardo Leitner
2016-01-27 17:06 ` [RFC PATCH net-next 3/3] sctp: Add GSO support Marcelo Ricardo Leitner
2016-01-29 19:15 ` Alexander Duyck
2016-01-29 19:42 ` Marcelo Ricardo Leitner
2016-01-30 4:07 ` Alexander Duyck
2016-02-01 16:22 ` Marcelo Ricardo Leitner
2016-02-01 17:03 ` Alexander Duyck
2016-02-01 17:41 ` Marcelo Ricardo Leitner
2016-01-28 13:51 ` [RFC PATCH net-next 0/3] sctp: add " David Laight
2016-01-28 15:53 ` 'Marcelo Ricardo Leitner'
2016-01-28 17:30 ` David Laight
2016-01-28 20:55 ` 'Marcelo Ricardo Leitner'
2016-01-29 15:51 ` David Laight
2016-01-29 18:53 ` 'Marcelo Ricardo Leitner'
2016-01-29 15:57 ` David Laight
2016-01-29 16:07 ` David Laight
2016-01-28 17:54 ` Michael Tuexen
2016-01-28 21:03 ` Marcelo Ricardo Leitner
2016-01-28 23:36 ` Michael Tuexen
2016-01-29 1:18 ` Marcelo Ricardo Leitner
2016-01-29 10:57 ` Michael Tuexen
2016-01-29 11:26 ` Marcelo Ricardo Leitner
2016-01-29 12:25 ` Michael Tuexen
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.1453913331.git.marcelo.leitner@gmail.com \
--to=marcelo.leitner@gmail.com \
--cc=alexander.duyck@gmail.com \
--cc=alexei.starovoitov@gmail.com \
--cc=borkmann@iogearbox.net \
--cc=brouer@redhat.com \
--cc=davem@davemloft.net \
--cc=fw@strlen.de \
--cc=hannes@stressinduktion.org \
--cc=john.r.fastabend@intel.com \
--cc=linux-sctp@vger.kernel.org \
--cc=marek@cloudflare.com \
--cc=netdev@vger.kernel.org \
--cc=nhorman@tuxdriver.com \
--cc=pabeni@redhat.com \
--cc=vyasevich@gmail.com \
/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).