Hello:
This series was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Wed, 23 Jul 2025 11:47:35 -0700 you wrote:
There are a couple issues with the tso selftest.
- Features required for test cases are detected by searching the set of active features at test start, so if a feature is supported by hw, but disabled, the test will report that the feature under test is not available and fail.
- The vxlan test cases do not use the correct ip link flags based on the gso feature under test
- The non-tunneled tso6 test case is showing up with the wrong name.
[...]
Here is the summary with links: - [net,1/3] selftests: drv-net: tso: enable test cases based on hw_features https://git.kernel.org/netdev/net/c/266b835e5e84 - [net,2/3] selftests: drv-net: tso: fix vxlan tunnel flags to get correct gso_type https://git.kernel.org/netdev/net/c/2cfbcc5d8af9 - [net,3/3] selftests: drv-net: tso: fix non-tunneled tso6 test case name https://git.kernel.org/netdev/net/c/b25b44cd178c
You are awesome, thank you!