diff --git a/net/sched/cls_api.c b/net/sched/cls_api.c index a281da07bb1d27f57492ce14efddf1078358b71c..30090794b7912a29b9c6be868e8af2da6355b0a5 100644 --- a/net/sched/cls_api.c +++ b/net/sched/cls_api.c @@ -1532,7 +1532,7 @@ static inline int __tcf_classify(struct sk_buff *skb, u32 *last_executed_chain) { #ifdef CONFIG_NET_CLS_ACT - const int max_reclassify_loop = 4; + const int max_reclassify_loop = 16; const struct tcf_proto *first_tp; int limit = 0;