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 B343AC624B4 for ; Thu, 23 Nov 2023 17:02:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235250AbjKWRA5 (ORCPT ); Thu, 23 Nov 2023 12:00:57 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44062 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235191AbjKWRAU (ORCPT ); Thu, 23 Nov 2023 12:00:20 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EA3A093 for ; Thu, 23 Nov 2023 09:00:26 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPS id 8ACBAC433CB; Thu, 23 Nov 2023 17:00:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1700758826; bh=sq9a7agLBKvujsPVZbWmPWMEPPyZt0vkGZvkg2sAwDM=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=nu4zFTA6IbjtFqP8JW506Dqo6xPbJS2RLYSMpm2y48v/tKhtlSIMgk7YnL/FvN6Ph G1W9fQqbS9n0iOOJ97pJYjPQG8p3B+A1pzp1iYblUtgj1a38t6GJJsegcH65rJXblP NtrehgItcQFV5u4D5HtONWtPOs9yqogK1JvP0r19PXMXtMBy/S0O8JQ1G25Gdz4yaG iltnq0IS/ftOAsvuLmHH7MzWwaI/O4BBIAFmRWBWA7LL+wnewg9CVMu58gKCtcViix gDSe8NHkmF+wP7+pjOXI2OcJf/7Ac7i2Zxc4CjM37qYd1kbN9Ev6G9mhXcesfTNP7p m0J3ZqqKrJ3Ew== 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 7448EC3959E; Thu, 23 Nov 2023 17:00:26 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net] net: axienet: Fix check for partial TX checksum From: patchwork-bot+netdevbpf@kernel.org Message-Id: <170075882647.541.11957078215794048376.git-patchwork-notify@kernel.org> Date: Thu, 23 Nov 2023 17:00:26 +0000 References: <20231122004219.3504219-1-samuel.holland@sifive.com> In-Reply-To: <20231122004219.3504219-1-samuel.holland@sifive.com> To: Samuel Holland Cc: radhey.shyam.pandey@amd.com, ariane.keller@tik.ee.ethz.ch, daniel@iogearbox.net, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, michal.simek@amd.com, pabeni@redhat.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Tue, 21 Nov 2023 16:42:17 -0800 you wrote: > Due to a typo, the code checked the RX checksum feature in the TX path. > > Fixes: 8a3b7a252dca ("drivers/net/ethernet/xilinx: added Xilinx AXI Ethernet driver") > Signed-off-by: Samuel Holland > --- > > drivers/net/ethernet/xilinx/xilinx_axienet_main.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Here is the summary with links: - [net] net: axienet: Fix check for partial TX checksum https://git.kernel.org/netdev/net/c/fd0413bbf8b1 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html