]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blobdiff - net/openvswitch/flow.c
Merge tag 'kvmarm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm...
[mirror_ubuntu-hirsute-kernel.git] / net / openvswitch / flow.c
index 9d375e74b60738e6961cfde27b16b75110b62f45..03942c30d83e67bc412a4748edd70beedb42dfd3 100644 (file)
@@ -890,6 +890,7 @@ int ovs_flow_key_extract(const struct ip_tunnel_info *tun_info,
        if (static_branch_unlikely(&tc_recirc_sharing_support)) {
                tc_ext = skb_ext_find(skb, TC_SKB_EXT);
                key->recirc_id = tc_ext ? tc_ext->chain : 0;
+               OVS_CB(skb)->mru = tc_ext ? tc_ext->mru : 0;
        } else {
                key->recirc_id = 0;
        }