]> git.baikalelectronics.ru Git - kernel.git/commit
net: sched: use tc_setup_cb_call to call per-block callbacks
authorJiri Pirko <jiri@mellanox.com>
Thu, 19 Oct 2017 13:50:32 +0000 (15:50 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sat, 21 Oct 2017 02:04:07 +0000 (03:04 +0100)
commitd56daf0e8ba316c1820eddab0c365b96ea9d00ed
tree7a4e4893cbbdca353d7d4b917044a1a528943c62
parent51ef576e9c77fcdead59cc7ec835330d06499630
net: sched: use tc_setup_cb_call to call per-block callbacks

Extend the tc_setup_cb_call entrypoint function originally used only for
action egress devices callbacks to call per-block callbacks as well.

Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/pkt_cls.h
net/sched/cls_api.c
net/sched/cls_flower.c