All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [MPTCP] [PATCH 0/3] MP_JOIN handling: v3 from Peter
@ 2019-06-17 14:11 Matthieu Baerts
  0 siblings, 0 replies; 4+ messages in thread
From: Matthieu Baerts @ 2019-06-17 14:11 UTC (permalink / raw
  To: mptcp 

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

Peter recently sent a v3 of his patch-set but I had already applied it in the
repo. Here is what I extracted from the v3 using diff.

If Paolo (or others) is OK, I can include this in what we are going to send to
Eric.

Peter Krystad (3):
  squash to: mptcp: Add path manager interface
  squash to: mptcp: Add ADD_ADDR handling
  squash to: mptcp: Add handling of incoming MP_JOIN requests

 include/linux/tcp.h  |  9 +++++--
 include/net/mptcp.h  |  6 +++--
 net/mptcp/options.c  | 56 +++++++++++++++++++++-----------------------
 net/mptcp/pm.c       | 23 +++++++++---------
 net/mptcp/protocol.c |  2 +-
 net/mptcp/protocol.h |  9 +++++++
 net/mptcp/subflow.c  |  9 ++++---
 7 files changed, 65 insertions(+), 49 deletions(-)

-- 
2.20.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [MPTCP] [PATCH 0/3] MP_JOIN handling: v3 from Peter
@ 2019-06-17 15:05 Matthieu Baerts
  0 siblings, 0 replies; 4+ messages in thread
From: Matthieu Baerts @ 2019-06-17 15:05 UTC (permalink / raw
  To: mptcp 

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

Hello,

On 17/06/2019 16:11, Matthieu Baerts wrote:
> Peter recently sent a v3 of his patch-set but I had already applied it in the
> repo. Here is what I extracted from the v3 using diff.
> 
> If Paolo (or others) is OK, I can include this in what we are going to send to
> Eric.
> 
> Peter Krystad (3):
>   squash to: mptcp: Add path manager interface
>   squash to: mptcp: Add ADD_ADDR handling
>   squash to: mptcp: Add handling of incoming MP_JOIN requests

I just added these three patches in the repo:

- f2631ec64309: "squash" in "mptcp: Add path manager interface"
- cc3a76e86281: "squash" in "mptcp: Add ADD_ADDR handling"
- f9740e55ea8f: "squash" in "mptcp: Add handling of incoming MP_JOIN
requests"
- no conflicts
- no signed-off modified.
- 8ea5282ba8cf..e29c0bc9c0c1: result

I can revert them if needed. Don't hesitate to tell me if I merged them
too soon.

They looked good to me and I guess we wanted to have them before sending
everything for review.

Thanks Peter for the new version, I hope I correctly extracted your last
changes.

Cheers,
Matt

> 
>  include/linux/tcp.h  |  9 +++++--
>  include/net/mptcp.h  |  6 +++--
>  net/mptcp/options.c  | 56 +++++++++++++++++++++-----------------------
>  net/mptcp/pm.c       | 23 +++++++++---------
>  net/mptcp/protocol.c |  2 +-
>  net/mptcp/protocol.h |  9 +++++++
>  net/mptcp/subflow.c  |  9 ++++---
>  7 files changed, 65 insertions(+), 49 deletions(-)
> 

-- 
Matthieu Baerts | R&D Engineer
matthieu.baerts(a)tessares.net
Tessares SA | Hybrid Access Solutions
www.tessares.net
1 Avenue Jean Monnet, 1348 Louvain-la-Neuve, Belgium

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [MPTCP] [PATCH 0/3] MP_JOIN handling: v3 from Peter
@ 2019-06-17 20:42 Paolo Abeni
  0 siblings, 0 replies; 4+ messages in thread
From: Paolo Abeni @ 2019-06-17 20:42 UTC (permalink / raw
  To: mptcp 

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

Hi all,

On Mon, 2019-06-17 at 16:11 +0200, Matthieu Baerts wrote:
> Peter recently sent a v3 of his patch-set but I had already applied it in the
> repo. Here is what I extracted from the v3 using diff.
> 
> If Paolo (or others) is OK, I can include this in what we are going to send to
> Eric.
> 
> Peter Krystad (3):
>   squash to: mptcp: Add path manager interface
>   squash to: mptcp: Add ADD_ADDR handling
>   squash to: mptcp: Add handling of incoming MP_JOIN requests
> 
>  include/linux/tcp.h  |  9 +++++--
>  include/net/mptcp.h  |  6 +++--
>  net/mptcp/options.c  | 56 +++++++++++++++++++++-----------------------
>  net/mptcp/pm.c       | 23 +++++++++---------
>  net/mptcp/protocol.c |  2 +-
>  net/mptcp/protocol.h |  9 +++++++
>  net/mptcp/subflow.c  |  9 ++++---
>  7 files changed, 65 insertions(+), 49 deletions(-)
> 

I'm unable to give a real review, because I'm currently relocating (yep
in 2 days will leave the family alone in the worse possible caos -
that's true love ;)

Anyhow it LGTM with a very cursory look,

Cheers,

Paolo


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [MPTCP] [PATCH 0/3] MP_JOIN handling: v3 from Peter
@ 2019-06-18  6:09 Matthieu Baerts
  0 siblings, 0 replies; 4+ messages in thread
From: Matthieu Baerts @ 2019-06-18  6:09 UTC (permalink / raw
  To: mptcp 

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

Hi Paolo,

On 17/06/2019 22:42, Paolo Abeni wrote:
> Hi all,
> 
> On Mon, 2019-06-17 at 16:11 +0200, Matthieu Baerts wrote:
>> Peter recently sent a v3 of his patch-set but I had already applied it in the
>> repo. Here is what I extracted from the v3 using diff.
>>
>> If Paolo (or others) is OK, I can include this in what we are going to send to
>> Eric.
>>
>> Peter Krystad (3):
>>   squash to: mptcp: Add path manager interface
>>   squash to: mptcp: Add ADD_ADDR handling
>>   squash to: mptcp: Add handling of incoming MP_JOIN requests
>>
>>  include/linux/tcp.h  |  9 +++++--
>>  include/net/mptcp.h  |  6 +++--
>>  net/mptcp/options.c  | 56 +++++++++++++++++++++-----------------------
>>  net/mptcp/pm.c       | 23 +++++++++---------
>>  net/mptcp/protocol.c |  2 +-
>>  net/mptcp/protocol.h |  9 +++++++
>>  net/mptcp/subflow.c  |  9 ++++---
>>  7 files changed, 65 insertions(+), 49 deletions(-)
>>
> 
> I'm unable to give a real review, because I'm currently relocating (yep
> in 2 days will leave the family alone in the worse possible caos -
> that's true love ;)
> 
> Anyhow it LGTM with a very cursory look,

Thank you for your review!

And have fun with the relocating! And good luck for the rest :-D

Cheers,
Matt

> Cheers,
> 
> Paolo
> 

-- 
Matthieu Baerts | R&D Engineer
matthieu.baerts(a)tessares.net
Tessares SA | Hybrid Access Solutions
www.tessares.net
1 Avenue Jean Monnet, 1348 Louvain-la-Neuve, Belgium

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-06-18  6:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-17 15:05 [MPTCP] [PATCH 0/3] MP_JOIN handling: v3 from Peter Matthieu Baerts
  -- strict thread matches above, loose matches on Subject: below --
2019-06-18  6:09 Matthieu Baerts
2019-06-17 20:42 Paolo Abeni
2019-06-17 14:11 Matthieu Baerts

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.