Hi, On Tue, 2019-09-17 at 11:37 -0700, Peter Krystad wrote: > Patchset includes the interim path manager plus sysctl setting of > the announce address and binding local address when creating subflows. > I also split the path manager into a seperate file. > > v2: > rename to 'basic' path manager > remove pm_init definition > > Peter Krystad (2): > mptcp: Minor changes to path manager interface > mptcp: Implement basic path manager > > net/mptcp/Makefile | 2 +- > net/mptcp/basic.c | 247 +++++++++++++++++++++++++++++++++++++++++++ > net/mptcp/pm.c | 38 +++++-- > net/mptcp/protocol.c | 2 +- > net/mptcp/protocol.h | 14 ++- > 5 files changed, 290 insertions(+), 13 deletions(-) > create mode 100644 net/mptcp/basic.c I'm sorry for lagging behind so much. I'm ok with the patches in the current status - even if I fear some rebasing will be now need, perhaps good Matt can take that bourden, too - since he called me 'lawyer' I feel less guilty asking that ;) I think we pm looking schema may need some follow-up/cleanup, but that could eventually follow later. Cheers, Paolo