All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] sctp: Add GSO support
@ 2016-04-29 21:33 ` Marcelo Ricardo Leitner
  0 siblings, 0 replies; 16+ messages in thread
From: Marcelo Ricardo Leitner @ 2016-04-29 21:33 UTC (permalink / raw)
  To: netdev
  Cc: Vlad Yasevich, Neil Horman, linux-sctp, David Laight,
	Alexander Duyck

This patchset adds sctp GSO support.

Performance tests indicates that increases throughput by 10% if using
bigger chunk sizes, specially if bigger than MTU. For small chunks, it
doesn't help much if not using heavy firewall rules.

For small chunks it will probably be of more use once we get something
like MSG_MORE as David Laight had suggested.

I believe I could address all comments from the RFC attempt.

Marcelo Ricardo Leitner (2):
  skbuff: export skb_gro_receive
  sctp: Add GSO support

 include/linux/netdev_features.h |   7 +-
 include/linux/netdevice.h       |   1 +
 include/linux/skbuff.h          |   7 +
 include/net/sctp/sctp.h         |   4 +
 include/net/sctp/structs.h      |   2 +
 net/core/skbuff.c               |  11 +-
 net/ipv4/af_inet.c              |   1 +
 net/sctp/Makefile               |   3 +-
 net/sctp/offload.c              |  98 +++++++++++
 net/sctp/output.c               | 348 +++++++++++++++++++++++++++-------------
 net/sctp/protocol.c             |   3 +
 net/sctp/socket.c               |   2 +
 12 files changed, 366 insertions(+), 121 deletions(-)
 create mode 100644 net/sctp/offload.c

-- 
2.5.0


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

end of thread, other threads:[~2016-05-03 16:47 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-29 21:33 [PATCH 0/2] sctp: Add GSO support Marcelo Ricardo Leitner
2016-04-29 21:33 ` Marcelo Ricardo Leitner
2016-04-29 21:33 ` [PATCH 1/2] skbuff: export skb_gro_receive Marcelo Ricardo Leitner
2016-04-29 21:33   ` Marcelo Ricardo Leitner
2016-04-29 21:33 ` [PATCH 2/2] sctp: Add GSO support Marcelo Ricardo Leitner
2016-04-29 21:33   ` Marcelo Ricardo Leitner
2016-04-29 21:38 ` [PATCH 0/2] " Marcelo Ricardo Leitner
2016-04-29 21:38   ` Marcelo Ricardo Leitner
2016-05-02 23:16 ` David Miller
2016-05-02 23:16   ` David Miller
2016-05-03 11:49   ` Marcelo Ricardo Leitner
2016-05-03 11:49     ` Marcelo Ricardo Leitner
2016-05-03 16:09     ` David Miller
2016-05-03 16:09       ` David Miller
2016-05-03 16:47       ` Marcelo Ricardo Leitner
2016-05-03 16:47         ` Marcelo Ricardo Leitner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.