From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id ED67D38E8D0; Thu, 11 Jun 2026 22:50:32 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781218235; cv=none; b=CMYh/cEm5QyYVuNWxPIZzorTwl30gVMhD4/EMW/4+zDqRooBeW88lYCtdJiJTg7XIwC37VS2aPH0ZAypFT5LDiI4BRqIRmWqNgUkBU/7cgR8iApP6XtBfDFPxpre3JEJEtuPs5aunNIYCEu82C/je/Sx1mHbUkngFW1QAw1kgUc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781218235; c=relaxed/simple; bh=TyNX+oJc/MFzFuxAGt/IUzK+asDmWADNvzEqvgAfhbQ=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=NBsx6HpfWpKYjvj4a/qCpgjxOh3jYPGdNXnXpDe1Yyy/AwlAcwGnixdPNxGjowx8xVXq2geGyczwyLjGZvrPlhv9HVKXntBogS7GFn3iDNPbAkgNRmm/N1y1SFZEjFtRaWPA6mMwRhnPl7dzz+m6AZDoUZ9Bn+FJukCEb6fp8/4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=G63+Ss0v; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="G63+Ss0v" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6B1E81F00A3A; Thu, 11 Jun 2026 22:50:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1781218232; bh=G3sIlCr+rOPD9zI4jT1mrmwCd8/1/QyIAfXHZsN8XTg=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=G63+Ss0vyBhAJx/JJId/1dHYeFdIa7okyK3Hx0OTR7UynO+FfYuZxVnDvUSW5h9nu n0dQ9Zh3JOnBRcWewKrm4AuBQa6sEzPMf7MK0K72nugGpbfet+nu/NezzXLlpa09LT wFBcGp0uYpQ70gjG75IxMmSy8P0w6UO3J42OShSAYmTHfw7kMUCEhjKefZGCRV938y njnsMzQ/pZdZM8CVInqvYPuhecufwWF3Y9TGmRM4IJlJQwWQJ5ZCZ5LaxlfhMZQiFe yyqLFqSKu8r6OLHsKQaPaDTS/L4D7O54+FQ1/NPR7nqSCWWuZEqv2noazo7AQb/Pc7 dbs6OV2XW9Ggw== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id D0B7A3930FB3; Thu, 11 Jun 2026 22:50:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next v2] net: bcmgenet: convert RX path to page_pool From: patchwork-bot+netdevbpf@kernel.org Message-Id: <178121822938.394849.1162071638339486124.git-patchwork-notify@kernel.org> Date: Thu, 11 Jun 2026 22:50:29 +0000 References: <20260610114835.2225423-1-nb@tipi-net.de> In-Reply-To: <20260610114835.2225423-1-nb@tipi-net.de> To: Nicolai Buchwitz Cc: opendmb@gmail.com, florian.fainelli@broadcom.com, andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, justin.chen@broadcom.com, phil@raspberrypi.com, bcm-kernel-feedback-list@broadcom.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 10 Jun 2026 13:48:35 +0200 you wrote: > Replace the per-packet __netdev_alloc_skb() + dma_map_single() in the > RX path with page_pool. SKBs are built from pool pages via > napi_build_skb() with skb_mark_for_recycle() so the network stack > returns pages to the pool, and DMA mapping happens once per page > instead of once per packet. > > Reject HW-reported lengths smaller than the RSB so a runt cannot > underflow the SKB build path. > > [...] Here is the summary with links: - [net-next,v2] net: bcmgenet: convert RX path to page_pool https://git.kernel.org/netdev/net-next/c/7bc054c2d4ed You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html