net: sched: sch: add extack for block callback
This patch adds extack support for block callback to prepare per-qdisc specific changes for extack. 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>
This commit is contained in:

committed by
David S. Miller

parent
793d81d6a1
commit
cbaacc4e8a
@@ -173,7 +173,8 @@ static unsigned long drr_search_class(struct Qdisc *sch, u32 classid)
|
||||
return (unsigned long)drr_find_class(sch, classid);
|
||||
}
|
||||
|
||||
static struct tcf_block *drr_tcf_block(struct Qdisc *sch, unsigned long cl)
|
||||
static struct tcf_block *drr_tcf_block(struct Qdisc *sch, unsigned long cl,
|
||||
struct netlink_ext_ack *extack)
|
||||
{
|
||||
struct drr_sched *q = qdisc_priv(sch);
|
||||
|
||||
|
Reference in New Issue
Block a user