]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - net/sched/sch_sfb.c
net: sched: sch: add extack to change class
authorAlexander Aring <aring@mojatatu.com>
Wed, 20 Dec 2017 17:35:15 +0000 (12:35 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 21 Dec 2017 17:32:50 +0000 (12:32 -0500)
commit793d81d6a1965f1e1806ebc9aacc84a639b90282
tree3c3adee5373f8f32f31b92776f0be367c7b40311
parent2030721cc0c39ff19df94a0df77b0401fdb71c1a
net: sched: sch: add extack to change class

This patch adds extack support for class change callback api. This prepares
to handle extack support inside each specific class implementation.

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>
include/net/sch_generic.h
net/sched/sch_api.c
net/sched/sch_atm.c
net/sched/sch_cbq.c
net/sched/sch_drr.c
net/sched/sch_dsmark.c
net/sched/sch_fq_codel.c
net/sched/sch_hfsc.c
net/sched/sch_htb.c
net/sched/sch_qfq.c
net/sched/sch_sfb.c