Message ID | cover.1717088241.git.dcaratti@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | net: allow dissecting/matching tunnel control flags | expand |
Hello: This series was applied to netdev/net-next.git (main) by Paolo Abeni <pabeni@redhat.com>: On Thu, 30 May 2024 19:08:33 +0200 you wrote: > Ilya says: "for correct matching on decapsulated packets, we should match > on not only tunnel id and headers, but also on tunnel configuration flags > like TUNNEL_NO_CSUM and TUNNEL_DONT_FRAGMENT. This is done to distinguish > similar tunnels with slightly different configs. And it is important since > tunnel configuration is flow based, i.e. can be different for every packet, > even though the main tunnel port is the same." > > [...] Here is the summary with links: - [net-next,v4,1/2] flow_dissector: add support for tunnel control flags https://git.kernel.org/netdev/net-next/c/668b6a2ef832 - [net-next,v4,2/2] net/sched: cls_flower: add support for matching tunnel control flags https://git.kernel.org/netdev/net-next/c/1d17568e74de You are awesome, thank you!