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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 2B69AC531F2 for ; Fri, 20 Feb 2026 04:11:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Cc:To:In-Reply-To:References:Date: Message-Id:From:Subject:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=pGQia2GSmi85S8C+Cy00wdwYCaCbI8kqJijbWJ7w3BM=; b=jSlwNuTiG6lVh4 gnuRjNeGdvMFAOC407lGrpiz/BBK2h89sBeBEcIk6+HhbkidVCnwLd6ie0k4xvymTWYlJciduoyUL fQtvZz9z/f8rCgY9HzTGAy6uycNuileJkqAXaWsT5H0vgxQl/ftH5zphTADsCMpYoGhx24ABPP0/z gUqmcMmobDTdsiBxk6nz2NeGoYstNAy5yhxZiF143IVCPdZqMgtcpqFJfl8Zw2Uj+kh0agoWAb5Ky FPaRGj+u7qKaqNsHVnbhfC5Mc7S3lQvxyuRBszwUOyWDJLEJMu3Ndg/DXrhH0CRzVBXeNSIBwnZcz Ws9hebf20rcmUgTL5taQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1vtHrB-0000000DCyG-2axN; Fri, 20 Feb 2026 04:11:09 +0000 Received: from tor.source.kernel.org ([2600:3c04:e001:324:0:1991:8:25]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1vtHr3-0000000DCgX-1w1d for linux-riscv@lists.infradead.org; Fri, 20 Feb 2026 04:11:01 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id CCC506187E; Fri, 20 Feb 2026 04:11:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 98269C116D0; Fri, 20 Feb 2026 04:11:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1771560660; bh=efjNDJhM9/0diWvBdyGOzP+K21cHz4kM08BrUOfEDRQ=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=s0PWe5C5DfEFXvhOpNI7PD7CfmjfKkPnl3Er379KNRdps2JQFPoznWKtIkmcobcVj nQGi5AvNQIMtqm29dzcR5JBEXVOZSjC7/ZSGvbUqAjqj6fjih/3Cdnzx4k5/VQHovv ECXpPMVdp67gRv7WTlabd5cKSHZtj0ctTJFvMgi61cM01rTpuh1Is+QEtCJGhUE663 9hoUXMixh3D7BmD//K3rb0GT9JknVLzSS86miuq3vnneDb0PWVddPNyTDKBWT/Z6D+ gOTX9B5N+2k/Cw40A/fepclZYN9UHV/XHkBeirJhkb+CduzAOhngVE89qjJeVFNg1n beYdy47j4zHmg== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 3FE9B3809A88; Fri, 20 Feb 2026 04:11:10 +0000 (UTC) MIME-Version: 1.0 Subject: Re: [PATCH net v3] net: spacemit: k1-emac: fix jumbo frame support From: patchwork-bot+linux-riscv@kernel.org Message-Id: <177156066878.189817.17095459510292198861.git-patchwork-notify@kernel.org> Date: Fri, 20 Feb 2026 04:11:08 +0000 References: <20260130102301.477514-1-tmshlvck@gmail.com> In-Reply-To: <20260130102301.477514-1-tmshlvck@gmail.com> To: Tomas Hlavacek Cc: linux-riscv@lists.infradead.org, netdev@vger.kernel.org, spacemit@lists.linux.dev, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, dlan@kernel.org, wangruikang@iscas.ac.cn, stable@vger.kernel.org X-BeenThere: linux-riscv@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org Hello: This patch was applied to riscv/linux.git (fixes) by Jakub Kicinski : On Fri, 30 Jan 2026 11:23:01 +0100 you wrote: > The driver never programs the MAC frame size and jabber registers, > causing the hardware to reject frames larger than the default 1518 > bytes even when larger DMA buffers are allocated. > > Program MAC_MAXIMUM_FRAME_SIZE, MAC_TRANSMIT_JABBER_SIZE, and > MAC_RECEIVE_JABBER_SIZE based on the configured MTU. Also fix the > maximum buffer size from 4096 to 4095, since the descriptor buffer > size field is only 12 bits. Account for double VLAN tags in frame > size calculations. > > [...] Here is the summary with links: - [net,v3] net: spacemit: k1-emac: fix jumbo frame support https://git.kernel.org/riscv/c/3125fc170169 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv