[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CALnjE+rVe4rcY2533r_puQic8Ng-7sf104XEddmcbpHup8YRBg@mail.gmail.com>
Date: Mon, 3 Aug 2015 17:17:27 -0700
From: Pravin Shelar <pshelar@...ira.com>
To: David Miller <davem@...emloft.net>
Cc: netdev <netdev@...r.kernel.org>,
Pravin B Shelar <pshelar@...ira.com>
Subject: Re:
Somehow subject line got dropped, I am resending these patches.
On Mon, Aug 3, 2015 at 3:58 PM, Pravin B Shelar <pshelar@...ira.com> wrote:
> Following patches make use of new flow based tunneling
> API from kernel. 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.
>
> Pravin B Shelar (2):
> openvswitch: Use regular GRE net_device instead of vport
> gre: Remove support for sharing GRE protocol hook.
>
> include/net/gre.h | 97 ++--------
> include/net/ip_tunnels.h | 6 +-
> net/ipv4/gre_demux.c | 235 +-----------------------
> net/ipv4/ip_gre.c | 400 ++++++++++++++++++++++++++++++++++++++---
> net/ipv4/ip_tunnel.c | 6 +-
> net/ipv4/ipip.c | 2 +-
> net/ipv6/sit.c | 2 +-
> net/openvswitch/Kconfig | 1 -
> net/openvswitch/vport-gre.c | 230 +++---------------------
> net/openvswitch/vport-netdev.c | 5 +-
> net/openvswitch/vport-netdev.h | 2 +
> net/openvswitch/vport.h | 2 +-
> 12 files changed, 431 insertions(+), 557 deletions(-)
>
> --
> 1.8.3.1
>
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists