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 858C4C4332F for ; Tue, 14 Nov 2023 05:00:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231514AbjKNFAa (ORCPT ); Tue, 14 Nov 2023 00:00:30 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58566 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229501AbjKNFA3 (ORCPT ); Tue, 14 Nov 2023 00:00:29 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C5FB3123 for ; Mon, 13 Nov 2023 21:00:25 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPS id 400C5C433CA; Tue, 14 Nov 2023 05:00:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1699938025; bh=8c49J/Hz0npPJend6pBAuCS3MAFdn1Aa9h+mSQMr4Lo=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=WbfsXMxBjfMqna2n+NpmuWhw13v64Ik48gmZJBGDE21hXsQETytFzyoDGlZhw8Ush NKGXuM5y7bZ3KbaFIVH/UzqAzD58FwsBmtTakyg48nHhuRrs7ysdTYGxXeigNM3MSc 4PxUPPznHK2aTyNWDyPbuMb71PT9dAMsLujDcG4nCWqzlEohpjQ9OCu8+f1pUKNSLX nJDpTFOtWhsBbcva+NZjPMy15aJ7ayZVftjmcgY/jk1sDjWyzN4fTod3O8qFT8OYqc fCLEYks5oBSb62kbbss45uYLlZVPcgtf2Oq7VnuSK0Q8u/WL6uSE2ZBHvgxRJ1dtk5 IcfrZB3ZfqW7g== 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 24965E1F673; Tue, 14 Nov 2023 05:00:25 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net v4 0/3] Fix large frames in the Gemini ethernet driver From: patchwork-bot+netdevbpf@kernel.org Message-Id: <169993802514.31854.14137380425875500865.git-patchwork-notify@kernel.org> Date: Tue, 14 Nov 2023 05:00:25 +0000 References: <20231109-gemini-largeframe-fix-v4-0-6e611528db08@linaro.org> In-Reply-To: <20231109-gemini-largeframe-fix-v4-0-6e611528db08@linaro.org> To: Linus Walleij Cc: ulli.kroll@googlemail.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, mirq-linux@rere.qmqm.pl, olteanv@gmail.com, andrew@lunn.ch, linux-arm-kernel@lists.infradead.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski : On Thu, 09 Nov 2023 10:03:11 +0100 you wrote: > This is the result of a bug hunt for a problem with the > RTL8366RB DSA switch leading me wrong all over the place. > > I am indebted to Vladimir Oltean who as usual pointed > out where the real problem was, many thanks! > > Tryig to actually use big ("jumbo") frames on this > hardware uncovered the real bugs. Then I tested it on > the DSA switch and it indeed fixes the issue. > > [...] Here is the summary with links: - [net,v4,1/3] net: ethernet: cortina: Fix max RX frame define https://git.kernel.org/netdev/net/c/510e35fb931f - [net,v4,2/3] net: ethernet: cortina: Handle large frames https://git.kernel.org/netdev/net/c/d4d0c5b4d279 - [net,v4,3/3] net: ethernet: cortina: Fix MTU max setting https://git.kernel.org/netdev/net/c/dc6c0bfbaa94 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html