[ovs-dev] [PATCH 0/5] Fixes to build datapath on centos6/rhel6

Flavio Leitner fbl at redhat.com
Fri Aug 28 13:37:07 UTC 2015


This patchset enables the datapath to compile on newer centos
or Red Hat Enterprise Linux 6.6.

I did a quick test on:
6.4     2.6.32-358.el6.x86_64
6.6     2.6.32-504.el6.x86_64 
6 devel 2.6.32-578.el6.x86_64
7.1     3.10.0-229.el7.x86_64

Flavio Leitner (5):
  datapath: improve l4_rxhash regex
  datapath: check for backported proto_ports_offset
  datapath: check for backported ip_is_fragment
  datapath: check for el6 kernels for per_cpu
  datapath: check for rx_handler register

 acinclude.m4                                    | 10 +++++++++-
 datapath/linux/compat/dev-openvswitch.c         |  2 +-
 datapath/linux/compat/include/linux/in.h        |  2 +-
 datapath/linux/compat/include/linux/netdevice.h |  2 +-
 datapath/linux/compat/include/linux/percpu.h    |  2 +-
 datapath/linux/compat/include/net/ip.h          |  2 +-
 datapath/vport-netdev.c                         | 12 +++++++++---
 7 files changed, 23 insertions(+), 9 deletions(-)

-- 
2.1.0




More information about the dev mailing list