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

2017-12-16 Thread kbuild test robot
Hi Alexander, I love your patch! Yet something to improve: [auto build test ERROR on net-next/master] url: https://github.com/0day-ci/linux/commits/Alexander-Aring/net-sched-sch-introduce-extack-support/20171217-015839 config: x86_64-randconfig-x003-201751 (attached as .config) compiler:

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

2017-12-14 Thread David Ahern
On 12/14/17 11:39 AM, Alexander Aring wrote: > diff --git a/net/sched/cls_api.c b/net/sched/cls_api.c > index 446ef956a79c..173107ed3726 100644 > --- a/net/sched/cls_api.c > +++ b/net/sched/cls_api.c > @@ -282,20 +282,24 @@ static void tcf_block_offload_unbind(struct tcf_block > *block, struct

[PATCHv2 net-next 10/15] net: sch: api: add extack support in tcf_block_get

2017-12-14 Thread Alexander Aring
This patch adds extack support for the function tcf_block_get 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 tcf_block_get failed. Cc: David Ahern Signed-off-by: