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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5AD5AC433EF for ; Thu, 10 Feb 2022 18:06:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245534AbiBJSGm (ORCPT ); Thu, 10 Feb 2022 13:06:42 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:34230 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245513AbiBJSGk (ORCPT ); Thu, 10 Feb 2022 13:06:40 -0500 Received: from mail-ua1-x931.google.com (mail-ua1-x931.google.com [IPv6:2607:f8b0:4864:20::931]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B5DEB25D2 for ; Thu, 10 Feb 2022 10:06:41 -0800 (PST) Received: by mail-ua1-x931.google.com with SMTP id b37so3419543uad.12 for ; Thu, 10 Feb 2022 10:06:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=QLAfKqmhSBus4Fd9PwOHU5Gpom66QCfywDWDrHdXm0I=; b=E1HaE37yDHuRfjmHQaBH0z3g8JL0XisVYmChbS9IzmugVv3n3pW65RdfySSHe+ytZi 9IFmm0+FzPdULbDNITcsTXApIIjIr0M6PDTufNwROmfpqQ45r5EQFTrFu7fiLBuTK4ze sQ4OGDvMZxIow/kSnMZkThIeRK/Mqpnk6F5LsNGdXjckZm9ie7W3BOcTjEfEbA8uYDpE O5X4zh2F6aaaK7bBFQs4PhiOvWA/1EVuYqaej3yZjeK7iVWmKSOlGwffcfu+I6Nj1RCL 7sXecrQAQLL7zTBfzAJX7j0oqvB90KO5Zb8oBQgBLpuU0vMTeAu15pdEAUVe1vKavek+ sSsQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=QLAfKqmhSBus4Fd9PwOHU5Gpom66QCfywDWDrHdXm0I=; b=K7QO2PhxW8IYGAWG5Jj56FJr5d79nGCPAa0m8l/O9Yb5Vfnqk49QouzzbaauOfDFta Cnwl5i6XHXYAGyiknMoOz3DcnvGfN8UCFqlyQ71eEDR0ZrZYN/lntayjL4EzXg0SE+g/ l6z2rIcVCST+hg4vdA8Rb0bx8bO00tPxcR9veu4tHQEBlFcGw2brlaQqIzUQ4X4BqgWY cLjhQguolmKOLwgohuHgYc/kd8fAUb5NxPkuohGangYPB4a6huTX8qO3E2E43U0w5V2f ltQenkKr/Ex/KKpIOZutD1oP/tSGm/RKhXq9S9mRCIpEB4Ykonr1lJIZP0eyU/F+EXP0 in7w== X-Gm-Message-State: AOAM533Mb1YkKYiPDvFQjWER3rEoLMAIKJvMOFM6MeEUqBSOOFHYXMxx 13Rr+ia5SjFuGRaUbaJIfMuEGvNGoVlRhupQzoEkUipHG5U= X-Google-Smtp-Source: ABdhPJyL0ZNYGrR3MjeCiFh0aRSXwUGHcPfhFv1tsW1Cy0Yjm2/GJR4EmgQGi8kwNeTXmb1sUpyY0g/NxVDJGvCs1wY= X-Received: by 2002:a9f:35d0:: with SMTP id u16mr2723403uad.87.1644516400582; Thu, 10 Feb 2022 10:06:40 -0800 (PST) MIME-Version: 1.0 References: <20220208025511.1019-1-lina.wang@mediatek.com> <0300acca47b10384e6181516f32caddda043f3e4.camel@redhat.com> <5ca86c46109794a627e6e2a62b140963217984a0.camel@mediatek.com> In-Reply-To: From: =?UTF-8?Q?Maciej_=C5=BBenczykowski?= Date: Thu, 10 Feb 2022 10:06:28 -0800 Message-ID: Subject: Re: [PATCH] net: fix wrong network header length To: Paolo Abeni Cc: "lina.wang" , Steffen Klassert , "David S . Miller" , Jakub Kicinski , Matthias Brugger , Alexei Starovoitov , Daniel Borkmann , Andrii Nakryiko , Linux NetDev , Kernel hackers , bpf , Martin KaFai Lau , Song Liu , Yonghong Song , John Fastabend , KP Singh , Willem Bruijn , Eric Dumazet , zhuoliang@mediatek.com, chao.song@mediatek.com Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > I'm wondering why don't you simply enable UDP_GRO on the relevant > socket? Oh this is simple. We don't control the socket. Apps do. ie. the entirety of the rest of the internet.