[ovs-dev] [PATCH 0/4] datapath: Compatibility to 3.18+

Pravin Shelar pshelar at nicira.com
Wed Dec 10 01:12:31 UTC 2014


On Wed, Dec 3, 2014 at 4:02 AM, Thomas Graf <tgraf at noironetworks.com> wrote:
> 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
>
I pushed all patches except third patch. Those vlan changes should be
part of ovs vlan action patch that was merged upstream.

>  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 at openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev



More information about the dev mailing list