[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <163179960774.17264.3336487167553262857.git-patchwork-notify@kernel.org>
Date: Thu, 16 Sep 2021 13:40:07 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: David Thompson <davthompson@...dia.com>
Cc: davem@...emloft.net, kuba@...nel.org, netdev@...r.kernel.org,
limings@...dia.com, arnd@...db.de, jgg@...pe.ca,
=caihuoqing@...du.com, asmaa@...dia.com
Subject: Re: [PATCH net v2] mlxbf_gige: clear valid_polarity upon open
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Wed, 15 Sep 2021 14:08:48 -0400 you wrote:
> The network interface managed by the mlxbf_gige driver can
> get into a problem state where traffic does not flow.
> In this state, the interface will be up and enabled, but
> will stop processing received packets. This problem state
> will happen if three specific conditions occur:
> 1) driver has received more than (N * RxRingSize) packets but
> less than (N+1 * RxRingSize) packets, where N is an odd number
> Note: the command "ethtool -g <interface>" will display the
> current receive ring size, which currently defaults to 128
> 2) the driver's interface was disabled via "ifconfig oob_net0 down"
> during the window described in #1.
> 3) the driver's interface is re-enabled via "ifconfig oob_net0 up"
>
> [...]
Here is the summary with links:
- [net,v2] mlxbf_gige: clear valid_polarity upon open
https://git.kernel.org/netdev/net/c/ee8a9600b539
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