From: we...@ucloud.cn Date: Tue, 21 Jul 2020 11:09:52 +0800 > From: wenxu <we...@ucloud.cn> > > When openvswitch conntrack offload with act_ct action. Fragment packets > defrag in the ingress tc act_ct action and miss the next chain. Then the > packet pass to the openvswitch datapath without the mru. The defrag over > mtu packet will be dropped in output of openvswitch for over mtu. > > "kernel: net2: dropped over-mtu packet: 1508 > 1500" > > Fixes: b57dc7c13ea9 ("net/sched: Introduce action ct") > Signed-off-by: wenxu <we...@ucloud.cn>
Just FYI, I'm not applying this without some review.