Merge branch 'net-dst_metadata-fix-df-flag-extraction-on-tunnel-rx'
authorJakub Kicinski <kuba@kernel.org>
Sun, 14 Sep 2025 21:28:14 +0000 (14:28 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sun, 14 Sep 2025 21:28:15 +0000 (14:28 -0700)
commit2e5fb2ff31730786c05e0f18949143b05efa1212
treebe770849354ab808fff1798612b6b881e35fa285
parent56c0a2a9ddc2f5b5078c5fb0f81ab76bbc3d4c37
parent6cafb93c1f2aec7875f7a024a53e15f0683df699
Merge branch 'net-dst_metadata-fix-df-flag-extraction-on-tunnel-rx'

Ilya Maximets says:

====================
net: dst_metadata: fix DF flag extraction on tunnel rx

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.
====================

Link: https://patch.msgid.link/20250909165440.229890-1-i.maximets@ovn.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>