Thanks for reviews, I sent out patches with the Kconfig fix.
On Sun, Aug 9, 2015 at 9:19 AM, Thomas Graf wrote:
> On 08/05/15 at 08:12pm, Pravin B Shelar wrote:
>> Using flow based tunneling, we can implement
>> OVS GRE vport. This patch removes all of the OVS
>> specific GRE code and make OVS us
On 08/05/15 at 08:12pm, Pravin B Shelar wrote:
> Using flow based tunneling, we can implement
> OVS GRE vport. This patch removes all of the OVS
> specific GRE code and make OVS use a ip_gre net_device.
> Minimal GRE vport is kept to handle compatibility with
> current userspace application.
>
> S
On Wed, Aug 5, 2015 at 8:12 PM, Pravin B Shelar wrote:
> diff --git a/net/openvswitch/Kconfig b/net/openvswitch/Kconfig
> index 1584040..c56f4d4 100644
> --- a/net/openvswitch/Kconfig
> +++ b/net/openvswitch/Kconfig
> @@ -34,7 +34,6 @@ config OPENVSWITCH
> config OPENVSWITCH_GRE
> tristat
Using flow based tunneling, we can implement
OVS GRE vport. This patch removes all of the OVS
specific GRE code and make OVS use a ip_gre net_device.
Minimal GRE vport is kept to handle compatibility with
current userspace application.
Signed-off-by: Pravin B Shelar
---
include/net/gre.h