All of lore.kernel.org
 help / color / mirror / Atom feed
* [MPTCP] Re: [PATCH 0/4] mptcp: some cleanups
@ 2019-11-13 17:53 Matthieu Baerts
  0 siblings, 0 replies; 3+ messages in thread
From: Matthieu Baerts @ 2019-11-13 17:53 UTC (permalink / raw)
  To: mptcp

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

Hi Paolo,

On 13/11/2019 18:27, Matthieu Baerts wrote:
> Hi Paolo, Mat,
> 
> On 11/11/2019 23:49, Mat Martineau wrote:
>>
>> On Mon, 11 Nov 2019, Paolo Abeni wrote:
>>
>>> This address the build issue we currently have on patch
>>> "mptcp: Add key generation and token tree", plus move around some 
>>> related
>>> code for consistency.
>>>
>>> No differences in the resulting code vs current git tree.
>>> The tree should build on each patch now.
>>>
>>> Paolo Abeni (1):
>>>  1/4 mptcp: drop most of mptcp_init_sock() impl
>>>  2/4 mptcp: use customary name for tcp_sock variable
>>>  3/4 mptcp: init ctx->icsk_af_ops in subflow_ulp_init()
>>>  4/4 mptcp: init new_ctx->icsk_af_ops() in subflow_ulp_clone()
>>>
>>> net/mptcp/protocol.c | 13 +------------
>>> 1 file changed, 1 insertion(+), 12 deletions(-)
>>>
>>
>> Paolo -
>>
>> The series looks good to me. Thank you.
> 
> Thank you for the patches and the review!
> 
> - cc05c38b4573: "squashed" patch 1/4 in "mptcp: Add MPTCP socket stubs"
> - ecede607a17a: "Signed-off-by" + "Co-developed-by"
> - 7c82356afd6f: "squashed" patch 2/4 in "mptcp: Associate MPTCP context 
> with TCP socket"
> - 202c54a08e5e: "Signed-off-by" + "Co-developed-by"
> - 5d2b86be05bb: conflict in 
> t/mptcp-Handle-MP_CAPABLE-options-for-outgoing-connections
> - c7525f68d8a7: "squashed" patch 3/4 in "mptcp: Handle MP_CAPABLE 
> options for outgoing connections"
> - 929b8bea462e: "Signed-off-by" + "Co-developed-by"
> - 66b67498f31c: "squashed" patch 4/4 in "mptcp: Create SUBFLOW socket 
> for incoming connections"
> - 21a15201f708: conflict in 
> t/mptcp-new-sysctl-to-control-the-activation-per-NS
> - ca62776f7f0d..e225da73a467: result (empty, as expected)
> 
> Please see the different conflict resolutions.

I missed something when resolving conflicts. Here are the fixes:

- a52b7bb7b026: fix in 
t/mptcp-Handle-MP_CAPABLE-options-for-outgoing-connections
- f3e04ebb0c5a..023d3b14d1b5: still empty, as expected!

I just relaunched the tests.

Cheers,
Matt
-- 
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] 3+ messages in thread

* [MPTCP] Re: [PATCH 0/4] mptcp: some cleanups
@ 2019-11-13 17:27 Matthieu Baerts
  0 siblings, 0 replies; 3+ messages in thread
From: Matthieu Baerts @ 2019-11-13 17:27 UTC (permalink / raw)
  To: mptcp

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

Hi Paolo, Mat,

On 11/11/2019 23:49, Mat Martineau wrote:
> 
> On Mon, 11 Nov 2019, Paolo Abeni wrote:
> 
>> This address the build issue we currently have on patch
>> "mptcp: Add key generation and token tree", plus move around some related
>> code for consistency.
>>
>> No differences in the resulting code vs current git tree.
>> The tree should build on each patch now.
>>
>> Paolo Abeni (1):
>>  1/4 mptcp: drop most of mptcp_init_sock() impl
>>  2/4 mptcp: use customary name for tcp_sock variable
>>  3/4 mptcp: init ctx->icsk_af_ops in subflow_ulp_init()
>>  4/4 mptcp: init new_ctx->icsk_af_ops() in subflow_ulp_clone()
>>
>> net/mptcp/protocol.c | 13 +------------
>> 1 file changed, 1 insertion(+), 12 deletions(-)
>>
> 
> Paolo -
> 
> The series looks good to me. Thank you.

Thank you for the patches and the review!

- cc05c38b4573: "squashed" patch 1/4 in "mptcp: Add MPTCP socket stubs"
- ecede607a17a: "Signed-off-by" + "Co-developed-by"
- 7c82356afd6f: "squashed" patch 2/4 in "mptcp: Associate MPTCP context 
with TCP socket"
- 202c54a08e5e: "Signed-off-by" + "Co-developed-by"
- 5d2b86be05bb: conflict in 
t/mptcp-Handle-MP_CAPABLE-options-for-outgoing-connections
- c7525f68d8a7: "squashed" patch 3/4 in "mptcp: Handle MP_CAPABLE 
options for outgoing connections"
- 929b8bea462e: "Signed-off-by" + "Co-developed-by"
- 66b67498f31c: "squashed" patch 4/4 in "mptcp: Create SUBFLOW socket 
for incoming connections"
- 21a15201f708: conflict in 
t/mptcp-new-sysctl-to-control-the-activation-per-NS
- ca62776f7f0d..e225da73a467: result (empty, as expected)

Please see the different conflict resolutions.

Tests are in progress.

Cheers,
Matt
-- 
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] 3+ messages in thread

* [MPTCP] Re: [PATCH 0/4] mptcp: some cleanups
@ 2019-11-11 22:49 Mat Martineau
  0 siblings, 0 replies; 3+ messages in thread
From: Mat Martineau @ 2019-11-11 22:49 UTC (permalink / raw)
  To: mptcp

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


On Mon, 11 Nov 2019, Paolo Abeni wrote:

> This address the build issue we currently have on patch
> "mptcp: Add key generation and token tree", plus move around some related
> code for consistency.
>
> No differences in the resulting code vs current git tree.
> The tree should build on each patch now.
>
> Paolo Abeni (1):
>  1/4 mptcp: drop most of mptcp_init_sock() impl
>  2/4 mptcp: use customary name for tcp_sock variable
>  3/4 mptcp: init ctx->icsk_af_ops in subflow_ulp_init()
>  4/4 mptcp: init new_ctx->icsk_af_ops() in subflow_ulp_clone()
>
> net/mptcp/protocol.c | 13 +------------
> 1 file changed, 1 insertion(+), 12 deletions(-)
>

Paolo -

The series looks good to me. Thank you.


--
Mat Martineau
Intel

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

end of thread, other threads:[~2019-11-13 17:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-13 17:53 [MPTCP] Re: [PATCH 0/4] mptcp: some cleanups Matthieu Baerts
  -- strict thread matches above, loose matches on Subject: below --
2019-11-13 17:27 Matthieu Baerts
2019-11-11 22:49 Mat Martineau

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.