[ovs-dev] [PATCH 0/8] Linux upstream kernel backports and updates

Greg Rose gvrose8192 at gmail.com
Wed Feb 14 23:18:02 UTC 2018


Pull in the remaining available upstream bug fixes for the openvswitch
Linux kernel datapath.  In addition, allow building the openvswitch
OOT kernel datapath on kernels up to and including Linux kernel release
4.15.

Travis build is here - Note that the errors are not related to this
patch series:

https://travis-ci.org/gvrose8192/ovs-experimental/builds/341649151

The patches can be pulled from here in case that is easier for review.

https://github.com/gvrose8192/ovs-experimental/tree/linux-4.15

The patches are based on commit in the master branch:
f50c1eb4a6 ("docs: Update supported DPDK versions.")

After this series the remaining upstream patches for openvswitch are
all erspan related.  The erspan patches will be sent separately at a
later date.

Christopher Díaz Riveros (1):
  datapath: Remove unneeded semicolons

Ed Swierk (1):
  datapath: Remove padding from packet before L3+ conntrack processing

Eric Garver (1):
  datapath: Fix pop_vlan action for double tagged frames

Greg Rose (2):
  acinclude: Enable building for Linux kernel 4.15
  travis: Update Linux kernel test list

Julia Lawall (1):
  datapath: drop unneeded newline

Yang Shi (1):
  datapath: remove unused hardirq.h

paolo abeni (1):
  datapath: do not propagate headroom updates to internal port

 .travis.yml                   | 13 +++++++------
 acinclude.m4                  |  4 ++--
 datapath/conntrack.c          | 38 ++++++++++++++++++++++++++++++++++++--
 datapath/flow.c               | 15 ++++++++++++---
 datapath/flow_netlink.c       |  4 ++--
 datapath/vport-internal_dev.c | 20 +-------------------
 6 files changed, 60 insertions(+), 34 deletions(-)

-- 
1.8.3.1



More information about the dev mailing list