Hello:
This series was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Tue, 9 Sep 2025 18:54:14 +0200 you wrote:
Two patches here, first fixes the issue where tunnel core doesn't actually extract DF bit from the outer IP header, even though both OVS and TC flower allow matching on it. More details in the commit message.
The second is a selftest for openvswitch that reproduces the issue, but also just adds some basic coverage for the tunnel metadata extraction and related openvswitch uAPI.
[...]
Here is the summary with links: - [net,v2,1/2] net: dst_metadata: fix IP_DF bit not extracted from tunnel headers https://git.kernel.org/netdev/net/c/a9888628cb2c - [net,v2,2/2] selftests: openvswitch: add a simple test for tunnel metadata https://git.kernel.org/netdev/net/c/6cafb93c1f2a
You are awesome, thank you!