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

2015-08-10 Thread David Miller
From: Pravin B Shelar pshe...@nicira.com Date: Fri, 7 Aug 2015 23:49:50 -0700 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

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

2015-08-09 Thread Pravin B Shelar
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: