diff options
author | Paul Blakey <paulb@mellanox.com> | 2017-05-28 14:59:45 +0300 |
---|---|---|
committer | Simon Horman <simon.horman@netronome.com> | 2017-05-30 09:04:20 +0200 |
commit | 1dc0da67b000f55a4d3570bf47f7063464a7893c (patch) | |
tree | 45f2d05ec40edb407b27dd1d050049356d9a9bb1 /include/linux/automake.mk | |
parent | a3c99b6def3db79b52630466f9c96c17e45e1813 (diff) | |
download | openvswitch-1dc0da67b000f55a4d3570bf47f7063464a7893c.tar.gz |
compat: Add tc compatibility headers for old kernels
Added compatibility headers for actions vlan and tunnel key.
Do not use compat code when compiling kernel datapath
there is no need for it as TC compatibility is not provided there.
In other words, the compat code is only used when compiling user-space
code against old kernel headers.
Signed-off-by: Paul Blakey <paulb@mellanox.com>
Reviewed-by: Roi Dayan <roid@mellanox.com>
Acked-by: Flavio Leitner <fbl@sysclose.org>
Signed-off-by: Simon Horman <simon.horman@netronome.com>
Diffstat (limited to 'include/linux/automake.mk')
-rw-r--r-- | include/linux/automake.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/automake.mk b/include/linux/automake.mk new file mode 100644 index 000000000..093204eb3 --- /dev/null +++ b/include/linux/automake.mk @@ -0,0 +1,4 @@ +noinst_HEADERS += \ + include/linux/pkt_cls.h \ + include/linux/tc_act/tc_tunnel_key.h \ + include/linux/tc_act/tc_vlan.h |