Hello:
This series was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Fri, 4 Apr 2025 12:21:24 +0000 you wrote:
A hds-thresh value is not set correctly if input value is 0. The cause is that ethtool_ringparam_get_cfg(), which is a internal function that returns ringparameters from both ->get_ringparam() and dev->cfg can't return a correct hds-thresh value.
The first patch fixes ethtool_ringparam_get_cfg() to set hds-thresh value correcltly.
[...]
Here is the summary with links: - [v2,net,1/2] net: ethtool: fix ethtool_ringparam_get_cfg() returns a hds_thresh value always as 0. https://git.kernel.org/netdev/net/c/216a61d33c07 - [v2,net,2/2] selftests: drv-net: test random value for hds-thresh https://git.kernel.org/netdev/net/c/22d3a63d5321
You are awesome, thank you!