Re: [PATCH net] openvswitch: fix drop over mtu packet after defrag in act_ct

2020-07-28 Thread David Miller
From: we...@ucloud.cn Date: Tue, 21 Jul 2020 11:09:52 +0800 > From: wenxu > > 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 o

Re: [PATCH net] openvswitch: fix drop over mtu packet after defrag in act_ct

2020-07-22 Thread wenxu
Hi paulb & Pravin, Could you review for this patch> Thanks. BR wenxu On 7/21/2020 11:09 AM, we...@ucloud.cn wrote: > From: wenxu > > 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 pas

Re: [PATCH net] openvswitch: fix drop over mtu packet after defrag in act_ct

2020-07-22 Thread David Miller
From: we...@ucloud.cn Date: Tue, 21 Jul 2020 11:09:52 +0800 > From: wenxu > > 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 o

[PATCH net] openvswitch: fix drop over mtu packet after defrag in act_ct

2020-07-20 Thread wenxu
From: wenxu 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.