Hello:
This patch was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Tue, 10 Sep 2024 17:56:29 +0800 you wrote:
The number of transmit and receive descriptors must be a multiple of 128 due to the hardware limitation. If it is set to a multiple of 8 instead of a multiple 128, the queues will easily be hung.
Cc: stable@vger.kernel.org Fixes: 883b5984a5d2 ("net: wangxun: add ethtool_ops for ring parameters") Signed-off-by: Jiawen Wu jiawenwu@trustnetic.com
[...]
Here is the summary with links: - [net] net: libwx: fix number of Rx and Tx descriptors https://git.kernel.org/netdev/net/c/077ee7e6b13a
You are awesome, thank you!