From: Florian Westphal <f...@strlen.de> Date: Mon, 11 May 2015 19:50:41 +0200
> Seems all we want here is to avoid endless 'goto reclassify' loop. > tc_classify_compat even resets this counter when something other > than TC_ACT_RECLASSIFY is returned, so this skb-counter doesn't > break hypothetical loops induced by something other than perpetual > TC_ACT_RECLASSIFY return values. > > skb_act_clone is now identical to skb_clone, so just use that. > > Tested with following (bogus) filter: > tc filter add dev eth0 parent ffff: \ > protocol ip u32 match u32 0 0 police rate 10Kbit burst \ > 64000 mtu 1500 action reclassify > > Acked-by: Daniel Borkmann <dan...@iogearbox.net> > Signed-off-by: Florian Westphal <f...@strlen.de> Applied, thanks everyone. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html