commit | e3ab786b42535da00c731c3585165e88bf35ab09 | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Sat Feb 02 12:50:45 2019 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Feb 06 10:38:25 2019 -0800 |
tree | 5f988db3d1322f794a250abd16ae281ad18aa170 | |
parent | c500c86b0c75da167b59ee82f78e394fd10cb792 [diff] |
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>