All of lore.kernel.org
 help / color / mirror / Atom feed
* [MPTCP] [RFC PATCH 0/4] mptcp: refactor xmit path
@ 2019-04-05 14:46 Paolo Abeni
  0 siblings, 0 replies; only message in thread
From: Paolo Abeni @ 2019-04-05 14:46 UTC (permalink / raw)
  To: mptcp 

[-- Attachment #1: Type: text/plain, Size: 796 bytes --]

This series refactor the mptcp xmit path trying to make sendmsg behavior
more consistent, memory efficent and improve its performances.

This is an early draft, only lightly tested, shared early to avoid codying
conflict in this area.

The code is also available here:

https://github.com/pabeni/mptcp/tree/mptcp-proposal-devel

Paolo Abeni (4):
  mptcp: use sk_page_frag() in sendmsg
  mptcp: sendmsg() do spool all the provided data
  mptcp: move tpext data_len initialization at option creation time
  mptcp: allow collapsing consecutive sendpages on the same substream

 include/net/mptcp.h  |   1 +
 net/mptcp/options.c  |   2 +
 net/mptcp/protocol.c | 160 ++++++++++++++++++++++++++-----------------
 3 files changed, 100 insertions(+), 63 deletions(-)

-- 
2.20.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-04-05 14:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-05 14:46 [MPTCP] [RFC PATCH 0/4] mptcp: refactor xmit path Paolo Abeni

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.