netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH net-next 0/3] sctp: add GSO support
@ 2016-01-27 17:06 Marcelo Ricardo Leitner
  2016-01-27 17:06 ` [RFC PATCH net-next 1/3] skbuff: export skb_gro_receive Marcelo Ricardo Leitner
                   ` (3 more replies)
  0 siblings, 4 replies; 27+ messages in thread
From: Marcelo Ricardo Leitner @ 2016-01-27 17:06 UTC (permalink / raw)
  To: netdev
  Cc: Neil Horman, Vlad Yasevich, David Miller, brouer, alexander.duyck,
	alexei.starovoitov, borkmann, marek, hannes, fw, pabeni,
	john.r.fastabend, linux-sctp

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

^ permalink raw reply	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2016-02-01 17:41 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-27 17:06 [RFC PATCH net-next 0/3] sctp: add GSO support Marcelo Ricardo Leitner
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

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).