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.2 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 C9302C433E0 for ; Thu, 21 Jan 2021 06:21:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 839592064B for ; Thu, 21 Jan 2021 06:21:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726841AbhAUGU6 (ORCPT ); Thu, 21 Jan 2021 01:20:58 -0500 Received: from mail.kernel.org ([198.145.29.99]:56158 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726318AbhAUGUt (ORCPT ); Thu, 21 Jan 2021 01:20:49 -0500 Received: by mail.kernel.org (Postfix) with ESMTPS id A43A42395C; Thu, 21 Jan 2021 06:20:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1611210008; bh=tj4JK3IB/3p1xKzetsEkCQt0VSWUeJtezzq7et1ohkE=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=KKR/LFn2VWRzjUqoTM97wyZ+NfpQynnCJPxa6Uw0462xPCUQ8Aty2/6qJpGySw0K2 6x3XHwWKMBp5wQNMqFDEkwCX2l/4hG09rtBACnvDbl/Nlh6zOsDvU0aBk1MmctBU+1 j1Bw/f5QJvAP9X3nZUQXbAETU5h1gQKCU6icTabrqjs5YKxsJUllp50RH/gc8dLRfQ ye6yQaq6n4nsAIEKcKkepLLwL7ueWvBfkQBU90WY2XNlI4B+CCdcjMvqu1W6+agW9F OXYdKK6vaaBIOY3Mwq4j4k3NqImFRMb1nzXT+Jc6TTtB0dLyZiEmyV61r+V2Tld+g/ nKmR2cnMl+iNQ== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next] udp: not remove the CRC flag from dev features when need_csum is false From: patchwork-bot+netdevbpf@kernel.org Message-Id: <161121000860.22302.16062823158085262531.git-patchwork-notify@kernel.org> Date: Thu, 21 Jan 2021 06:20:08 +0000 References: <1e81b700642498546eaa3f298e023fd7ad394f85.1610776757.git.lucien.xin@gmail.com> In-Reply-To: <1e81b700642498546eaa3f298e023fd7ad394f85.1610776757.git.lucien.xin@gmail.com> To: Xin Long Cc: netdev@vger.kernel.org, linux-sctp@vger.kernel.org, marcelo.leitner@gmail.com, nhorman@tuxdriver.com, davem@davemloft.net, kuba@kernel.org, alexander.duyck@gmail.com Precedence: bulk List-ID: X-Mailing-List: linux-sctp@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Sat, 16 Jan 2021 13:59:17 +0800 you wrote: > In __skb_udp_tunnel_segment(), when it's a SCTP over VxLAN/GENEVE > packet and need_csum is false, which means the outer udp checksum > doesn't need to be computed, csum_start and csum_offset could be > used by the inner SCTP CRC CSUM for SCTP HW CRC offload. > > So this patch is to not remove the CRC flag from dev features when > need_csum is false. > > [...] Here is the summary with links: - [net-next] udp: not remove the CRC flag from dev features when need_csum is false https://git.kernel.org/netdev/net-next/c/4eb5d4a5b4d6 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html