netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jonas Bonn <jonas@norrbonn.se>
To: Jakub Kicinski <kuba@kernel.org>
Cc: Pravin B Shelar <pbshelar@fb.com>,
	netdev@vger.kernel.org, pablo@netfilter.org,
	laforge@gnumonks.org
Subject: Re: [PATCH net-next v5] GTP: add support for flow based tunneling API
Date: Mon, 18 Jan 2021 19:27:53 +0100	[thread overview]
Message-ID: <fea30896-e296-5eb3-4202-05a6bf2c1e8e@norrbonn.se> (raw)
In-Reply-To: <20210118092722.52c9d890@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com>

Hi Jakub,

On 18/01/2021 18:27, Jakub Kicinski wrote:
> On Sun, 17 Jan 2021 14:23:52 +0100 Jonas Bonn wrote:
>> On 17/01/2021 01:46, Jakub Kicinski wrote:
>>> On Sat,  9 Jan 2021 23:00:21 -0800 Pravin B Shelar wrote:
>>>> Following patch add support for flow based tunneling API
>>>> to send and recv GTP tunnel packet over tunnel metadata API.
>>>> This would allow this device integration with OVS or eBPF using
>>>> flow based tunneling APIs.
>>>>
>>>> Signed-off-by: Pravin B Shelar <pbshelar@fb.com>
>>>
>>> Applied, thanks!
>>
>> This patch hasn't received any ACK's from either the maintainers or
>> anyone else providing review.
> 
> I made Pravin wait _over_ _a_ _month_ to merge this. He did not receive
> any feedback since v3, which was posted Dec 13th. That's very long.

Merge window, Christmas, New Year, 3 kings, kids out of school, holiday 
hangover... certain times of the year four weeks are not four weeks.

> 
> v5 itself was laying around on patchwork for almost a week, marked as
> "Needs Review/Ack".

When new series show up just hours after review, it's hard to take them 
seriously.  It takes a fair amount of time to go through an elephant 
like this and to make sense of it; the time spent in response to review 
commentary shouldn't be less.

> 
> Normally we try to merge patches within two days. If anything my
> lesson from this whole ordeal is in fact waiting longer makes
> absolutely no sense. The review didn't come in anyway, and we're
> just delaying whatever project Pravin needs this for :/

I think the expectation that everything gets review within two days is 
unrealistic.  Worse though, is the insinuation that anything unreviewed 
gets blindly merged...  No, the two day target should be for the merging 
of ACK:ed patches.

> 
> Do I disagree with you that the patch is "far from pretty"? Not at all,
> but I couldn't find any actual bug, and the experience of contributors
> matters to us, so we can't wait forever.
> 
>> The following issues remain unaddressed after review:
>>
>> i)  the patch contains several logically separate changes that would be
>> better served as smaller patches
>> ii) functionality like the handling of end markers has been introduced
>> without further explanation
>> iii) symmetry between the handling of GTPv0 and GTPv1 has been
>> unnecessarily broken
>> iv) there are no available userspace tools to allow for testing this
>> functionality
> 
> I don't understand these points couldn't be stated on any of the last
> 3 versions / in the last month.

I believe all of the above was stated in review of series v1 and v2.  v3 
was posted during the merge window so wasn't really relevant for review. 
  v4 didn't address the comments from v1 and v2.  v5 was posted 3 hours 
after receiving reverse christmas tree comments and addressed only 
those.  v5 received commentary within a week... hardly excessive for a 
lightly maintained module like this one.

> 
>> I have requested that this patch be reworked into a series of smaller
>> changes.  That would allow:
>>
>> i) reasonable review
>> ii) the possibility to explain _why_ things are being done in the patch
>> comment where this isn't obvious (like the handling of end markers)
>> iii) the chance to do a reasonable rebase of other ongoing work onto
>> this patch (series):  this one patch is invasive and difficult to rebase
>> onto
>>
>> I'm not sure what the hurry is to get this patch into mainline.  Large
>> and complicated patches like this take time to review; please revert
>> this and allow that process to happen.
> 
> You'd need to post a revert with the justification to the ML, so it can
> be reviewed on its merits. That said I think incremental changes may be
> a better direction.
> 

I guess I'll have to do so, but that seems like setting the bar higher 
than for even getting the patch in in the first place.

I don't think it's tenable for patches to sneak in because they are so 
convoluted that the maintainers just can't find the energy to review 
them.  I'd say that the maintainers silence on this particular patch 
speaks volumes in itself.

Sincerely frustrated because rebasing my IPv6 series on top of this mess 
will take days,
/Jonas

  reply	other threads:[~2021-01-18 18:29 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-10  7:00 [PATCH net-next v5] GTP: add support for flow based tunneling API Pravin B Shelar
2021-01-13 15:25 ` Pravin Shelar
2021-01-17  0:46 ` Jakub Kicinski
2021-01-17 13:23   ` Jonas Bonn
2021-01-17 15:25     ` Harald Welte
2021-01-17 20:55       ` Pravin Shelar
2021-01-17 20:47     ` Pravin Shelar
2021-01-18 17:27     ` Jakub Kicinski
2021-01-18 18:27       ` Jonas Bonn [this message]
2021-01-18 18:56         ` Jakub Kicinski
2021-01-18 20:01           ` Harald Welte
2021-01-17 13:40 ` Jonas Bonn
2021-01-17 20:42   ` Pravin Shelar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=fea30896-e296-5eb3-4202-05a6bf2c1e8e@norrbonn.se \
    --to=jonas@norrbonn.se \
    --cc=kuba@kernel.org \
    --cc=laforge@gnumonks.org \
    --cc=netdev@vger.kernel.org \
    --cc=pablo@netfilter.org \
    --cc=pbshelar@fb.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).