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=-11.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=ham 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 E9989C07E95 for ; Fri, 2 Jul 2021 23:30:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B981A61424 for ; Fri, 2 Jul 2021 23:30:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230095AbhGBXcg (ORCPT ); Fri, 2 Jul 2021 19:32:36 -0400 Received: from mail.kernel.org ([198.145.29.99]:43616 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229648AbhGBXcg (ORCPT ); Fri, 2 Jul 2021 19:32:36 -0400 Received: by mail.kernel.org (Postfix) with ESMTPS id 53E8E61422; Fri, 2 Jul 2021 23:30:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1625268603; bh=O+QwWPPbQm8HZaB7pCsIoDYi5c0h8/wcdUeiiILgVbg=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=K0OE++b+ARr5Eg4YAee4/56XNmz6UzoEhso7tyZSV1RfhXJasMC+HlhJyBSaTQuwO b4qpLlzSapNxgHlbgzWud54df54Qvqel+1aXFUF9eNEPBxyypoN174gpEUvHskTg2A Pd43kkIXadjwdn1x4G83ztuQuABaFdkOwb5HHVls66gKeVm6Auc4iSG6kkAC94KVMy +aiKjLZF5ab9V6WWFbhrkGgZHEqIjIDE7gH9VbXTWDxCOCYqgY2rN4JW00OeFJMDh+ VWqRkzO+ZOVBKHirwncOm2cj8a+SrdrPZRJg+5IOLyLmrm2OKV4KExjgNE5GlnoeXq hWcxPI8AVEyMQ== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net] udp: properly flush normal packet at GRO time From: patchwork-bot+netdevbpf@kernel.org Message-Id: <162526860328.25867.5929173667683563732.git-patchwork-notify@kernel.org> Date: Fri, 02 Jul 2021 23:30:03 +0000 References: In-Reply-To: To: Paolo Abeni Cc: netdev@vger.kernel.org, davem@davemloft.net, kuba@kernel.org, dsahern@kernel.org, willemb@google.com, mt@waldheinz.de Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This patch was applied to netdev/net.git (refs/heads/master): On Sat, 3 Jul 2021 00:38:43 +0200 you wrote: > If an UDP packet enters the GRO engine but is not eligible > for aggregation and is not targeting an UDP tunnel, > udp_gro_receive() will not set the flush bit, and packet > could delayed till the next napi flush. > > Fix the issue ensuring non GROed packets traverse > skb_gro_flush_final(). > > [...] Here is the summary with links: - [net] udp: properly flush normal packet at GRO time https://git.kernel.org/netdev/net/c/b43c8909be52 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html