Re: [PATCH] net/sched/hfsc: allocate tcf block for hfsc root class

2017-08-11 Thread David Miller
From: Konstantin Khlebnikov Date: Thu, 10 Aug 2017 12:31:40 +0300 > Without this filters cannot be attached. > > Signed-off-by: Konstantin Khlebnikov > Fixes: 6529eaba33f0 ("net: sched: introduce tcf block infractructure") Applied, thanks.

Re: [PATCH] net/sched/hfsc: allocate tcf block for hfsc root class

2017-08-11 Thread Cong Wang
On Thu, Aug 10, 2017 at 2:31 AM, Konstantin Khlebnikov wrote: > Without this filters cannot be attached. > > Signed-off-by: Konstantin Khlebnikov > Fixes: 6529eaba33f0 ("net: sched: introduce tcf block infractructure") Looks good. Acked-by: Cong Wang

[PATCH] net/sched/hfsc: allocate tcf block for hfsc root class

2017-08-10 Thread Konstantin Khlebnikov
Without this filters cannot be attached. Signed-off-by: Konstantin Khlebnikov Fixes: 6529eaba33f0 ("net: sched: introduce tcf block infractructure") --- net/sched/sch_hfsc.c |8 1 file changed, 8 insertions(+) diff --git a/net/sched/sch_hfsc.c b/net/sched/sch_hfsc.c index b52f74610