From: David S. Miller Date: Fri, 3 Jun 2016 23:37:26 +0000 (-0400) Subject: Merge branch 'sctp-gso' X-Git-Tag: v4.8-rc1~140^2~439 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=db54275dffb28b0b19596a6418419930f58332a0;p=karo-tx-linux.git Merge branch 'sctp-gso' Marcelo Ricardo Leitner says: ==================== sctp: Add GSO support 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. overall changes: v1->v2: Added support for receiving GSO frames on SCTP stack, as requested by Dave Miller. v2->v3: Consider sctphdr size in skb_gso_transport_seglen() rebased due to 5c7cdf339af5 ("gso: Remove arbitrary checks for unsupported GSO") ==================== Signed-off-by: David S. Miller --- db54275dffb28b0b19596a6418419930f58332a0