]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - net/sched/act_api.c
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)
commitb3f55bdda8df55a563005e00b1b71212d8546541
treef49a8513e4e809220df7f02f4fc78e15a59ef405
parent843e79d05addd8eb06992cd6dfafc7b9d53f2bc8
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