All of lore.kernel.org
 help / color / mirror / Atom feed
* [MPTCP] Re: Yet another rebase/squash/cleanup proposal
@ 2019-10-08 15:20 Matthieu Baerts
  0 siblings, 0 replies; 7+ messages in thread
From: Matthieu Baerts @ 2019-10-08 15:20 UTC (permalink / raw)
  To: mptcp 

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

Hi Florian,

On 08/10/2019 16:48, Florian Westphal wrote:
> Hi.
> 
> Here is yet another rebase proposal, I've pushed it here:
> https://git.breakpoint.cc/cgit/fw/mptcp-next.git/log/?h=export_sendmsg_rebase_13
> 
> Its also accessible via
> git fetch git://git.breakpoint.cc/fw/mptcp-next.git export_sendmsg_rebase_13
> 
> In short:
> - folds two commits
> - fixes the kbuild warnings we got with rfcv2
> - gets rid of refcounting in mptcp_subflow_get_ref

Wow, thanks for the work!

Can I re-create the TopGit tree with that? I guess Paolo has already
reviewed the changes, right?

[...]

> Full diff of current export (ab35f6c5d8e3ed7a3c9603028d3b67c931af51b0)
> and this branch:

I guess you mean 0c6f4f183e22dcd15d76ae5779f42e1737c26ddd (tag:
export/20191008T114531). The one you mention (tag:
export/20191008T010618) is the version from last night, before my rebase
I did today.

I just checked and I don't see "tcp: Expose tcp struct and routine for
MPTCP" and your version of "tcp: Export TCP functions and ops struct"
seems OK! All good then :)

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] 7+ messages in thread

* [MPTCP] Re: Yet another rebase/squash/cleanup proposal
@ 2019-10-08 15:27 Florian Westphal
  0 siblings, 0 replies; 7+ messages in thread
From: Florian Westphal @ 2019-10-08 15:27 UTC (permalink / raw)
  To: mptcp 

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

Matthieu Baerts <matthieu.baerts(a)tessares.net> wrote:
> On 08/10/2019 16:48, Florian Westphal wrote:
> > Here is yet another rebase proposal, I've pushed it here:
> > https://git.breakpoint.cc/cgit/fw/mptcp-next.git/log/?h=export_sendmsg_rebase_13
> > 
> > Its also accessible via
> > git fetch git://git.breakpoint.cc/fw/mptcp-next.git export_sendmsg_rebase_13
> > 
> > In short:
> > - folds two commits
> > - fixes the kbuild warnings we got with rfcv2
> > - gets rid of refcounting in mptcp_subflow_get_ref
> 
> Wow, thanks for the work!
> 
> Can I re-create the TopGit tree with that? I guess Paolo has already
> reviewed the changes, right?

No, Paolo hasn't reviewed them. He suggested the refcount change
and to check if it helps to squash sendmsg refactor patches,
but he did not review this yet.

> [...]
> 
> > Full diff of current export (ab35f6c5d8e3ed7a3c9603028d3b67c931af51b0)
> > and this branch:
> 
> I guess you mean 0c6f4f183e22dcd15d76ae5779f42e1737c26ddd (tag:
> export/20191008T114531). The one you mention (tag:
> export/20191008T010618) is the version from last night, before my rebase
> I did today.

Oh, indeed, its 0c6f4f183e22dcd15d76ae5779f42e1737c26ddd.

> I just checked and I don't see "tcp: Expose tcp struct and routine for
> MPTCP" and your version of "tcp: Export TCP functions and ops struct"
> seems OK! All good then :)

Yes, I forgot to update the sha1 in my email template.

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

* [MPTCP] Re: Yet another rebase/squash/cleanup proposal
@ 2019-10-08 15:28 Paolo Abeni
  0 siblings, 0 replies; 7+ messages in thread
From: Paolo Abeni @ 2019-10-08 15:28 UTC (permalink / raw)
  To: mptcp 

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

On Tue, 2019-10-08 at 17:20 +0200, Matthieu Baerts wrote:
> Hi Florian,
> 
> On 08/10/2019 16:48, Florian Westphal wrote:
> > Hi.
> > 
> > Here is yet another rebase proposal, I've pushed it here:
> > https://git.breakpoint.cc/cgit/fw/mptcp-next.git/log/?h=export_sendmsg_rebase_13
> > 
> > Its also accessible via
> > git fetch git://git.breakpoint.cc/fw/mptcp-next.git export_sendmsg_rebase_13
> > 
> > In short:
> > - folds two commits
> > - fixes the kbuild warnings we got with rfcv2
> > - gets rid of refcounting in mptcp_subflow_get_ref
> 
> Wow, thanks for the work!
> 
> Can I re-create the TopGit tree with that? I guess Paolo has already
> reviewed the changes, right?

I'm still reviewing it. So far so good. I will add an explicit ack here
when completed.

Cheers,

Paolo

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

* [MPTCP] Re: Yet another rebase/squash/cleanup proposal
@ 2019-10-08 15:30 Matthieu Baerts
  0 siblings, 0 replies; 7+ messages in thread
From: Matthieu Baerts @ 2019-10-08 15:30 UTC (permalink / raw)
  To: mptcp 

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

Hi Florian, Paolo,

On 08/10/2019 17:27, Florian Westphal wrote:
> Matthieu Baerts <matthieu.baerts(a)tessares.net> wrote:
>> On 08/10/2019 16:48, Florian Westphal wrote:
>>> Here is yet another rebase proposal, I've pushed it here:
>>> https://git.breakpoint.cc/cgit/fw/mptcp-next.git/log/?h=export_sendmsg_rebase_13
>>>
>>> Its also accessible via
>>> git fetch git://git.breakpoint.cc/fw/mptcp-next.git export_sendmsg_rebase_13
>>>
>>> In short:
>>> - folds two commits
>>> - fixes the kbuild warnings we got with rfcv2
>>> - gets rid of refcounting in mptcp_subflow_get_ref
>>
>> Wow, thanks for the work!
>>
>> Can I re-create the TopGit tree with that? I guess Paolo has already
>> reviewed the changes, right?
> 
> No, Paolo hasn't reviewed them. He suggested the refcount change
> and to check if it helps to squash sendmsg refactor patches,
> but he did not review this yet.

OK thank you for the clarification.
I will recreate the tree after Paolo's ACK.

>> [...]
>>
>>> Full diff of current export (ab35f6c5d8e3ed7a3c9603028d3b67c931af51b0)
>>> and this branch:
>>
>> I guess you mean 0c6f4f183e22dcd15d76ae5779f42e1737c26ddd (tag:
>> export/20191008T114531). The one you mention (tag:
>> export/20191008T010618) is the version from last night, before my rebase
>> I did today.
> 
> Oh, indeed, its 0c6f4f183e22dcd15d76ae5779f42e1737c26ddd.
> 
>> I just checked and I don't see "tcp: Expose tcp struct and routine for
>> MPTCP" and your version of "tcp: Export TCP functions and ops struct"
>> seems OK! All good then :)
> 
> Yes, I forgot to update the sha1 in my email template.

All good, thank you for having checked!

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] 7+ messages in thread

* [MPTCP] Re: Yet another rebase/squash/cleanup proposal
@ 2019-10-08 23:33 Mat Martineau
  0 siblings, 0 replies; 7+ messages in thread
From: Mat Martineau @ 2019-10-08 23:33 UTC (permalink / raw)
  To: mptcp 

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


On Tue, 8 Oct 2019, Florian Westphal wrote:

> Hi.
>
> Here is yet another rebase proposal, I've pushed it here:
> https://git.breakpoint.cc/cgit/fw/mptcp-next.git/log/?h=export_sendmsg_rebase_13
>
> Its also accessible via
> git fetch git://git.breakpoint.cc/fw/mptcp-next.git export_sendmsg_rebase_13
>
> In short:
> - folds two commits
> - fixes the kbuild warnings we got with rfcv2
> - gets rid of refcounting in mptcp_subflow_get_ref
>
> A full diff between export and this new branch is below.
>

Florian -

Thanks for updating the patch series. The refcounting change makes sense 
to me, and I don't see any code issues.

I pushed the branch to my repo to trigger an automated kbuild, and will 
share the results if any errors are generated.

--
Mat Martineau
Intel

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

* [MPTCP] Re: Yet another rebase/squash/cleanup proposal
@ 2019-10-09  7:42 Paolo Abeni
  0 siblings, 0 replies; 7+ messages in thread
From: Paolo Abeni @ 2019-10-09  7:42 UTC (permalink / raw)
  To: mptcp 

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

On Tue, 2019-10-08 at 17:28 +0200, Paolo Abeni wrote:
> On Tue, 2019-10-08 at 17:20 +0200, Matthieu Baerts wrote:
> > Hi Florian,
> > 
> > On 08/10/2019 16:48, Florian Westphal wrote:
> > > Hi.
> > > 
> > > Here is yet another rebase proposal, I've pushed it here:
> > > https://git.breakpoint.cc/cgit/fw/mptcp-next.git/log/?h=export_sendmsg_rebase_13
> > > 
> > > Its also accessible via
> > > git fetch git://git.breakpoint.cc/fw/mptcp-next.git export_sendmsg_rebase_13
> > > 
> > > In short:
> > > - folds two commits
> > > - fixes the kbuild warnings we got with rfcv2
> > > - gets rid of refcounting in mptcp_subflow_get_ref
> > 
> > Wow, thanks for the work!
> > 
> > Can I re-create the TopGit tree with that? I guess Paolo has already
> > reviewed the changes, right?
> 
> I'm still reviewing it. So far so good. I will add an explicit ack here
> when completed.

The squash LGTM,

refcount changes look good and correct

/P

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

* [MPTCP] Re: Yet another rebase/squash/cleanup proposal
@ 2019-10-09  7:43 Matthieu Baerts
  0 siblings, 0 replies; 7+ messages in thread
From: Matthieu Baerts @ 2019-10-09  7:43 UTC (permalink / raw)
  To: mptcp 

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

Hi Paolo,

On 09/10/2019 09:42, Paolo Abeni wrote:
> On Tue, 2019-10-08 at 17:28 +0200, Paolo Abeni wrote:
>> On Tue, 2019-10-08 at 17:20 +0200, Matthieu Baerts wrote:
>>> Hi Florian,
>>>
>>> On 08/10/2019 16:48, Florian Westphal wrote:
>>>> Hi.
>>>>
>>>> Here is yet another rebase proposal, I've pushed it here:
>>>> https://git.breakpoint.cc/cgit/fw/mptcp-next.git/log/?h=export_sendmsg_rebase_13
>>>>
>>>> Its also accessible via
>>>> git fetch git://git.breakpoint.cc/fw/mptcp-next.git export_sendmsg_rebase_13
>>>>
>>>> In short:
>>>> - folds two commits
>>>> - fixes the kbuild warnings we got with rfcv2
>>>> - gets rid of refcounting in mptcp_subflow_get_ref
>>>
>>> Wow, thanks for the work!
>>>
>>> Can I re-create the TopGit tree with that? I guess Paolo has already
>>> reviewed the changes, right?
>>
>> I'm still reviewing it. So far so good. I will add an explicit ack here
>> when completed.
> 
> The squash LGTM,
> 
> refcount changes look good and correct

Thank you for your review!

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] 7+ messages in thread

end of thread, other threads:[~2019-10-09  7:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-08 15:27 [MPTCP] Re: Yet another rebase/squash/cleanup proposal Florian Westphal
  -- strict thread matches above, loose matches on Subject: below --
2019-10-09  7:43 Matthieu Baerts
2019-10-09  7:42 Paolo Abeni
2019-10-08 23:33 Mat Martineau
2019-10-08 15:30 Matthieu Baerts
2019-10-08 15:28 Paolo Abeni
2019-10-08 15:20 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.