]> git.baikalelectronics.ru Git - kernel.git/commit
mptcp: allow collapsing consecutive sendpages on the same substream
authorPaolo Abeni <pabeni@redhat.com>
Wed, 22 Jan 2020 00:56:27 +0000 (16:56 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 24 Jan 2020 12:44:08 +0000 (13:44 +0100)
commit00b0022b64705ebd907d7613032a4fc8338026ec
tree48ca5bd1b148a76a990f787f5e7beb89cd78615f
parentf0f3938128572983d3f9b113765c2bed4cacba4a
mptcp: allow collapsing consecutive sendpages on the same substream

If the current sendmsg() lands on the same subflow we used last, we
can try to collapse the data.

Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: Christoph Paasch <cpaasch@apple.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/mptcp/protocol.c