[ovs-dev] [V2 with ACKS 0/8] datapath: Pull in upstream fixes and updates

Greg Rose gvrose8192 at gmail.com
Thu Dec 13 23:08:17 UTC 2018


Pull in recent Linux upstream kernel updates for openvswitch core.

Travis build is here:
https://travis-ci.org/gvrose8192/ovs-experimental/builds/463951223

'make check-kmod' results:
## ------------- ##
## Test results. ##
## ------------- ##

116 tests were successful.
16 tests were skipped.

There are other updates specific to netfilter/conntrack code
which will be submitted separately in an upcoming patch series.

Colin Ian King (1):
  datapath: fix spelling mistake "execeeds" -> "exceeds"

Flavio Leitner (1):
  datapath: load NAT helper

Greg Rose (1):
  compat: Fixup ip_tunnel_info_opts_set

Kees Cook (2):
  datapath: kmalloc() -> kmalloc_array()
  datapath: kzalloc() -> kcalloc()

Pieter Jansen van Vuuren (1):
  datapath: check tunnel option type in tunnel flags

Yi-Hung Wei (1):
  datapath: Derive IP protocol number for IPv6 later frags

YueHaibing (1):
  datapath: fix return type of ndo_start_xmit function

 acinclude.m4                                   |  3 +++
 datapath/conntrack.c                           |  6 +++++-
 datapath/datapath.c                            |  5 +++--
 datapath/flow.c                                | 22 +++++++++-------------
 datapath/flow_netlink.c                        |  7 ++++++-
 datapath/linux/compat/geneve.c                 |  3 ++-
 datapath/linux/compat/include/net/ip_tunnels.h | 20 ++++++++++++++++++--
 datapath/linux/compat/ip_gre.c                 |  2 ++
 datapath/linux/compat/vxlan.c                  |  3 ++-
 datapath/vport-internal_dev.c                  |  5 +++--
 datapath/vport.c                               |  2 +-
 11 files changed, 54 insertions(+), 24 deletions(-)

-- 
1.8.3.1



More information about the dev mailing list