mbox series

[RFC,0/2] mptcp: dummy instance hack

Message ID cover.1610404441.git.pabeni@redhat.com
Headers show
Series mptcp: dummy instance hack | expand

Message

Paolo Abeni Jan. 11, 2021, 10:43 p.m. UTC
This series showcase the dummy napi instance hinted in the
sndbuf autotune series.

Only lightly tested, posted here mainly to check if this
approach could be accepted upstream.

Among other hackish thing, patch 1 adds some napi instances
to the init netns loopback device.

Side note: this apparently fixes for good the not too stable
simult_flows self-tests

Paolo Abeni (2):
  mptcp: implement deferred action infrastructure
  mptcp: leverage the deferred actions for packet scheduling

 net/mptcp/protocol.c | 110 +++++++++++++++++++++++++++++++++++++++++--
 net/mptcp/protocol.h |  52 ++++++++++++++++++++
 net/mptcp/subflow.c  |   2 +
 3 files changed, 160 insertions(+), 4 deletions(-)