Fixes compilation of datapath for both current net and net-next tree. Thomas Graf (4): datapath: Check if nla_is_last() is available in <net/netlink.h> datapath: Mark compatible with kernels up to 3.18.x datapath: Account for rename to vlan_insert_tag_set_proto() datapath: Account for already defined NETIF_F_GSO_ENCAP_ALL
NEWS | 1 + acinclude.m4 | 6 ++++-- datapath/actions.c | 2 +- datapath/datapath.c | 2 +- datapath/linux/compat/gso.c | 4 ++-- datapath/linux/compat/include/linux/if_vlan.h | 6 ++++++ datapath/linux/compat/include/linux/netdev_features.h | 3 +++ datapath/linux/compat/include/net/netlink.h | 2 +- datapath/vport-geneve.c | 6 +++--- datapath/vport-gre.c | 6 +++--- datapath/vport-internal_dev.c | 6 +++--- 11 files changed, 28 insertions(+), 16 deletions(-) -- 1.9.3 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev