From: David Miller <davem@davemloft.net>
To: marcelo.leitner@gmail.com
Cc: netdev@vger.kernel.org, linux-sctp@vger.kernel.org,
lucien.xin@gmail.com, nhorman@tuxdriver.com,
David.Laight@ACULAB.COM, vyasevich@gmail.com,
alexander.duyck@gmail.com, daniel@iogearbox.net, fw@strlen.de,
eric.dumazet@gmail.com
Subject: Re: [PATCH v3 0/7] sctp: Add GSO support
Date: Fri, 03 Jun 2016 23:37:50 +0000 [thread overview]
Message-ID: <20160603.193750.2212448136295973014.davem@davemloft.net> (raw)
In-Reply-To: <cover.1464888549.git.marcelo.leitner@gmail.com>
From: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Date: Thu, 2 Jun 2016 15:05:37 -0300
> 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")
Series applied, thanks Marcelo.
prev parent reply other threads:[~2016-06-03 23:37 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-02 18:05 [PATCH v3 0/7] sctp: Add GSO support Marcelo Ricardo Leitner
2016-06-02 18:05 ` [PATCH v3 1/7] loopback: make use of NETIF_F_GSO_SOFTWARE Marcelo Ricardo Leitner
2016-06-02 18:05 ` [PATCH v3 2/7] skbuff: export skb_gro_receive Marcelo Ricardo Leitner
2016-06-02 18:05 ` [PATCH v3 3/7] sk_buff: allow segmenting based on frag sizes Marcelo Ricardo Leitner
2016-06-02 18:05 ` [PATCH v3 4/7] skbuff: introduce skb_gso_validate_mtu Marcelo Ricardo Leitner
2016-06-02 18:05 ` [PATCH v3 5/7] sctp: delay as much as possible skb_linearize Marcelo Ricardo Leitner
2016-06-02 18:05 ` [PATCH v3 6/7] sctp: Add GSO support Marcelo Ricardo Leitner
2016-06-02 18:05 ` [PATCH v3 7/7] sctp: improve debug message to also log curr pkt and new chunk size Marcelo Ricardo Leitner
2016-06-03 23:37 ` David Miller [this message]
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=20160603.193750.2212448136295973014.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=David.Laight@ACULAB.COM \
--cc=alexander.duyck@gmail.com \
--cc=daniel@iogearbox.net \
--cc=eric.dumazet@gmail.com \
--cc=fw@strlen.de \
--cc=linux-sctp@vger.kernel.org \
--cc=lucien.xin@gmail.com \
--cc=marcelo.leitner@gmail.com \
--cc=netdev@vger.kernel.org \
--cc=nhorman@tuxdriver.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).