]> git.baikalelectronics.ru Git - kernel.git/commit
net: sched: introduce per-egress action device callbacks
authorJiri Pirko <jiri@mellanox.com>
Wed, 11 Oct 2017 07:41:08 +0000 (09:41 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 12 Oct 2017 03:15:43 +0000 (20:15 -0700)
commit140d3b755f204c80bb39c78d26ebd9a2ccf7d58e
treef49a8513e4e809220df7f02f4fc78e15a59ef405
parentd4ad8ec81404608414d8c11d0f79ae5e3fc5e5ed
net: sched: introduce per-egress action device callbacks

Introduce infrastructure that allows drivers to register callbacks that
are called whenever tc would offload inserted rule and specified device
acts as tc action egress device.

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