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 2F573C4332F for ; Thu, 22 Dec 2022 02:10:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234887AbiLVCK0 (ORCPT ); Wed, 21 Dec 2022 21:10:26 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39724 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229620AbiLVCKV (ORCPT ); Wed, 21 Dec 2022 21:10:21 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AB2EB23BC5; Wed, 21 Dec 2022 18:10:19 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 403C9B81CF8; Thu, 22 Dec 2022 02:10:18 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id D1126C433EF; Thu, 22 Dec 2022 02:10:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1671675016; bh=zLPTjpHnlmdiiF4PoDKn+FJXCzmyZxTnoHs6+gtn7u0=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=B2TZeZGe9NlFPiEQ2obQDBbk/ncU1ZEgje4gnNRkgS/QAyTiEwURhJsllzrt3omL7 Eoomxt7GG+ppZBfpe6qiJGmbm2qejbqfI984z6VSsTa3VaLFf9qtbOL7YoySZK/HSD A0O5zwN/Tpqt/EdsXeX+3fwxoil9BVA+xF3cytn1A5AhPdFN83k4Jv8DkiJmE5FtXX UCyJ6Hwch7lGGwmtKBmHgR8aAql2wr9buLFH4cfV9z+svSpzvafcezN8l+Qt7R+GdR xXpP9ChALT5lZWEwP52ExeQzm2LcmOc/pJl8ymOiQ6YO+QVRlv0BtEf3nv0+pKbAb2 XIEgaeN+dFfIQ== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id B81A3C41622; Thu, 22 Dec 2022 02:10:16 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net ] vmxnet3: correctly report csum_level for encapsulated packet From: patchwork-bot+netdevbpf@kernel.org Message-Id: <167167501675.18442.7142485680991762483.git-patchwork-notify@kernel.org> Date: Thu, 22 Dec 2022 02:10:16 +0000 References: <20221220202556.24421-1-doshir@vmware.com> In-Reply-To: <20221220202556.24421-1-doshir@vmware.com> To: Ronak Doshi Cc: netdev@vger.kernel.org, stable@vger.kernel.org, pv-drivers@vmware.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net.git (master) by Jakub Kicinski : On Tue, 20 Dec 2022 12:25:55 -0800 you wrote: > Commit dacce2be3312 ("vmxnet3: add geneve and vxlan tunnel offload > support") added support for encapsulation offload. However, the > pathc did not report correctly the csum_level for encapsulated packet. > > This patch fixes this issue by reporting correct csum level for the > encapsulated packet. > > [...] Here is the summary with links: - [net] vmxnet3: correctly report csum_level for encapsulated packet https://git.kernel.org/netdev/net/c/3d8f2c4269d0 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html