Re: [PATCH -next] net: sched: use counter to break reclassify loops

2015-05-13 Thread Florian Westphal
Jamal Hadi Salim j...@mojatatu.com wrote: On 05/12/15 09:00, Florian Westphal wrote: Jamal Hadi Salim j...@mojatatu.com wrote: Florian, In general i am in support of removing this - since the use case never materialized as being useful. However, this is not the same logic that was there

Re: [PATCH -next] net: sched: use counter to break reclassify loops

2015-05-13 Thread David Miller
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