Re: [PATCH v5 net-next 7/8] geneve: Consolidate Geneve functionality in single module.

2015-08-27 Thread John W. Linville
On Wed, Aug 26, 2015 at 11:46:54PM -0700, Pravin B Shelar wrote: > geneve_core module handles send and receive functionality. > This way OVS could use the Geneve API. Now with use of > tunnel meatadata mode OVS can directly use Geneve netdevice. > So there is no need for separate module for Geneve.

Re: [PATCH v5 net-next 7/8] geneve: Consolidate Geneve functionality in single module.

2015-08-27 Thread Jesse Gross
On Wed, Aug 26, 2015 at 11:46 PM, Pravin B Shelar wrote: > geneve_core module handles send and receive functionality. > This way OVS could use the Geneve API. Now with use of > tunnel meatadata mode OVS can directly use Geneve netdevice. > So there is no need for separate module for Geneve. Follow

[PATCH v5 net-next 7/8] geneve: Consolidate Geneve functionality in single module.

2015-08-26 Thread Pravin B Shelar
geneve_core module handles send and receive functionality. This way OVS could use the Geneve API. Now with use of tunnel meatadata mode OVS can directly use Geneve netdevice. So there is no need for separate module for Geneve. Following patch consolidates Geneve protocol processing in single module