[ovs-dev] [PATCH 0/3] Cleanup gre related tunnel code

Greg Rose gvrose8192 at gmail.com
Fri Jun 28 20:40:48 UTC 2019


This patch set passes Travis:
https://travis-ci.org/gvrose8192/ovs-experimental/builds/551890800

I ran some light touch tests and the kernel check-kmod test on a few
machines with no regressions.  There should be no functional change.

Greg Rose (3):
  compat: Remove duplicate metadata destination code
  compat: Clean up gre_calc_hlen
  compat: Clean up tunnel_id_to_key

 acinclude.m4                                     |   4 +
 datapath/linux/compat/gre.c                      |  15 ---
 datapath/linux/compat/include/net/dst_metadata.h | 136 ++++++++++++++++++++++-
 datapath/linux/compat/include/net/gre.h          |  21 ++++
 datapath/linux/compat/ip6_gre.c                  | 113 -------------------
 datapath/linux/compat/ip_gre.c                   | 108 +-----------------
 6 files changed, 162 insertions(+), 235 deletions(-)

-- 
1.8.3.1



More information about the dev mailing list