From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E710EC433E0 for ; Fri, 26 Mar 2021 12:24:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A609061976 for ; Fri, 26 Mar 2021 12:24:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229969AbhCZMXk (ORCPT ); Fri, 26 Mar 2021 08:23:40 -0400 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]:52570 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229882AbhCZMXF (ORCPT ); Fri, 26 Mar 2021 08:23:05 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1616761384; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=zcmlc1TwDglAeseCrsYdzjvuQS8rznwGU5p85yQrWSU=; b=SpjnBdHNvoT5XpTXypL3wmFNoJE3g5zFZn95snoIPxxfv9wK4mo+4a00HzfvicNBLgmkqU 7nPAbkvTwDOqaWmFiGb/t5VKUPc8W02VFLkiU7AhgZX1DgrlX/8kkI/+J1xI43d5tOCMSf kwzZ05NVjpu/Cyr+ajTmY48JlaK5JM4= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-309-FSOZkozrMaecb2EHl_-a1g-1; Fri, 26 Mar 2021 08:23:00 -0400 X-MC-Unique: FSOZkozrMaecb2EHl_-a1g-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 02FB080006E; Fri, 26 Mar 2021 12:22:59 +0000 (UTC) Received: from ovpn-115-44.ams2.redhat.com (ovpn-115-44.ams2.redhat.com [10.36.115.44]) by smtp.corp.redhat.com (Postfix) with ESMTP id 91B2B1962F; Fri, 26 Mar 2021 12:22:57 +0000 (UTC) Message-ID: <2e667826f183fbef101a62f0ad8ccb4ed253cb75.camel@redhat.com> Subject: Re: [PATCH] udp: Add support for getsockopt(..., ..., UDP_GRO, ..., ...) From: Paolo Abeni To: Norman Maurer Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, davem@davemloft.net, dsahern@kernel.org Date: Fri, 26 Mar 2021 13:22:56 +0100 In-Reply-To: References: <20210325195614.800687-1-norman_maurer@apple.com> <8eadc07055ac1c99bbc55ea10c7b98acc36dde55.camel@redhat.com> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.36.5 (3.36.5-2.fc32) MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2021-03-26 at 11:22 +0100, Norman Maurer wrote: > On 26. Mar 2021, at 10:36, Paolo Abeni wrote: > > One thing you can do to simplifies the maintainer's life, would be post > > a v2 with the correct tag (and ev. obsolete this patch in patchwork). > > I am quite new to contribute patches to the kernel so I am not sure > how I would “obsolete” this patch and make a v2. If you can give me > some pointers I am happy to do so. Well, I actually gave you a bad advice about fiddling with patchwork. The autoritative documentation: Documentation/networking/netdev-FAQ.rst (inside the kernel tree) suggests to avoid it. Just posting a v2 will suffice. Thanks! Paolo