Re: [patch net-next] sched: have stub for tcf_destroy_chain in case NET_CLS is not configured

2017-02-15 Thread David Miller
From: Jiri Pirko Date: Wed, 15 Feb 2017 11:57:50 +0100 > From: Jiri Pirko > > This fixes broken build for !NET_CLS: > > net/built-in.o: In function `fq_codel_destroy': > /home/sab/linux/net-next/net/sched/sch_fq_codel.c:468: undefined reference to >

Re: [patch net-next] sched: have stub for tcf_destroy_chain in case NET_CLS is not configured

2017-02-15 Thread Sabrina Dubroca
2017-02-15, 11:57:50 +0100, Jiri Pirko wrote: > From: Jiri Pirko > > This fixes broken build for !NET_CLS: > > net/built-in.o: In function `fq_codel_destroy': > /home/sab/linux/net-next/net/sched/sch_fq_codel.c:468: undefined reference to > `tcf_destroy_chain' > > Fixes:

[patch net-next] sched: have stub for tcf_destroy_chain in case NET_CLS is not configured

2017-02-15 Thread Jiri Pirko
From: Jiri Pirko This fixes broken build for !NET_CLS: net/built-in.o: In function `fq_codel_destroy': /home/sab/linux/net-next/net/sched/sch_fq_codel.c:468: undefined reference to `tcf_destroy_chain' Fixes: cf1facda2f61 ("sched: move tcf_proto_destroy and tcf_destroy_chain