]> 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)
commit070612cc4c852bee69c391329311331ce71f5935
treef49a8513e4e809220df7f02f4fc78e15a59ef405
parent0aef36c44a773c72f1e8dea237d958d5e0fc0ff4
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