* [MPTCP] Userspace Path Manager Draft
@ 2018-03-22 20:41 Stephen Brennan
0 siblings, 0 replies; 2+ messages in thread
From: Stephen Brennan @ 2018-03-22 20:41 UTC (permalink / raw)
To: mptcp
[-- Attachment #1: Type: text/plain, Size: 1089 bytes --]
Hello everyone,
I did not sit in on the meeting since I am feeling sick, so I haven't had a
chance to see whether this is actually a useful contribution. However, over
the past week I've been tinkering with the userspace Generic Netlink
libraries, getting a prototype of what a userspace path manager framework
could look like.
My current idea is built so that it could support multiple path managers,
implemented as shared libraries, which are dynamically loaded at runtime.
There would need to be some policy or logic to decide which connections are
assigned to which path manager; I haven't fleshed out what that looks like.
Without an exact API reference, I simply based the API on what Ossama
proposed last week. To test, I created a dummy kernel path manager which
sends empty Netlink messages. It seems to work so far.
I don't know if those working on the Netlink API have been developing
userspace tooling in parallel, but if not, maybe this will be useful. You
can find it here:
https://github.com/brenns10/pathmand
Hope this is useful!
Stephen
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [MPTCP] Userspace Path Manager Draft
@ 2018-03-23 16:14 Christoph Paasch
0 siblings, 0 replies; 2+ messages in thread
From: Christoph Paasch @ 2018-03-23 16:14 UTC (permalink / raw)
To: mptcp
[-- Attachment #1: Type: text/plain, Size: 1566 bytes --]
Hello Stephen,
On 22/03/18 - 13:41:09, Stephen Brennan wrote:
> Hello everyone,
>
> I did not sit in on the meeting since I am feeling sick, so I haven't had a
> chance to see whether this is actually a useful contribution. However, over
> the past week I've been tinkering with the userspace Generic Netlink
> libraries, getting a prototype of what a userspace path manager framework
> could look like.
Awesome!
> My current idea is built so that it could support multiple path managers,
> implemented as shared libraries, which are dynamically loaded at runtime.
> There would need to be some policy or logic to decide which connections are
> assigned to which path manager; I haven't fleshed out what that looks like.
I see, kinda like a pluggable path-manager in user-space, right?
I like that idea.
> Without an exact API reference, I simply based the API on what Ossama
> proposed last week. To test, I created a dummy kernel path manager which
> sends empty Netlink messages. It seems to work so far.
>
> I don't know if those working on the Netlink API have been developing
> userspace tooling in parallel, but if not, maybe this will be useful.
I think it will be very useful. I'm sure that Matthieu has also a
path-manager daemon. But having an additional one with other use-cases and
implementations in mind will allow to validate that the netlink API works
for more diverse use-cases.
> You
> can find it here:
>
> https://github.com/brenns10/pathmand
I will take a look at it.
Cheers,
Christoph
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-03-23 16:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-22 20:41 [MPTCP] Userspace Path Manager Draft Stephen Brennan
-- strict thread matches above, loose matches on Subject: below --
2018-03-23 16:14 Christoph Paasch
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.