Thread (2 messages) flat view 2 messages, 2 authors, 2015-08-10
STALE4042d

Revision v5 of 4 in this series.

Revisions (4)
  1. v2 [diff vs current]
  2. v3 [diff vs current]
  3. v4 [diff vs current]
  4. v5 current

[PATCH net-next v5 0/4] GRE: Use flow based tunneling for OVS GRE vport.

From: Pravin B Shelar <hidden>
Date: 2015-08-10 03:46:20

Following patches make use of new Using GRE tunnel meta data
collection feature. This allows us to directly use netdev
based GRE tunnel implementation. While doing so I have
removed GRE demux API which were targeted for OVS. Most
of GRE protocol code is now consolidated in ip_gre module.

v5-v4:
Fixed Kconfig dependency for vport-gre module.

v3-v4:
Added interface to ip-gre device to enable meta data collection.
While doing this I split second patch into two patches.

v2-v3:
Add API to create GRE flow based device.
---

Pravin B Shelar (4):
  openvswitch: Move tunnel destroy function to oppenvswitch module.
  ip_gre: Add support to collect tunnel metadata.
  openvswitch: Use regular GRE net_device instead of vport
  gre: Remove support for sharing GRE protocol hook.

 include/net/gre.h              |  92 +--------
 include/net/ip_tunnels.h       |   7 +-
 include/uapi/linux/if_tunnel.h |   1 +
 net/ipv4/gre_demux.c           | 235 +---------------------
 net/ipv4/ip_gre.c              | 446 ++++++++++++++++++++++++++++++++++++++---
 net/ipv4/ip_tunnel.c           |  37 +++-
 net/ipv4/ipip.c                |   2 +-
 net/ipv6/sit.c                 |   2 +-
 net/openvswitch/Kconfig        |   2 +-
 net/openvswitch/vport-gre.c    | 237 ++--------------------
 net/openvswitch/vport-netdev.c |  21 +-
 net/openvswitch/vport-netdev.h |   2 +-
 net/openvswitch/vport-vxlan.c  |  17 +-
 13 files changed, 503 insertions(+), 598 deletions(-)

-- 
1.8.3.1
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help