All of lore.kernel.org
 help / color / mirror / Atom feed
* [net-next PATCH 1/1] net_sched: Improve readability of filter processing
@ 2016-02-18 13:04 Jamal Hadi Salim
  2016-02-18 13:51 ` Daniel Borkmann
  2016-02-18 16:19 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Jamal Hadi Salim @ 2016-02-18 13:04 UTC (permalink / raw)
  To: davem; +Cc: netdev, daniel, xiyou.wangcong, Jamal Hadi Salim

From: Jamal Hadi Salim <jhs@mojatatu.com>

Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com>
---
 net/sched/sch_api.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/sched/sch_api.c b/net/sched/sch_api.c
index af1acf0..de1e176 100644
--- a/net/sched/sch_api.c
+++ b/net/sched/sch_api.c
@@ -1841,7 +1841,7 @@ reclassify:
 			return err;
 	}
 
-	return -1;
+	return TC_ACT_UNSPEC; /* signal: continue lookup */
 #ifdef CONFIG_NET_CLS_ACT
 reset:
 	if (unlikely(limit++ >= MAX_REC_LOOP)) {
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [net-next PATCH 1/1] net_sched: Improve readability of filter processing
  2016-02-18 13:04 [net-next PATCH 1/1] net_sched: Improve readability of filter processing Jamal Hadi Salim
@ 2016-02-18 13:51 ` Daniel Borkmann
  2016-02-18 16:19 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: Daniel Borkmann @ 2016-02-18 13:51 UTC (permalink / raw)
  To: Jamal Hadi Salim, davem; +Cc: netdev, xiyou.wangcong

On 02/18/2016 02:04 PM, Jamal Hadi Salim wrote:
> From: Jamal Hadi Salim <jhs@mojatatu.com>
>
> Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com>

Acked-by: Daniel Borkmann <daniel@iogearbox.net>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [net-next PATCH 1/1] net_sched: Improve readability of filter processing
  2016-02-18 13:04 [net-next PATCH 1/1] net_sched: Improve readability of filter processing Jamal Hadi Salim
  2016-02-18 13:51 ` Daniel Borkmann
@ 2016-02-18 16:19 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2016-02-18 16:19 UTC (permalink / raw)
  To: jhs; +Cc: netdev, daniel, xiyou.wangcong

From: Jamal Hadi Salim <jhs@mojatatu.com>
Date: Thu, 18 Feb 2016 08:04:43 -0500

> From: Jamal Hadi Salim <jhs@mojatatu.com>
> 
> Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com>

Applied.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-02-18 16:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-18 13:04 [net-next PATCH 1/1] net_sched: Improve readability of filter processing Jamal Hadi Salim
2016-02-18 13:51 ` Daniel Borkmann
2016-02-18 16:19 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.