Re: [PATCH v6 net-next 3/3] net/sched: act_frag: add implict packet fragment support.

2020-11-10 Thread Jakub Kicinski
On Tue, 10 Nov 2020 14:28:06 +0800 we...@ucloud.cn wrote: > +static int (*tcf_xmit_hook)(struct sk_buff *skb, > + int (*xmit)(struct sk_buff *skb)); missing the rcu annotation on this net/sched/act_api.c:35:17: error: incompatible types in comparison expression (different

[PATCH v6 net-next 3/3] net/sched: act_frag: add implict packet fragment support.

2020-11-09 Thread wenxu
From: wenxu Currently kernel tc subsystem can do conntrack in cat_ct. But when several fragment packets go through the act_ct, function tcf_ct_handle_fragments will defrag the packets to a big one. But the last action will redirect mirred to a device which maybe lead the reassembly big packet ove