Re: [PATCHv2 net-next 09/15] net: sch: api: add extack support in qdisc_get_rtab

2017-12-14 Thread David Ahern
On 12/14/17 11:38 AM, Alexander Aring wrote: > diff --git a/net/sched/sch_api.c b/net/sched/sch_api.c > index 816e8b0c2609..24b286d763b7 100644 > --- a/net/sched/sch_api.c > +++ b/net/sched/sch_api.c > @@ -393,13 +393,16 @@ static __u8 __detect_linklayer(struct tc_ratespec *r, > __u32 *rtab) >

[PATCHv2 net-next 09/15] net: sch: api: add extack support in qdisc_get_rtab

2017-12-14 Thread Alexander Aring
This patch adds extack support for the function qdisc_get_rtab which is a common used function in the tc subsystem. Callers which are interested in the receiving error can assign extack to get a more detailed information why qdisc_get_rtab failed. Cc: David Ahern