commit | d0bd684dddab51ed017ece0359f26b038ec31940 | [log] [tgz] |
---|---|---|
author | Alexander Aring <aring@mojatatu.com> | Wed Dec 20 12:35:20 2017 -0500 |
committer | David S. Miller <davem@davemloft.net> | Thu Dec 21 12:32:51 2017 -0500 |
tree | d291b35a0e232ba4314116d8d2333b703a49af3b | |
parent | 8d1a77f974ca61d39afa5bf0aeab210525d31475 [diff] |
net: sch: api: add extack support in qdisc_alloc This patch adds extack support for the function qdisc_alloc 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_alloc failed. Cc: David Ahern <dsahern@gmail.com> Acked-by: Jamal Hadi Salim <jhs@mojatatu.com> Signed-off-by: Alexander Aring <aring@mojatatu.com> Signed-off-by: David S. Miller <davem@davemloft.net>