Re: [PATCHv2 net-next 03/15] net: sched: sch_api: handle generic qdisc errors

2017-12-14 Thread David Ahern
On 12/14/17 11:38 AM, Alexander Aring wrote: > @@ -912,8 +920,10 @@ static int qdisc_graft(struct net_device *dev, struct > Qdisc *parent, > (new && new->flags & TCQ_F_INGRESS)) { > num_q = 1; > ingress = 1; > - if

Re: [PATCHv2 net-next 03/15] net: sched: sch_api: handle generic qdisc errors

2017-12-14 Thread Alexander Aring
Hi, On Thu, Dec 14, 2017 at 1:38 PM, Alexander Aring wrote: > This patch adds extack support for generic qdisc handling. The extack > will be set deeper to each called function which is not part of netdev > core api. > > Cc: David Ahern > Signed-off-by:

[PATCHv2 net-next 03/15] net: sched: sch_api: handle generic qdisc errors

2017-12-14 Thread Alexander Aring
This patch adds extack support for generic qdisc handling. The extack will be set deeper to each called function which is not part of netdev core api. Cc: David Ahern Signed-off-by: Alexander Aring --- net/sched/sch_api.c | 159