diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2019-02-02 12:50:49 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-02-06 10:38:26 -0800 |
commit | 2cd173e6d542f8e96369608db849b71135d65afb (patch) | |
tree | be32ab0288b9440811908803a3a33b2169d2183e /include/net/pkt_cls.h | |
parent | 738678817573ce45698e1bb13222f2e53622c555 (diff) | |
download | linux-2cd173e6d542f8e96369608db849b71135d65afb.tar.bz2 |
cls_flower: don't expose TC actions to drivers anymore
Now that drivers have been converted to use the flow action
infrastructure, remove this field from the tc_cls_flower_offload
structure.
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>
Diffstat (limited to 'include/net/pkt_cls.h')
-rw-r--r-- | include/net/pkt_cls.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/pkt_cls.h b/include/net/pkt_cls.h index bea1b1c3ea9b..cb8be396a11f 100644 --- a/include/net/pkt_cls.h +++ b/include/net/pkt_cls.h @@ -766,7 +766,6 @@ struct tc_cls_flower_offload { unsigned long cookie; struct flow_rule *rule; struct flow_stats stats; - struct tcf_exts *exts; u32 classid; }; |