[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<172355702725.1643029.11168261839990556381.git-patchwork-notify@kernel.org>
Date: Tue, 13 Aug 2024 13:50:27 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: David Thompson <davthompson@...dia.com>
Cc: davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org,
pabeni@...hat.com, leon@...nel.org, yuehaibing@...wei.com,
andriy.shevchenko@...ux.intel.com, u.kleine-koenig@...gutronix.de,
asmaa@...dia.com, netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH net v1] mlxbf_gige: disable RX filters until RX path
initialized
Hello:
This patch was applied to netdev/net.git (main)
by Paolo Abeni <pabeni@...hat.com>:
On Fri, 9 Aug 2024 12:36:12 -0400 you wrote:
> A recent change to the driver exposed a bug where the MAC RX
> filters (unicast MAC, broadcast MAC, and multicast MAC) are
> configured and enabled before the RX path is fully initialized.
> The result of this bug is that after the PHY is started packets
> that match these MAC RX filters start to flow into the RX FIFO.
> And then, after rx_init() is completed, these packets will go
> into the driver RX ring as well. If enough packets are received
> to fill the RX ring (default size is 128 packets) before the call
> to request_irq() completes, the driver RX function becomes stuck.
>
> [...]
Here is the summary with links:
- [net,v1] mlxbf_gige: disable RX filters until RX path initialized
https://git.kernel.org/netdev/net/c/df934abb185c
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists