All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christoph Paasch <cpaasch at apple.com>
To: mptcp at lists.01.org
Subject: Re: [MPTCP] [RFC] MPTCP Path Management Generic Netlink API
Date: Tue, 13 Mar 2018 11:24:56 -0700	[thread overview]
Message-ID: <20180313182456.GH74937@MacBook-Pro-4.local> (raw)
In-Reply-To: 20180312205507.GA9725@greed.cult

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

Hello Stephen,

On 12/03/18 - 13:55:07, Stephen Brennan wrote:
> Thanks for the info, I think I understand the plan a lot better now!
> 
> On Sun, Mar 11, 2018 at 08:27:43PM -0700, Christoph Paasch wrote:
> > Hello Stephen,
> > 
> > On 08/03/18 - 15:46:29, Stephen Brennan wrote:
> > > Hi Ossama,
> > > 
> > > I'm very interested in the idea of a MPTCP path manager Netlink API, since
> > > I actually posted a patch on mptcp-dev recently containing a path manager
> > > which did send and receive some commands over a Netlink API. My API was not
> > > nearly as complete as this one, but it's nice to see that path management
> > > policy could move further into user-space. That certainly makes the sort of
> > > research I was working on a lot easier.
> > 
> > I saw your patches and will do a review soon.
> > 
> > > I do have some inline comments drawn from my experience, but first one
> > > question. Is the implementation strategy for the Netlink PM to simply be
> > > another path manager (selectable among the other path managers), or would
> > > it replace the other path managers in some way?
> > 
> > Long-term we definitely want to go away from having the kernel-moduled
> > path-managers. They were very useful when we had to write research papers,
> > but for upstreaming it's not a good design :)
> 
> How do you plan to handle schedulers? Given the good experimental results
> of the min-RTT-first scheduler, will that be the only option? Or will it
> remain as a kernel module due to the time-sensitive nature of scheduling?
> 
> I ask because I've found scheduling to be sometimes related to path
> management. For instance, the system I worked on in my thesis essentially
> routes subflows through proxies. A piece of future work we've been looking
> into has been to "explore" new proxies without risk of disrupting the
> connection due to packet loss. We would do this by only transmitting
> redundant data segments along the subflow being "explored".

I think there are two things to consider.

For the upstreaming effort, it makes sense to have the most simple and
(more importantly) cleanest solution for scheduling. At least initially,
that allows to target upstream submission without the complexity of the
more advanced schedulers (e.g., reinjection based on retransmission timeouts,...).
As use-cases become more clear, a upstream scheduler could then get changed
to accomodate those. As Alexander mentions, the BPF scheduler could indeed
be an interesting approach for upstream.

On the other hand, that shouldn't prevent research and experiments to go into the
multipath-tcp.org implementation, as long as it is clean and neatly fits
into the current framework (assuming that the submission is being
maintained by the researcher).


Christoph


             reply	other threads:[~2018-03-13 18:24 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-13 18:24 Christoph Paasch [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-03-13 18:26 [MPTCP] [RFC] MPTCP Path Management Generic Netlink API 'Christoph Paasch'
2018-03-12 21:10 Stephen Brennan
2018-03-12 20:55 Stephen Brennan
2018-03-12 17:27 Othman, Ossama
2018-03-12  3:27 Christoph Paasch
2018-03-12  3:25 Christoph Paasch
2018-03-08 23:46 Stephen Brennan
2018-03-08 20:48 Othman, Ossama

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=20180313182456.GH74937@MacBook-Pro-4.local \
    --to=unknown@example.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 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.