]> asedeno.scripts.mit.edu Git - linux.git/commit
flow_offload: add flow action infrastructure
authorPablo Neira Ayuso <pablo@netfilter.org>
Sat, 2 Feb 2019 11:50:45 +0000 (12:50 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 6 Feb 2019 18:38:25 +0000 (10:38 -0800)
commite3ab786b42535da00c731c3585165e88bf35ab09
tree5f988db3d1322f794a250abd16ae281ad18aa170
parentc500c86b0c75da167b59ee82f78e394fd10cb792
flow_offload: add flow action infrastructure

This new infrastructure defines the nic actions that you can perform
from existing network drivers. This infrastructure allows us to avoid a
direct dependency with the native software TC action representation.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Acked-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/flow_offload.h
include/net/pkt_cls.h
net/core/flow_offload.c
net/sched/cls_api.c
net/sched/cls_flower.c